Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. there is no way for you to open a vending shop that have 0 items inside the shop ~
  2. if you want ..... then i can add some more ... data in other SQL tables that related to that character Items within the characters that you're going to delete Guild that current characters joined etc
  3. change to CASHFOOD instead of normal food.
  4. getpartymember getcharid(1),1; if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ change to getpartymember getcharid(1),1; if( $@partymembercount < 3 || $@partymembercount > 8 ){ mes "Only a Party with 3 ~ 8 members can join."; } else if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ then input .No,1,$@partymembercount; change to input .No,3,$@partymembercount;
  5. try http://upaste.me/r/141a41 ( CTRL + F5 to refresh )
  6. try http://upaste.me/r/141a41
  7. Emistry

    Blacklist

    you cant really control it if they are promoting it outside the forum. if you blacklist their name ... they can change their name anytime..since it's just a nickname... if admin show all the information like IP/Email of blacklisted users ? i think this would violate the privacy issues..
  8. if( Class == Job_Lord_Knight ) getitem <item1>,<amount1>; else if( Class == Job_Paladin ) getitem <item2>,<amount2>; else if( Class == Job_High_Wizard ) getitem <item3>,<amount3>;
  9. group_id refer the account fall into which category of group that have specific permission/settings gm level is part of the setting inside the group category. to edit GM LEVEL it should be inside the conf/groups.conf GM LEVEL is not the same thing with GROUP ID
  10. OnPCKillEvent: // find this and add below lines #CASHPOINTS += 12345; dispbottom "gain 12345 cashpoints."; .... .......
  11. you can use some trick like this while( still_carry_a_flag ){ percentheal 0,-100; sleep2 1000; } percentheal 0,100;
  12. add the quest with respective ID into your db/quest_db.txt
  13. change to permanent variable.
  14. pm the npc [ npc:NPCNAME ] <itemid>
  15. lol ...is this a suggestion ?? or a bug ... O__O [suggestion] Itembound Bug ?? lol
  16. db/re/item_trade.txt
  17. mes "[Interviewer] <----- missing ";
  18. try this OnPCDieEvent: .@zeny_penalty_percent = 10; if( getmonsterinfo( killerrid,MOB_NAME ) != "null" ){ .@zeny = (( Zeny / 100 ) * .@zeny_penalty_percent ); Zeny -= .@zeny; }
  19. http://hercules.ws/board/topic/3614-christmas-patch-gifto/ market npc
  20. getcharid(4) return BG id
  21. prtg_cas01 mapflag loadevent add for all maps that you need updated
  22. getcastledata only use 2 parameter....not 3 anymore... remove the extra event label parameter.
  23. OnInit: // Min. GM Level to Read / Manage Messages. set .GMLevel,80; end;
  24. @dolphincute because you're not using rAthena/Hercules.. this script isnt compatible with eAthena/eAmod... you can still convert it yourself if you know how ...
×
×
  • Create New...