What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Is there a way to force mail befor vendoring

xhalfasoulx

Member
Joined
Nov 3, 2011
Messages
69
Reaction score
0
Im making a grinding profile for transmog items, Im wondering if there is a way to force mail befor vedoring to sell those soulbounds greens (or whites, blues ect) any help would be awesome
 
Have you tried:
PHP:
<CustomBehavior File="ForceSetVendor" DoMail="True" />
</custombehavior>
 
That line is referring to a Profile, and is not a general solution
 
That line is referring to a Profile, and is not a general solution
Well, the question was how to send mail in a profile. That line is a solution to the question in the OP. It doesn't claim to be a "general solution" as none was needed.
Is there a certain part of the coding i should put that in?
You should put it in the profile XML at the point where you want to send mail.
 
Do note, that piece of code can exclusively be put inside a questing profile, not a grinding profile.
 
Back
Top