S semial1337 Member Joined Apr 23, 2014 Messages 189 Reaction score 1 Dec 23, 2016 #1 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?
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?
Hanswurstmann Member Joined Jul 25, 2013 Messages 53 Reaction score 2 Dec 23, 2016 #2 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) > 0"> Code: <While Condition="GetItemCount(124124) > 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
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) > 0"> Code: <While Condition="GetItemCount(124124) > 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
S semial1337 Member Joined Apr 23, 2014 Messages 189 Reaction score 1 Dec 28, 2016 #3 Awesome thanx man!
Aion Well-Known Member Joined Jan 18, 2011 Messages 3,907 Reaction score 90 Dec 28, 2016 #4 As alternative you can use PHP: <CustomBehavior File="InteractWith" MobId="100196" InteractByBuyingItemId="140974" BuyItemCount="100" TerminateWhen="GetItemCount(29800) <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) <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.
Hanswurstmann Member Joined Jul 25, 2013 Messages 53 Reaction score 2 Dec 28, 2016 #5 Aion said: As alternative you can use PHP: <CustomBehavior File="InteractWith" MobId="100196" InteractByBuyingItemId="140974" BuyItemCount="100" TerminateWhen="GetItemCount(29800) <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. Click to expand... 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.
Aion said: As alternative you can use PHP: <CustomBehavior File="InteractWith" MobId="100196" InteractByBuyingItemId="140974" BuyItemCount="100" TerminateWhen="GetItemCount(29800) <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. Click to expand... 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.