AknA
Well-Known Member
- Joined
- Feb 11, 2012
- Messages
- 1,794
FAQ!
What is CODMail?
CODMail is a Quest Behavior that gives you the ability to send selected items to selected people (with or without COD).
What does CODMail do?
CODMail will first find the nearest mailbox, if you have one close to you, it will move to it.
Then it will stack all your items you have in your bags.
After that it will split one stack (if needed) to the amount it should send.
It will then open the mailbox, fill in the information (name/subject/cod) and add the item and send it.
How do I use this?
In a quest profile use these commands.
Name = Name of the one you want to send the mail to (REQUIRED)
ItemID = The itemID of the item you want to send (REQUIRED)
Amount = Amount of the item you want to send (OPTIONAL, default = 1)
CodGold = Gold for the COD (OPTIONAL, default = 0)
CodSilver = Silver for the COD (OPTIONAL, default = 0)
CodCopper = Copper for the COD (OPTIONAL, default = 0)
Note that the COD you set is for everything you send in that mail, it's NOT / stack.
Examples:
This would send 1 full stack of Windwool Cloth with COD 1 gold, 2 silver, 3 copper to AknA
This would send 1 stack of 1 Windwool Cloth without COD to AknA
This would send 2 full stacks and one stack of 7 of Windwool Cloth without COD to AknA
This doesn't work?
Then please write a post and include a log and explain what isn't working.
I love this, do you accept donations?
Yes, at the bottom of the post you can see a link if you have a coin to spare.
Special thanks?
HighVoltz for the stacking method, it was more clean than the one I made.
chinajade for all the help with Behavior Tree programming questions.
Current issues?
None that I know of.
How do I install this?
You either download the file included in this post and copy it to your 'HB\Quest Behaviors\Misc' library.
Or you can use this SVN Link
What is CODMail?
CODMail is a Quest Behavior that gives you the ability to send selected items to selected people (with or without COD).
What does CODMail do?
CODMail will first find the nearest mailbox, if you have one close to you, it will move to it.
Then it will stack all your items you have in your bags.
After that it will split one stack (if needed) to the amount it should send.
It will then open the mailbox, fill in the information (name/subject/cod) and add the item and send it.
How do I use this?
In a quest profile use these commands.
Name = Name of the one you want to send the mail to (REQUIRED)
ItemID = The itemID of the item you want to send (REQUIRED)
Amount = Amount of the item you want to send (OPTIONAL, default = 1)
CodGold = Gold for the COD (OPTIONAL, default = 0)
CodSilver = Silver for the COD (OPTIONAL, default = 0)
CodCopper = Copper for the COD (OPTIONAL, default = 0)
Note that the COD you set is for everything you send in that mail, it's NOT / stack.
Examples:
This would send 1 full stack of Windwool Cloth with COD 1 gold, 2 silver, 3 copper to AknA
PHP:
<CustomBehavior File="Misc\CODMail" Name="AknA" ItemID="72988" Amount="20" CodGold="1" CodSilver="2" CodCopper="3" />
PHP:
<CustomBehavior File="Misc\CODMail" Name="AknA" ItemID="72988" />
PHP:
<CustomBehavior File="Misc\CODMail" Name="AknA" ItemID="72988" Amount="47" />
This doesn't work?
Then please write a post and include a log and explain what isn't working.
I love this, do you accept donations?
Yes, at the bottom of the post you can see a link if you have a coin to spare.
Special thanks?
HighVoltz for the stacking method, it was more clean than the one I made.
chinajade for all the help with Behavior Tree programming questions.
Current issues?
None that I know of.
How do I install this?
You either download the file included in this post and copy it to your 'HB\Quest Behaviors\Misc' library.
Or you can use this SVN Link
Attachments
Last edited: