Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. 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)
  2. "I believe I have thought about this in not enough detail"
  3. 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.
  4. 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 ;)
  5. I very much like this design, it's clean on the eyes and easy to navigate! Nicely done.
  6. :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!
  7. 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
  8. /Splitballing here.   Steel Boots +2 Speed +5 Defense  
  9.   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
  10. 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?
  11. Very nice! I'm a fan.
  12. -.- Okay, I'm done.
  13. Then you didn't put it in the check_level function
  14. # 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); }
  15. 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
  16. No. Remember The Coder knows everything /sarcasm
  17. /Reiterating this
  18. You charmer :p
  19. My own, (dubbed: Panther) :p
  20. 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)}  
  21. Please list the issues you're having.
  22. Sure. Discussion, helping others, releasing things, I agree. Giving someone the fish, and not the abilities to fish? No.   Then post your new query. & If you did look into it, it did help you, just not directly with this problem.
  23. Wow. > Change 1 word, didn't work, must ask for help Research a little more before considering this is a valid reason to ask for help By "little", I mean extensively - I just didn't want you to read that big word and get upset that you'd have to do some work on your end. Yes I'm annoyed
×
×
  • Create New...