Jump to content

Checkmate

Members
  • Posts

    550
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Checkmate

  1. Sure, you can: query_sql() in /doc/scripts_commands.txt SELECT, LIMIT, ORDER, from mysql docs Command in NPC to select total zeny from all characters on the server to [email protected]_zeny array. query_sql(" SELECT SUM(`zeny`) FROM `char`", [email protected]_zeny); It will select from `char` table 10 richest players to the two arrays: [email protected]$[], and [email protected][] query_sql("SELECT name, zeny FROM `char` ORDER BY DESC LIMIT 10", [email protected]$, [email protected]); Thx sir for this knowledge ^ ^ Thx also sir about this.. ^ ^ Sql query... @[email protected] And about this Miss Annieruru... alot... It works well but i encounter some error when trying to check [email protected] or @kafrapoints. That npc did not showing it unlike the zeny. It just sow the close button then Errmmmm... How to make this fixed?..? And the other thing,just incase how can we add a command which can make NPC read how much item example gold_coin of the player in whole server?..? Cuz above topic was refer to zeny and cash point which is can be log into server and how about if the item?..? Wodering about that??..??
  2. Nope.. Im also have th same issue... Latest version right?..? Try to check here From topic here Yup that was the solution. Its more better than relog char. Otherwise try give them @refresh cmd(But i think sometime @refresh can be abuse,so just go @go and @warp) and it was happen to default warper too which is provide by rAthena.
  3. Sure, you can: query_sql() in /doc/scripts_commands.txt SELECT, LIMIT, ORDER, from mysql docs Command in NPC to select total zeny from all characters on the server to [email protected]_zeny array. query_sql(" SELECT SUM(`zeny`) FROM `char`", [email protected]_zeny); It will select from `char` table 10 richest players to the two arrays: [email protected]$[], and [email protected][] query_sql("SELECT name, zeny FROM `char` ORDER BY DESC LIMIT 10", [email protected]$, [email protected]); Errrr.... If you dont mind can show me how to do it... I mean an live example.. Cuz to create a new script... I still dont get it much...
  4. I wonder if there any npc that can make a list or check of top 7 or maybe 5 richest player with zeny and cash. Only player not Staff or GM Are those npc can be created..??..??
  5. Try to give them @refresh cmd to see it solve the problem or not... Or maybe they stuck after talking to npc?..?
  6. Got it sir... i was remove the npc cuz i thought it can be running automatically without npc. The script itself must have npc to make it trigger
  7. Hi there.. Im having aliltel problem here..Here... I was using the dice event by sir @Sanbox.. Then this error came out.. Here are the script which is setting p that would be autoomatically running every 9 hour. Is this true setting??..?? Need help on this...
  8. Done,,, ^ ^ Maybe can add a sidebox which show a new update for github rAthena?..?
  9. So sorry... Try this Topic at here
  10. 'SDloltext' => 'Akkarin is win.', Lol... End of this : Iya... Nasib baik mereka kebanyakan menggunakan bahasa inggeris.. Sekiranya mereka menggunakan bahasa mereka atau slang mereka sendiri..
  11. Thor Patchers Free Patcher (Soon) Beautifull work.. ^ ^ And colourfull... I dont have idea if this is mine..
  12. About above topic.. Im already comment that and recompile back and there was no error while recompiling but how this can be happened again when idle about 1 minutes close box appear again ... ??...?? Something i miss??
  13. What revisiona are you using? @revision I see this error somewhere in this rAthena.. Wait im searching and try to contact other scripter.. I'm using eAthena. When i type @revision unknown command. Sorry I'm newbie >_< No wonder... It is because... This script was function for rAthena... Its ok sir... Im also newbie.. ^ ^ Trying to help as i can.. ^ ^ Wait im trying searching
  14. What revisiona are you using? @revision I see this error somewhere in this rAthena.. Wait im searching and try to contact other scripter..
  15. Errr... Is that a positive feed back or some error?..?
  16. I want to make a Quest Like Hokage Hat Ex: 100 Fabric, 100 Burning Heart 1 TCG Card but It makes some error. Can someone help me please? Why you did not use this script??? It support
  17. WOW.... Is this the solution fo some random chat box change into close... Thx cuz pointing it out dude.. ^ ^ **Edit** It not working... -.-
  18. I think there are some issue with that map or are you tryinf to edit the map?..? I dont know either if about the map.. Try to pm other map creator like Olrox and trying to ask her.
  19. Yap... it just all in one .. But some ppl encounter and error by updating this.. Maybe that was thier client side problem.. ^ ^
  20. I knew it but... Please... Give othe mods some time since they all live in different country and maybe this time wah thier sleep time... xD Can you provide the error?..? I mean some screen shot or how did you manage your server?..? (storage mode)
  21. Please DO NOT spam the same question... /sigh Aiyoooo Btw try to check the map_server for any erros or maybe it duplicating the item's
  22. Im sorry if this topic was in wrong section and please to move it ot correct section.. I'm using latest rathena version... Which is held and Bakonawa quest... But it seem like the item belongings was not drop at all from Tiyanak monster. It was say in : Im trying to bypass it using GM by give the 2 Lost Belongings to player but the ncp name Missing Person's Father. (malaya 270, 267) cannot detect the item.. Now how can we solve this... If really the item did not drop from tiyanak?..? Anyone face this problem?..?
  23. The standard use it to make it one by one... hahahahha Knew it.. But using git i mean diff... Hurmmm that must be more hard is it?
×
×
  • Create New...

Important Information

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