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!

[N] Firelands Raw Gold Endless Farm

Hi, Zojak!
if i want to sell silks and craft mat such as ore and volatile elements i need to add something like that in profile?
<CustomBehavior File="SellItems" Ids="53010,52329,52328,52327,52326,52325,52185,52183" />
elementium ore / pyrite ore /embersilk and volatile elements.
 
Last edited:
Hi, Zojak!
if i want to sell silks and craft mat such as ore and volatile elements i need to add something like that in profile?
<CustomBehavior File="SellItems" Ids="53010,52329,52328,52327,52326,52325,52185,52183" />
elementium ore / pyrite ore /embersilk and volatile elements.

its a bit more complicaded but always wanted to figure it out to sell the craft mats. i try to solve it this evening and give you feedback
 
its a bit more complicaded but always wanted to figure it out to sell the craft mats. i try to solve it this evening and give you feedback
Thank you. tip : maybe need configure some HB settings ?
after simple adding my "code" :
Starting the bot!
Currently Using BotBase : Questing
Current zone is Firelands (Firelands - Zone - World of Warcraft)
[Singular] Hotkey: To add a LOGMARK, press: [Shift+Alt+Ctrl+M]
[Singular] Your Level 100 Orc Blood Death Knight Build is
[Singular] ... running the Questing bot in Firelands [25-player Heroic Raid]
[Singular] ... Raid using my SOLO Behaviors alone
This Profile contains hardcore pullroutine
[Azyul Death Handler]: v2.0 - Enabled
Enabled EchoTigers Dungeon/Raid Death Support with Reset on Death.
Bot stopping! Reason: Nothing more to do.




After removed run as usual
 
Last edited:
well i cannot seem to find the way for this to work, it kills the mobs use the druid teleport, waits for cooldown and comes back to an empty instance, tried with the two versions, is there any way that you can help me?
 
what file need to be configure out . and also if i do "sell all" will it left protected items listed in profile?
sellitems questbehavior does not exist what i did found is echos code

PHP:
		<CustomBehavior File="RunCode" >
		<![CDATA[
			foreach (WoWItem i in Me.BagItems)
			{
				if (i != null && i.Entry != 6948 &&	!(Contains(Settings.Instance.ProtectedItemNames, i.Quality.ToString()) || Contains(Settings.Instance.ProtectedItemNames, i.Name) || Contains(Settings.Instance.ProtectedItemNames, i.Entry.ToString())) && !(Contains(Settings.Instance.DepositItemNames, i.Name) || Contains(Settings.Instance.DepositItemNames, i.Entry.ToString())) && !Me.Combat && !Me.IsDead && !Me.IsGhost && MerchantFrame.Instance.IsVisible)
					i.UseContainerItem();
					StyxWoW.SleepForLagDuration();
			}
			Lua.DoString("RepairAllItems();");
		]]>
		</CustomBehavior>

i dont know if i will add it at the profile because some ppl dont want to sell these mats. so sofar you need to experiment with it
 
well i cannot seem to find the way for this to work, it kills the mobs use the druid teleport, waits for cooldown and comes back to an empty instance, tried with the two versions, is there any way that you can help me?
are you locken (killed shannox) ? if not post a log please
 
how to make it lockbox mailed a other character or overthrown personal bank

Second question: why version guild bank? What she does?
 
how to make it lockbox mailed a other character or overthrown personal bank

Second question: why version guild bank? What she does?

it uses the gbank to store items and gold.
the missusage of spells is not related to profiles. ask the combat routine developer to add it
 
it uses the gbank to store items and gold.
the missusage of spells is not related to profiles. ask the combat routine developer to add it

If my boat will put all the trash in the guild bank , it immediately will see the other players ! It will be 100 % obvious that my boat ! It is extremely safe . Why not add to your personal bank?
 
If my boat will put all the trash in the guild bank , it immediately will see the other players ! It will be 100 % obvious that my boat ! It is extremely safe . Why not add to your personal bank?

because you cant summon your personal bank without ingi
 
Goal: Waiting for 2m38s of 3m06s
Activity: Wait time remaining... 2m37s... of 3m06s
Goal: Waiting for 2m37s of 3m06s
Activity: Wait time remaining... 2m36s... of 3m06s
Goal: Waiting for 2m36s of 3m06s
Activity: Wait time remaining... 2m35s... of 3m06s
Goal: Waiting for 2m35s of 3m06s
Activity: Wait time remaining... 2m34s... of 3m06s
Goal: Waiting for 2m34s of 3m06s



Every run wait ~3 min!!!(((
 
Any way to make it so he never faces the lava, so when he gets kicked he does not go for a swim?
 
The hardcore 0.6 profile (didnt test any othe profile) kills shanoxx after a while.
Dont know whats causing this but i tested 2 days (10hours each char) and both chars are locked now (druid and dk tank).
They killed shannox after 6 hours of farming - i uploaded the log from last night, maybe you can figure out whats wrong and fix it :-)

View attachment 8700 2016-09-24 23.33.txt

P.S. i used hb2 cause hb3 sucks for farming
 
how much gps is this get?
i get around 1.2k/h with dk tank

Any way to make it so he never faces the lava, so when he gets kicked he does not go for a swim?
which profile did you use? In the hardcore profile (0.6) its not facing the lava

Goal: Waiting for 2m38s of 3m06s
Activity: Wait time remaining... 2m37s... of 3m06s
Goal: Waiting for 2m37s of 3m06s
Activity: Wait time remaining... 2m36s... of 3m06s
Goal: Waiting for 2m36s of 3m06s
Activity: Wait time remaining... 2m35s... of 3m06s
Goal: Waiting for 2m35s of 3m06s
Activity: Wait time remaining... 2m34s... of 3m06s
Goal: Waiting for 2m34s of 3m06s



Every run wait ~3 min!!!(((

The profile has to wait to not run into instance limit (10 runs/hour)
 
Back
Top