Jump to content

nitruder

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by nitruder

  1. Hi, Newbie here, I've been using this script but no rewards given after woe ended. here's my reward option. // Combine values as needed (e.g. 1|8 = 1+8 = 9). set .Options, 1|8; // Rewards per castle. // setarray .reward_id[0], <itemID>{,<itemID>,...} // setarray .reward_amount[0], <amount>{,<amount>,...} setarray .reward_id[0],14003; setarray .reward_amount[0],10; // Zeny reward: .reward_zeny = 1000000; Also, when I use the below default woe_controller, with the same reward options, reward after woe is working properly. https://github.com/rathena/rathena/blob/master/npc/custom/woe_controller.txt
×
×
  • Create New...