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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Selling Bloods

joseph

Member
Joined
May 28, 2013
Messages
385
well herb prices are going up as our guild banks run out of Herbs. i have 1000s of bloods i never used. i started buying herbs with my bloods to sell them off.

best prices on my server are for Fox and Fjarn.

using my Bloods at the Blood vender .

Macros
/run BuyMerchantItem(15) fox
/run BuyMerchantItem(16) fjarn

macro can be set to any item
page 1 is 1-10
page 2 is 11-20
page 3 is 21-

you get the idea just count the items starting at page 1 till you get to what you want and replace the numbers in the macro.
 
Code:
    <If Condition="GetItemCount(124124) &gt;= 100 &amp;&amp; Me.IsAlive" >
      <While Condition="Me.ZoneId != 7502 &amp;&amp; Me.IsAlive">
        <If Condition="HasItem(140192) &amp;&amp; !Me.Combat &amp;&amp; Me.ZoneId != 7502 &amp;&amp; Me.IsAlive" >
          <CustomBehavior File="UseItem" ItemId="140192" WaitTime="20000" />
        </If>
      </While>
      <While Condition="HasItem(124124)">
      <If Condition="!MerchantFrame.Instance.IsVisible">
        <CustomBehavior File="InteractWith" MobId="115264" X="-758.3594" Y="4504.909" Z="731.0216" />
      </If>
      <If Condition="MerchantFrame.Instance.IsVisible">
        <If Condition="GetItemCount(124124) &gt;= 10 &amp;&amp; Me.IsAlive" >
        <CustomBehavior File="Misc\RunLua" WaitTime="50" Lua="BuyMerchantItem(17, 30)" />
        </If>
        <If Condition="GetItemCount(124124) &gt;= 1 &amp;&amp; Me.IsAlive" >
          <CustomBehavior File="Misc\RunLua" WaitTime="50" Lua="BuyMerchantItem(17, 3)" />
        </If>
      </If>
      </While>
    </If>
 
Code:
    <If Condition="GetItemCount(124124) &gt;= 100 &amp;&amp; Me.IsAlive" >
      <While Condition="Me.ZoneId != 7502 &amp;&amp; Me.IsAlive">
        <If Condition="HasItem(140192) &amp;&amp; !Me.Combat &amp;&amp; Me.ZoneId != 7502 &amp;&amp; Me.IsAlive" >
          <CustomBehavior File="UseItem" ItemId="140192" WaitTime="20000" />
        </If>
      </While>
      <While Condition="HasItem(124124)">
      <If Condition="!MerchantFrame.Instance.IsVisible">
        <CustomBehavior File="InteractWith" MobId="115264" X="-758.3594" Y="4504.909" Z="731.0216" />
      </If>
      <If Condition="MerchantFrame.Instance.IsVisible">
        <If Condition="GetItemCount(124124) &gt;= 10 &amp;&amp; Me.IsAlive" >
        <CustomBehavior File="Misc\RunLua" WaitTime="50" Lua="BuyMerchantItem(17, 30)" />
        </If>
        <If Condition="GetItemCount(124124) &gt;= 1 &amp;&amp; Me.IsAlive" >
          <CustomBehavior File="Misc\RunLua" WaitTime="50" Lua="BuyMerchantItem(17, 3)" />
        </If>
      </If>
      </While>
    </If>
mine was just a simple wow macro to spam
 
Back
Top