madtoyz Posted October 18, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted October 18, 2012 WOE_Reward.txt Quote Link to comment Share on other sites More sharing options...
GmOcean Posted October 18, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share Posted October 18, 2012 Your problem, is with setting a variable as an array, without the proper command/syntax. setarray .@reward[0],671,1; //<Item_ID>,<Amount>{,...} Quote Link to comment Share on other sites More sharing options...
Lighta Posted October 19, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted October 19, 2012 Yeah maybe like GmOcean said, well depends how you'll interprete that var after. right now is like you doing : .@reward = 671,1; //wich ofc mean nothing, you attempting to set 2 values on one var. the GmOcean solution will do : .@reward[0] = 671; .@reward[1] = 1; Quote Link to comment Share on other sites More sharing options...
madtoyz Posted October 19, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Author Share Posted October 19, 2012 i try already put like this @reward[0],671,1; but still error Quote Link to comment Share on other sites More sharing options...
Lighta Posted October 19, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted October 19, 2012 it's setarray, are you sure you tryed correctly ? Quote Link to comment Share on other sites More sharing options...
madtoyz Posted October 19, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Author Share Posted October 19, 2012 i take this script from http://rathena.org/board/topic/62248-mysterious-collection/ guild prizer.txt Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 19, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted October 19, 2012 @madtoyz do you know the different between set and setarray ???? your solution has been provided at post#2 Your problem, is with setting a variable as an array, without the proper command/syntax. setarray .@reward[0],671,1; //<Item_ID>,<Amount>{,...} Quote Link to comment Share on other sites More sharing options...
Euphy Posted October 19, 2012 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 October 19, 2012 If you don't follow any suggestions people give you, why are you even asking? >.> 1 Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted October 19, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted October 19, 2012 (edited) LMAO somebody rip my script xD http://www.eathena.ws/board/index.php?s=&showtopic=239232 from the search of $WOE_CONTROL it leads to euphy's script I think can use that one, just ... that script should also send a reward through mailbox with sql if the guild master is offline which I already did in post#53 in that topic Edited October 19, 2012 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
madtoyz Posted October 19, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Author Share Posted October 19, 2012 Your problem, is with setting a variable as an array, without the proper command/syntax. setarray .@reward[0],671,1; //<Item_ID>,<Amount>{,...} i not see clearly at "setarray".. get it....change the set into setarray.its done Quote Link to comment Share on other sites More sharing options...
Question
madtoyz
WOE_Reward.txt
Link to comment
Share on other sites
9 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.