GmOcean Posted October 18, 2012 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
Lighta Posted October 19, 2012 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
madtoyz Posted October 19, 2012 Author Posted October 19, 2012 i try already put like this @reward[0],671,1; but still error Quote
Lighta Posted October 19, 2012 Posted October 19, 2012 it's setarray, are you sure you tryed correctly ? Quote
madtoyz Posted October 19, 2012 Author Posted October 19, 2012 i take this script from http://rathena.org/board/topic/62248-mysterious-collection/ guild prizer.txt Quote
Emistry Posted October 19, 2012 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
Euphy Posted October 19, 2012 Posted October 19, 2012 If you don't follow any suggestions people give you, why are you even asking? >.> 1 Quote
AnnieRuru Posted October 19, 2012 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
madtoyz Posted October 19, 2012 Author 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
Question
madtoyz
WOE_Reward.txt
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.