Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. - 5 queries (getcharid to retrieve Char_ID and 1 query for every Special Variable). huh ? those "special variable" need to run as query ?? isnt that is same as variable ? just direct retrieved ...it dont need any query to execute...it should work the same like other variable stuff.... but method 1 only work when there is a attached player method 2 will work to search for any players.....even offline...
  2. http://pastebin.com/raw.php?i=jCdE6Gn1
  3. try http://pastebin.com/raw.php?i=j3matjSB it update every hour..
  4. ..............{},{ setmounting(); },{ setmounting(); } and edit the inventory "title" to reduce the size.. refer Favorite_tab
  5. trunk/conf/char_athena.conf // Amount of time in seconds by which the character deletion is delayed. // Default: 86400 (24 hours) // NOTE: Requires client 2010-08-03aragexeRE or newer. char_del_delay: 86400
  6. try http://pastebin.com/raw.php?i=PFSAJNmf
  7. try this http://pastebin.com/raw.php?i=UkUn1fwT pm the npc with an item id.. [npc:ItemCount] 512
  8. 5690,400,3011 just play around with the calculations.. 0.50% x 4.00 = 2.00%
  9. since it retrieve all guild infos...isnt that better to name to something like this ? getguildinfo getguilddata
  10. try http://pastebin.com/raw.php?i=Ed5M3DiS
  11. i belive it should be 5690,1000,3011
  12. either make a new char to test... or remove this line if( ClassHelper == 1 || #ClassHelper == 1 ) end; or set ClassHelper,0; set #ClassHelper,0;
  13. it's your MVP Ladder script problems...and this has been answered many times too... try search inside the forum.. if i am not mistaken...it's because of the script compare with a non-string arguments...
  14. you only have to deal with the "Regular Expression" defpattern 1,"([^:]+):.\\s*"+$MonsterName$+".*", "iCorrect";
  15. you have loaded same script twice.... npc/Aoro/Games/Putty.txt npc/Aoro/Games/Card_Trader.txt
  16. announce "Someone entered. "+getmapusers("mapname")+" / 12 on pvp room.",0; refer announce and getmapusers
  17. ... your trunk/db/mob_item_ratio.txt 5017,100.3011 my trunk/db/mob_item_ratio.txt 5017,100,3011 you are the 1 who should see your 1st post clearly...
  18. if your character / account had used this before....you cant use it again.... // -- Usable for Only 1 Time set .Based,1; // [ 0 - Account Based / 1 - Character Based ] if( ClassHelper == 1 || #ClassHelper == 1 ) end;
  19. OnNPCKillEvent: if( rand(10000) < 50 ) getitem 512,1; end;
  20. trunk/db/mob_item_ratio.txt 5017,100,3011
  21. Emistry

    Storage Help

    depend on how you save the data that stored the storage password ? ?
×
×
  • Create New...