Jump to content
  • 0

how to set zeny reward? pls read.


FReyes

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  117
  • Reputation:   1
  • Joined:  01/05/14
  • Last Seen:  

how to set zeny reward? /help TIA

 

 

 

// -----------------------------------------------------------
 
// Combine values as needed (e.g. 1|8 = 1+8 = 9).
set .Options, 1|8;
 
// Rewards per castle.
// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
// -- via mail (option 2): <itemID>,<amount>,<Zeny>
setarray .Reward[0],14001,1;
 
// -----------------------------------------------------------
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

 

how to set zeny reward? /help TIA

 

 

 

// -----------------------------------------------------------
 
// Combine values as needed (e.g. 1|8 = 1+8 = 9).
set .Options, 1|8;
 
// Rewards per castle.
// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
// -- via mail (option 2): <itemID>,<amount>,<Zeny>
setarray .Reward[0],14001,1;
 
// -----------------------------------------------------------

 

 

Options:

//  Reward options.
// -----------------------------------------------------------
//  [1] Enable rewards.
//  [2] Mail all rewards.
//      - If not set, players receive items in their inventory.
//      - Only ONE item can be sent via mail, plus Zeny.
//      - Note that offline players do NOT receive rewards.
//  [4] Only reward Guild Masters.
//      - If not set, all guild members are rewarded.
//      - If mailing is enabled (option 2), offline Guild Masters WILL receive rewards.
//  [8] Duplicate IP check.
//      - Members in a guild with the same IP address are not rewarded.
//      - If Guild Masters is enabled (option 4), this feature is not used.
// -----------------------------------------------------------

Then the instructions says:

// Combine values as needed (e.g. 1|8 = 1+8 = 9).
	set .Options, 1|8;

So therefore:

// Combine values as needed (e.g. 1|8 = 1+8 = 9).
	set .Options, 1|2|8;

// Rewards per castle.
	// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
	// -- via mail (option 2): <itemID>,<amount>,<Zeny>
	setarray .Reward[0],ITEM_ID,AMOUNT,INPUT ZENY

P.S

I don't use Euphy's WoE controller script and i dunno if i did it right on the option combination but i just did what i understood from reading the instructions in there.

Edited by Scylla
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  117
  • Reputation:   1
  • Joined:  01/05/14
  • Last Seen:  

 

 

how to set zeny reward? /help TIA

 

 

 

// -----------------------------------------------------------
 
// Combine values as needed (e.g. 1|8 = 1+8 = 9).
set .Options, 1|8;
 
// Rewards per castle.
// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
// -- via mail (option 2): <itemID>,<amount>,<Zeny>
setarray .Reward[0],14001,1;
 
// -----------------------------------------------------------

 

 

Options:

//  Reward options.
// -----------------------------------------------------------
//  [1] Enable rewards.
//  [2] Mail all rewards.
//      - If not set, players receive items in their inventory.
//      - Only ONE item can be sent via mail, plus Zeny.
//      - Note that offline players do NOT receive rewards.
//  [4] Only reward Guild Masters.
//      - If not set, all guild members are rewarded.
//      - If mailing is enabled (option 2), offline Guild Masters WILL receive rewards.
//  [8] Duplicate IP check.
//      - Members in a guild with the same IP address are not rewarded.
//      - If Guild Masters is enabled (option 4), this feature is not used.
// -----------------------------------------------------------

Then the instructions says:

// Combine values as needed (e.g. 1|8 = 1+8 = 9).
	set .Options, 1|8;

So therefore:

// Combine values as needed (e.g. 1|8 = 1+8 = 9).
	set .Options, 1|2|8;

// Rewards per castle.
	// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
	// -- via mail (option 2): <itemID>,<amount>,<Zeny>
	setarray .Reward[0],ITEM_ID,AMOUNT,INPUT ZENY

P.S

I don't use Euphy's WoE controller script and i dunno if i did it right on the option combination but i just did what i understood from reading the instructions in there.

 

 

 

Thanks... it works /thx/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...