Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

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. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/skill_nocast_db.txt remove this 264,8 //MO_BODYRELOCATION
  4. OnClock0000: OnClock0200: OnClock0400: etc....
  5. read the wiki there is alot useful guide there
  6. http://rathena.org/board/index.php?app=core&module=search&do=viewNewContent&search_app=forums
  7. change if(getcharid(1) != 1) { into if(!getcharid(1) ) {
  8. OnPCLoginEvent: if( Class == Job_Novice && !BaseExp ){ announce " "+strcharinfo(0)+" joined server.",0; set BaseExp,1; } end;
  9. 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;
  10. 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.... ==''
  11. how could i know you have added what pc bonus recently... i am not a mind reader....
  12. 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...