Budots Posted October 11, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted October 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted October 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
Budots Posted October 11, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted October 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
Budots Posted October 11, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted October 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share Posted October 11, 2013 The script automatically give the items to the online players of the guild who conquer the prtg_cas01 Quote Link to comment Share on other sites More sharing options...
Budots Posted October 11, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted October 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
Budots Posted October 11, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Budots Posted October 12, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share Posted October 12, 2013 Thanks solved! Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.