Erba Posted February 27, 2013 Posted February 27, 2013 how can i Modify the woe_controller so that it can give not just 1 item but 3-5 items like credits,edp potion,glist coat, and many more because it can only give 1item Quote
Euphy Posted March 1, 2013 Posted March 1, 2013 They're given directly by default. Don't enable bit 2 (mail) in .Options. setarray .Reward[0],itemID1,amount1,itemID2,amount2,...; 1 Quote
Euphy Posted February 27, 2013 Posted February 27, 2013 // Rewards per castle. // -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...} // -- via mail (option 2): <itemID>,<amount>,<Zeny> setarray .Reward[0],14001,1; If you mail rewards, only one item can be attached; otherwise you can add up to 64 items to the array. Quote
Erba Posted March 1, 2013 Author Posted March 1, 2013 // Rewards per castle. // -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...} // -- via mail (option 2): <itemID>,<amount>,<Zeny> setarray .Reward[0],14001,1; If you mail rewards, only one item can be attached; otherwise you can add up to 64 items to the array. how to send it directly sir so that i can give many items? Quote
Question
Erba
how can i Modify the woe_controller so that it can give not just 1 item but 3-5 items
like credits,edp potion,glist coat, and many more
because it can only give 1item
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.