Jump to content

nanakiwurtz

Members
  • Content Count

    75
  • Joined

  • Last visited

Everything posted by nanakiwurtz

  1. Don't give me 5 stars, I don't need any reputation

  2. Thanks for the info, the wiki is outdated though...
  3. Can you try to access it by installing phpMyAdmin and log in into it?
  4. What OS are you using? It could be a firewall issue or your MySQL server configuration is bound to loopback IP, that is 127.0.0.1 / "localhost"
  5. Well, I never saw that kind of error before.<br />Are you using your home PC to host it?
  6. Ahh thats rude. I lol'ed Ahhh Dastgir, I believe that what Alexandria actually means is "thanK you"
  7. callfunc("F_RandMes",5,"Hi!","Hello!","Good day!","How are you?","Hello there.");
  8. Or disable this command except in a town map.
  9. nanakiwurtz

    checkidle2()

    Hmm.. Check last sent 'cz' event?
  10. nanakiwurtz

    checkidle2()

    getmapxy + timer?
  11. 'For now'? Is it a hint that the item_db will be modified too? Just like the skill tree
  12. Almost forget, use 'OnPCDieEvent' label combined with if (strcharinfo(3)=="yourmap") if you want.
  13. 1 = warp "yourmap",x,y; sc_start 65,60000,0; // <--- Unable to move for 1 minute end; 2 = getmapxy; getinventorylist; parse through all the items { rand(5); //to spread the items. makeitem; } clearitem; end;
  14. Hmm okay, I can see that the skill tree could be modified faster thanks to the 'inheritance' feature. It's like the skilltreeview.lua on kRO client.
  15. Sorry, but I don't understand the benefit behind this modification..
  16. Ahhh... This should be ported into a Plugin! (If possible...)
  17. This thread got it's first follower
  18. In my opinion, the current RSS feed is pretty much useless. Because the links provided are considered useful only for very few people, because mainly it focuses on Forum news and other 'Official' news. Could the RSS be changed and improved into something more useful, like: - Recent Topic - 20 Last Commented Topics - Recent Github Commits - Recent Bugs etc..
  19. Have you recompile your server?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.