Jump to content

Joseph

Members
  • Posts

    341
  • Joined

  • Last visited

Everything posted by Joseph

  1. OnPCLogoutEvent: unequip EQI_HEAD_TOP; unequip EQI_HEAD_MID; unequip EQI_HEAD_LOW; end;
  2. Yes. @AnnieRuru Didn't aware of that. The first impression after seeing OnNPCKillEvent which made me think that is not so resource friendly.
  3. Like what Euphy said, adding getitem after these lines are more resource friendly. https://rathena.svn....d/agit_main.txt OnAgitBreak: https://rathena.svn....git_main_se.txt OnStartArena:
  4. It only appears when WoE is initiated.
  5. http://upaste.me/raw/b34616885d41f5e9 Added refine: //AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Refine>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Refine>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Monster ID>,<Monster Amount>,...);
  6. You can use getitem2. *getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>};
  7. I think the current NPCs under the custom folder are sufficient enough (at least it covers all of the basic NPCs). If we were to put all these custom scripts in the SVN, a very high possibility that the bug tracker will fill up with unnecessary custom script bugs/supports.
  8. Or something like this? - shop woeshop -1,671:1000 prontera,158,180,4 woe shop 123,{ if (!agitcheck() && !agitcheck2()) end; callshop "woeshop",0; end; }
  9. Joseph

    WOE Script

    *checks* http://upaste.me/11311622bfa1e45a
  10. It's a good idea to change MOTD into a script and we can get rid of @reloadmotd (@gmotd). However, it would be a mess by putting all loginevent into one file.
  11. Hah. Thanks for pointing out the existence of those functions. I agree some of the script commands are ugly parsed, but the thing is you still have to use them (it's all over the trunk/npc folder).
  12. http://upaste.me/raw/fd8115818eaf41fa
  13. Joseph

    Zeny bug?

    Update your SVN. There was a zeny fix recently.
  14. It's working fine for me. Any errors from your mapserv?
  15. Did you recompile your server?
  16. A little advice here. Do a backup, before you start doing anything. And yes, it is much much easier to configure a new copy of rAthena.
  17. If Rebuild Solution is not working, try Clean Solution -> Build Solution. Still not working? Show us the error.
  18. I think he's referring to this: <map_name>,0,0;
×
×
  • Create New...