Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/instances/EndlessTower.txt
  2. isnt that Snap is the Body Relocation ?
  3. 2912
  4. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/skill_nocast_db.txt remove this 264,8 //MO_BODYRELOCATION
  5. OnClock0000: OnClock0200: OnClock0400: etc....
  6. read the wiki there is alot useful guide there
  7. 2910
  8. http://rathena.org/board/index.php?app=core&module=search&do=viewNewContent&search_app=forums
  9. 2908
  10. 2905
  11. 2903
  12. 2901
  13. change if(getcharid(1) != 1) { into if(!getcharid(1) ) {
  14. 2898
  15. OnPCLoginEvent: if( Class == Job_Novice && !BaseExp ){ announce " "+strcharinfo(0)+" joined server.",0; set BaseExp,1; } end;
  16. Emistry

    Item Scanner

    if( countitem( itemID ) ){ set .@Value,X; } replace the itemID and X *countitem(<item id>) *countitem("<item name>") This function will return the number of items for the specified item ID that the invoking character has in the inventory. mes "[item Checker]"; mes "Hmmm, it seems you have "+countitem(502)+" apples"; close; Like 'getitem', this function will also accept an 'english name' from the database as an argument. If you want to state the number at the end of a sentence, you can do it by adding up strings: mes "[item Checker]"; mes "Hmmm, the total number of apples you are holding is "+countitem("APPLE"); close;
  17. LOL? did you read the post ? and the script changelog also mentioned only updated monster list..doesnt provide a valid fix for the error. Please read everything i write... the long passage i write there...not for decoration.... ==''
  18. 2896
  19. how could i know you have added what pc bonus recently... i am not a mind reader....
  20. 2893
  21. 2891
  22. 2889
  23. 2887
  24. 2885
  25. create a new group id or edit your current one.. at the permission part add/edit this can_trade : false https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/permissions.txt can_trade : Ability to trade or otherwise distribute items (drop, storage, vending etc)
×
×
  • Create New...