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

Help with making a new profile regaurding vendor actions

rtm125

Member
Joined
Nov 13, 2013
Messages
235
Reaction score
1
Hi I am starting to make a profile to trade Starlight ink to black fallow ink. I am very new to this.

Does anyone know of a wiki or something that lists all available actions to the profile codes. If this exists I should be able to figure it out myself. I can't find anything like this.

What I have so far is

Code:
<QuestOrder>
[COLOR="#B22222"]<While Condition="GetItemCount(79254) &gt;= 20" >
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(61978)" WaitTime="500" />
</While>[/COLOR] [B]I dont think this is needed[/B]
	

<If Condition="Me.IsHorde" >
<If Condition="(Me.FreeBagSlots &lt;= 95)" >
<CustomBehavior File="ForceSetVendor" DoSell="false" DoRepair="false" DoMail="false" />
<SetVendor>
<!-- orgrimmar vendor -->
<Vendor Name="Sinzi Sparkscribe" Id="52032" [COLOR="#B22222"]Type="Buy"[B][U]?[/U][/B][/COLOR] [COLOR="#B22222"]X="1528.89" Y="-4442.89" Z="24.02194" [B][U]where do i get this information from?[/U][/B][/COLOR] />
</SetVendor>
</If>
</If> 
	</QuestOrder>

I am really unsure how to tell it to buy from a vendor and the code to tell it todo so and what/how many to buy. Any help is greatly appreciated.
 
Last edited:
Back
Top