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

[FlyTo-v1987(fatal)] Toon doesn't have flying capability in this area, and there is no ground path to the destination. Please learn the flying skill appropriate for this area.

For some odd reason after i died i got this msg and the bot stopped. I have flying and was able to fly back to the dungeon and restart the bot.

Just a question, can we decrease the amount of mobs being pulled?
 
So have now a full working profile for my lvl 90 dk with some modification of the route.

Pls fix this:
<Mob Name="Shannox" Id="53691" Flags="Pull,Combat" /> you have the false id, yours is some fencys from gundrak

share please
 
[FlyTo-v1987(fatal)] Toon doesn't have flying capability in this area, and there is no ground path to the destination. Please learn the flying skill appropriate for this area.

For some odd reason after i died i got this msg and the bot stopped. I have flying and was able to fly back to the dungeon and restart the bot.

Just a question, can we decrease the amount of mobs being pulled?

the bot should not do that i have a check implemented that resurect at the spirithealer if it doesnt detect flying. ..i will check that later dont expect any fix soon

sure you can reduce the amount of pulled mobs i have the pulls pointed out in the code
but i will add diffrent profiles soon that pull less
 
the bot should not do that i have a check implemented that resurect at the spirithealer if it doesnt detect flying. ..i will check that later dont expect any fix soon

sure you can reduce the amount of pulled mobs i have the pulls pointed out in the code
but i will add diffrent profiles soon that pull less

If it matters, I dont have neither draenor flying nor pandaria flying (maybe you have it checked? or azyol?)
 
my hunter walks slowly out of the instance with camouflage glyph, but whats the point if hes not like that outside the instance entrance?
 
I have tried to fix the death behavior issue for a while, it seems the default death behavior isn't actually disabled.
Anyone can tell me where is the default death behavior file? I can't find it in quest behaviors fold.
 
So have now a full working profile for my lvl 90 dk with some modification of the route.

Pls fix this:
<Mob Name="Shannox" Id="53691" Flags="Pull,Combat" /> you have the false id, yours is some fencys from gundrak


Can you share the lvl 90 version, please.
 
[FlyTo-v1987(fatal)] Toon doesn't have flying capability in this area, and there is no ground path to the destination. Please learn the flying skill appropriate for this area.

For some odd reason after i died i got this msg and the bot stopped. I have flying and was able to fly back to the dungeon and restart the bot.

Just a question, can we decrease the amount of mobs being pulled?

this is fixed with the latest version but atm upon death the bot flies and stops short of the instance and doesn't enter then releases at spirit healer and starts flying south (going to hunt area) without actually going into firelands at all, restarting the profile makes it works again.

But still, the only thing this lacks at the moment i believe is actually entering the firelands after dying and not stopping at the instance portal.
 
this is fixed with the latest version but atm upon death the bot flies and stops short of the instance and doesn't enter then releases at spirit healer and starts flying south (going to hunt area) without actually going into firelands at all, restarting the profile makes it works again.

But still, the only thing this lacks at the moment i believe is actually entering the firelands after dying and not stopping at the instance portal.
I think it is because default death behavior isn't disabled properly, maybe "DisableBehavior Name="Death"" is outdated
 
One boss kill, i'm now tagged...

Not perfect but great profile beside of what happened.
 
Works really well, but my character killed boss Shannox, that is supposed to be blacklisted. Would it be possible to let your char die when this boss is accidentally pulled?
 
Add this to prefent shannox kills
<AvoidMobs>
<Mob Name="Shannox" Entry="53691" />
<Mob Name="augenkratzer" Entry="53695" />
<Mob Name="wadenbeisser" Entry="53694" />
</AvoidMobs>

<Blacklist>
<Mob Name="Shannox" Id="53691" Flags="Pull,Combat" />
<Mob Name="augenkratzer" Id="53695" Flags="Pull,Combat" />
<Mob Name="wadenbeisser" Id="53694" Flags="Pull,Combat" />
</Blacklist>
 
Last edited:
Add this to prefent shannox kills

Thanks, those adds have the german names, I guess i can change that to their english counterparts (Is this necessary?)

edit: changed to this:

PHP:
<AvoidMobs>
<Mob Name="Shannox" Entry="53691" />
<Mob Name="Rageface" Entry="53695" />
<Mob Name="Riplimb" Entry="53694" />
</AvoidMobs>


<Blacklist>
<Mob Name="Shannox" Id="53691" Flags="Pull,Combat" />
<Mob Name="Rageface" Id="53695" Flags="Pull,Combat" />
<Mob Name="Riplimb" Id="53694" Flags="Pull,Combat" />
</Blacklist>
 
Back
Top