Budots Posted October 11, 2013 Posted October 11, 2013 Hi Guys, First of all, thanks for Euphy in providing this cool WOE CONTROLLER script. One thing i wanna ask and hopefully someone will help me with this. I set the reward will be distributed by each member of the winning guild but the problem is , players with the same IP's cannot receive rewards.HOW CAN I SET, THAT ALL GUILD MEMBERS INCLUDING SAME IP WILL RECEIVE THE SAME WOE REWARD? EXCEPT FOR THOSE WHO ARE OFFLINE. PLEASE HELP!!Here's my script: woe_controller.txt Quote
Patskie Posted October 11, 2013 Posted October 11, 2013 Search on your script : // Rewards per castle. // -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...} // -- via mail (option 2): <itemID>,<amount>,<Zeny> setarray .Reward[0],9524,200,675,50; Quote
Patskie Posted October 11, 2013 Posted October 11, 2013 OnAgitEnd: .guild_id = getcastledata("prtg_cas01", 1); addrid(3, 0, .guild_id); getitem 502,1; getitem 607,1; getitem 501,1; end; Quote
Budots Posted October 11, 2013 Author Posted October 11, 2013 OnAgitEnd: .guild_id = getcastledata("prtg_cas01", 1); addrid(3, 0, .guild_id); getitem 502,1; getitem 607,1; getitem 501,1; end; Thanks for the reply, but how to this work? Sorry im just new about scripting. Quote
Patskie Posted October 11, 2013 Posted October 11, 2013 When WOE ends. Get the guild id of the castle holder then attach all guild member who is currently online and give them item 502, 607 and 501 Quote
Budots Posted October 11, 2013 Author Posted October 11, 2013 Can we make it automatic? Just for example, when the WOE ENDS the members of the winning guild automatically receives the reward? And also those with same IP can also get reward because some of the players are playing together in a shop which is the same ip. Can we do like that? Quote
Patskie Posted October 11, 2013 Posted October 11, 2013 The script automatically give the items to the online players of the guild who conquer the prtg_cas01 Quote
Budots Posted October 11, 2013 Author Posted October 11, 2013 OK sir, one last favor. Can you place it on my script sir? , i try to put it but i'm having error. I dunno where should i insert the script you gave. Thanks sir in advance Quote
Patskie Posted October 11, 2013 Posted October 11, 2013 OK sir, one last favor. Can you place it on my script sir? , i try to put it but i'm having error. I dunno where should i insert the script you gave. Thanks sir in advance This is included in the script // Rewards per castle. // -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...} // -- via mail (option 2): <itemID>,<amount>,<Zeny> setarray .Reward[0],9524,200,675,50; Quote
Budots Posted October 11, 2013 Author Posted October 11, 2013 Sir im kinda confuse on where to place those scripts, can you edit my script sir? and include the scripts that you mention? Thanks! Quote
Question
Budots
Hi Guys,
First of all, thanks for Euphy in providing this cool WOE CONTROLLER script. One thing i wanna ask and hopefully someone will help me with this.
I set the reward will be distributed by each member of the winning guild but the problem is , players with the same IP's cannot receive rewards.
HOW CAN I SET, THAT ALL GUILD MEMBERS INCLUDING SAME IP WILL RECEIVE THE SAME WOE REWARD? EXCEPT FOR THOSE WHO ARE OFFLINE. PLEASE HELP!!
Here's my script:
woe_controller.txt
10 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.