Erba Posted February 27, 2013 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted March 1, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted February 27, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
Erba Posted March 1, 2013 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.