Jump to content
  • 0

Problem about WOE REWARD


Question

Posted

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

Posted

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;
Posted


OnAgitEnd:

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

    addrid(3, 0, .guild_id);

    getitem 502,1;

    getitem 607,1;

    getitem 501,1;

    end;

Posted
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.

Posted

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?

Posted

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

Posted

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;

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...