Jump to content
  • 0

Problem about WOE REWARD


Budots

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   241
  • Joined:  09/05/12
  • Last Seen:  

Search on your script /swt :

// Rewards per castle.
// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
// -- via mail (option 2): <itemID>,<amount>,<Zeny>
setarray .Reward[0],9524,200,675,50;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   241
  • Joined:  09/05/12
  • Last Seen:  


OnAgitEnd:

    .guild_id = getcastledata("prtg_cas01", 1);

    addrid(3, 0, .guild_id);

    getitem 502,1;

    getitem 607,1;

    getitem 501,1;

    end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   241
  • Joined:  09/05/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   241
  • Joined:  09/05/12
  • Last Seen:  

The script automatically give the items to the online players of the guild who conquer the prtg_cas01

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   241
  • Joined:  09/05/12
  • Last Seen:  

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;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

Sir im kinda confuse on where to place those scripts, can you edit my script sir? and include the scripts that you mention? Thanks! /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

Thanks solved! /kis2

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...