Jump to content
  • 0

Euphy Woe Controller help


Question

Posted

how can i Modify the woe_controller so that it can give not just 1 item but 3-5 items

 

like credits,edp potion,glist coat, and many more

 

because it can only give 1item 

3 answers to this question

Recommended Posts

Posted

	// Rewards per castle.

// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}

// -- via mail (option 2): <itemID>,<amount>,<Zeny>

setarray .Reward[0],14001,1;

If you mail rewards, only one item can be attached; otherwise you can add up to 64 items to the array.
Posted
	// Rewards per castle.
	// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
	// -- via mail (option 2): <itemID>,<amount>,<Zeny>
	setarray .Reward[0],14001,1;
If you mail rewards, only one item can be attached; otherwise you can add up to 64 items to the array.

how to send it directly sir so that i can give many items?

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