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!

Blood trader?

semial1337

Member
Joined
Apr 23, 2014
Messages
189
Is there any plugin that you can use at the blood or sargares trader to set up ex. to use all blood to get fellslate?
 
No Plugin, but I just wrote a Profil for it. The Profile needs to be started with Questing Bot.
If you wanna change the Item. Just open the Profile and change the macro number.
For Example Felslate

Code:
<CustomBehavior File="RunMacro" Macro="/script BuyMerchantItem(17)" NumOfTimes="1" WaitTime="300" />

to Leyblood

Code:
<CustomBehavior File="RunMacro" Macro="/script BuyMerchantItem(5)" NumOfTimes="1" WaitTime="300" />

The Profil will buy the item until you have no Blood of Sageras anymore. You could also change this. Just change the 0 to whatever you want.
Code:
<While Condition="GetItemCount(124124) &gt; 0">

Code:
<While Condition="GetItemCount(124124) &gt; 10">

This would keep 10 Blood of Sageras.

Here are the Numbers

(1) Order Resources Cach
(2) Lean Shank
(3) Fatty Bearsteak
(4) Big Gamy Ribs
(5) Leyblood
(6) Wildfowl Egg
(7) Cursed Queenfish
(8) Mossgill Perch
(9) Highmountain Salmon
(10) Stormray
(11) Runescale Koi
(12) Black Barracuda
(13) Aethril
(14) Dreamleaf
(15) Foxflower
(16) Fjaneskagll
(17) Starlight Rose
(18) Leystone
(19) Felstate
(20) Stonehide Leather
(21) Stormscale
(22) Unbroken Claw
(23) Unbroken Tooth
(24) Shaldorei Cloth
(25) Arkhana
(26) Ley Light Shard 3

They are also in the Profile.

Have Fun and Merry Christmas :)

View attachment Blood of Sageras Vendor Buy Felslate.xml
 
As alternative you can use

PHP:
				<CustomBehavior File="InteractWith" MobId="100196" InteractByBuyingItemId="140974" BuyItemCount="100" TerminateWhen="GetItemCount(29800) &lt;5" NonCompeteDistance="0"													X="941.8559" Y="1089.932" Z="17.16388" />
In the terminatewhen tag, you can set when to stop, if your buying currency is lower, than desired.
 
As alternative you can use

PHP:
				<CustomBehavior File="InteractWith" MobId="100196" InteractByBuyingItemId="140974" BuyItemCount="100" TerminateWhen="GetItemCount(29800) &lt;5" NonCompeteDistance="0"													X="941.8559" Y="1089.932" Z="17.16388" />
In the terminatewhen tag, you can set when to stop, if your buying currency is lower, than desired.

I remind that I tried this first but at this vendor you have to confirm your buy again and with the interact it hadnt worked.
 
Back
Top