Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. Hahaha! How about; chattr -R +i / And all the files are there and functioning, we just can't modify it ;)
  2. > Ok most of you agree that I suck at coding and hey I not proud of it either but if I want to make a successful text base game Start small. Get your programming skills to a reasonable level before taking on a mammoth task, such as creating a game.
  3. Awesome. Care to share the host and the spec (with a fancy colour-coded spec table containing new server spec and old server spec? :D)
  4. "I believe I have thought about this in not enough detail"
  5. I agree. Digital Ocean is awesome! In your browser, bring up the developer console, and head over to "Network". Here you'll see the slow elements.
  6. Nice! However; Why not create a flag in the events table (viewableForEveryone TINYINT(1) NOT NULL DEFAULT 0), then edit the event_add function, and finally the query on the events page to SELECT * FROM `events` WHERE `eventTo`=$userid OR `viewableForEveryone`=1 ;)
  7. I very much like this design, it's clean on the eyes and easy to navigate! Nicely done.
  8. :p Perhaps at a later date, but at the moment, I'm good! @Razor42, I've been awake for 30+ hours, so I may not make it on Skype tonight. If I do, message me, and I'll respond if I'm alive!
  9. Then implement a check before the boost is given Psudeo; (This will be in the boost wizard ;)) if user location = 2 then call apply_boosts() else do nothing
  10. /Splitballing here.   Steel Boots +2 Speed +5 Defense  
  11.   Yep Nice! (I've done it with Panther v1.3, btw - it's really handy. You can make the whole engine run off it) Excited to see what you come up with
  12. Ability to (from a GUI) add more, and rename equip slots Ability to use a wizard to generate item boosts - an item can have more than 1 boost Clean code - object orientated?
  13. Very nice! I'm a fan.
  14. -.- Okay, I'm done.
  15. Then you didn't put it in the check_level function
  16. # in checklevel (is that the correct name?) function, add if( ($ir['level'] % 50) == 0 ) { $strDbQry = "UPDATE `users` SET `crystals`=`crystals`+1 WHERE `userid`=". $_SESSION['userid']; $db->query($strDbQry); }
  17. Volunteering yourself? I think you were :p --- Maybe someone will offer to code it for you someone me = I (You) = Maybe I will offer to code it for you I read between the lines, Dave
  18. No. Remember The Coder knows everything /sarcasm
  19. /Reiterating this
  20. You charmer :p
  21. My own, (dubbed: Panther) :p
  22. But we may be able to solve some in the thread - which, inturn, would (maybe) help others in the future - without taking it private. Perhaps a brief overview? {ModuleName} {Issue(s)}  
×
×
  • Create New...