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!

FightThisWay

Suggestion for the rogue routines.

Make it reapply poisons out of combat only when there is about 10mins remaining on the timer. The reason for this is because currently while in combat it will stand there and get beat on and die when poisons run out reapplying them. No one stops mid fight to reapply poisons.

Cheers.
 
Hi, I've been having issues with my Ele Shaman file.

Flame Shock
Target.HasAura("Flame Shock") = 0
Lava Burst
Target.HasAura("Flame Shock") = 1
Elemental Blast
Me.HasAura("Lava Surge") = 0
Earth Shock
Me.StackCount("Lightning Shield") >= 5
Target.AuraExpiring("Flame Shock") >= 5100
Me.HasAura("Lava Surge") = 0
Unleash Elements
Me.HasAura("Lava Surge") = 0
Lightning Bolt
Me.HasAura("Lava Surge") = 0
--Me.AutoAttack

Generally when I test I'll enter combat by casting Flame Shock, and theoretically it should cast Lava Burst, but for some reason it spams Lightning Bolt a few times until Lava Surge procs, cast Lava Burst and generally just doesn't do what it should...any ideas?
 
Me.Cast Mark of the Wild
Me.HasAura("Legacy of the Emperor") = 0
Me.HasAura("Mark of the Wild") = 0
Me.HasAura("Blessing of Kings") = 0

Never happens. Can there be an Aura problem? I'm monitoring both log and debug window in class config, but bit doesnt want to at least try this spell. However he buffs mark if conditions are removed.
 
The lava burst should be going off, the only reason i can think it wouldnt go off is if it switches target, as then the next mob would not have flame shock on it. As to the mark of the wild, is it under the buffs section? If its not, it might be having issues due to that.
 
Hi again, yeah. When I saw the simplicity in this CC I was super excited because I'd be able to specify my exact rotation and hopefully work as beautifully as PQR when it first came out. Disappointment. The editing is indeed simple, and very easy to understand. However, it doesn't seem to even want to do the simple rotation I gave it. I've tried multiple conditions, and it only seems to get worse.

Problems:

Skips lines
Spams lightning bolt when other conditions should have been met
stops completely? spams lightning bolt afterwards for no reason :P

Unfortunate. I'll still come back in case it improves. Best of luck ^_^
 
@Trizen

Skips lines
Spams lightning bolt when other conditions should have been met
stops completely? spams lightning bolt afterwards for no reason :P

And now we all have to guess, how the contents of your Shaman_Elemental.txt file looks like? oO

@Kamilche

When I stop the bot, I sometimes get these error messages:

[18:56:14.953 D] Aktivit?t: Honorbuddy wurde gestoppt![18:56:15.960 D] System.Threading.ThreadAbortException: Thread was being aborted.
at FTW.FightThisWay.MyBaseClass.Pulse() in d:\Games\Honorbuddy\Routines\FTW\FightThisWay.cs:line 648
at FTW.FightThisWay.Pulse() in d:\Games\Honorbuddy\Routines\FTW\FightThisWay.cs:line 292
at Styx.Pulsator.Pulse(PulseFlags flags)
at Styx.CommonBot.TreeRoot.()
at Styx.CommonBot.TreeRoot.()
[18:56:15.961 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
[18:56:15.955 D] Exception in TraceLine:Thread was being aborted. - at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
at Styx.MemoryManagement.Executor.Execute(Int32 fromId)
at Styx.WoWInternals.World.GameWorld.(WoWPoint , WoWPoint , Single , CGWorldFrameHitFlags , WoWPoint& ) - mscorlib
[18:56:15.958 N] [FTW] 07:56:15 System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.WoWInternals.World.GameWorld.(WoWPoint , WoWPoint , Single , CGWorldFrameHitFlags , WoWPoint& )
at Styx.WoWInternals.World.GameWorld.TraceLine(WoWPoint from, WoWPoint to, CGWorldFrameHitFlags flags, WoWPoint& hitPoint)
at Styx.WoWInternals.World.GameWorld.TraceLine(WoWPoint from, WoWPoint to, CGWorldFrameHitFlags flags)
at Styx.WoWInternals.World.GameWorld.IsInLineOfSight(WoWPoint from, WoWPoint to)
at Styx.WoWInternals.WoWObjects.WoWUnit.get_InLineOfSight()
at FTW.FightThisWay.MyBaseClass.<GetHealTarget>b__a6(WoWPlayer p) in d:\Games\Honorbuddy\Routines\FTW\FightThisWay.cs:line 2640
at System.Linq.Enumerable.<>c__DisplayClassf`1.<CombinePredicates>b__e(TSource x)
at System.Linq.Enumerable.<>c__DisplayClassf`1.<CombinePredicates>b__e(TSource x)
at System.Linq.Enumerable.<>c__DisplayClassf`1.<CombinePredicates>b__e(TSource x)
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at FTW.FightThisWay.MyBaseClass.GetHealTarget() in d:\Games\Honorbuddy\Routines\FTW\FightThisWay.cs:line 2637
at FTW.FightThisWay.MyBaseClass.Pulse() in d:\Games\Honorbuddy\Routines\FTW\FightThisWay.cs:line 601
[18:56:15.960 D] System.Threading.ThreadAbortException: Thread was being aborted.
at FTW.FightThisWay.MyBaseClass.Pulse() in d:\Games\Honorbuddy\Routines\FTW\FightThisWay.cs:line 648
at FTW.FightThisWay.Pulse() in d:\Games\Honorbuddy\Routines\FTW\FightThisWay.cs:line 292
at Styx.Pulsator.Pulse(PulseFlags flags)
at Styx.CommonBot.TreeRoot.()
at Styx.CommonBot.TreeRoot.()
[18:56:15.961 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()

This happens with different botbases, e.g. Combat Bot, Dungeon Buddy, Raidbot, Tyrael.
But not everytime ;)

The problem that I have is:
When this happens and I press Start some time after it, in most cases, FTW won't do anything. I'll have to quit HB
and start it new.

Could you please have a look, it this can be avoided?
 
For using items it should be Me.Use <item name>, not just Use. That should work if you ad Me. infront of the Use. About the crash, I am glad you got it to work, however I do not officially support other language clients. It looks like you are using some other language client version of wow.
 
Hi, I've been having issues with my Ele Shaman file.



Generally when I test I'll enter combat by casting Flame Shock, and theoretically it should cast Lava Burst, but for some reason it spams Lightning Bolt a few times until Lava Surge procs, cast Lava Burst and generally just doesn't do what it should...any ideas?

Maybe try this:
Target.HasMyAura ...
 
Really GREAT Routine!
Theres just one thing: problems with localisation. FTW looks for monk-Braumeister.txt and Deathknight_Blut.txt :(

Here are 2 profiles I edited, DK and Monk Tank (Best specs for Lvling ur toon)
https://docs.google.com/folder/d/0B6ET_53_Kv7MNkhWRk1ka1hqMEk/edit

Blood DK: absolutly unbreakable now + massive DPS
--fixed Death Strike to keep Bloodshield up!
--added Soul Reaper (DPS)
--changed: Pestilence to Blood Boil->every Tank SHOULD skill Rolling Blood!
--added: Path of Frost (for faster lvling)
--fixed: more Runestrikes to eat up your Runepower (if you got to many CS Procs
----Runepower will be eaten up by Dancing Rune Weapon
--(added: Gift of The Naaru)
---Removed: Death Coil (was for Proc in Unholy spec)
--higher prio for combat debuffs (hay, I'm a tank!)
--Fixed: Debuffs were applied only in MT Situation (now ST also gets debuffed)

Monk: Still working on it but changed already a lot-give it a try
-removed windwalker skills and added some brewmaster skills and ROLL XD
I will finish it this week and post the exact changes.

cu
lulle

Again: Great routine!
 
Me.Cast Mark of the Wild
Me.HasAura("Legacy of the Emperor") = 0
Me.HasAura("Mark of the Wild") = 0
Me.HasAura("Blessing of Kings") = 0

Never happens. Can there be an Aura problem? I'm monitoring both log and debug window in class config, but bit doesnt want to at least try this spell. However he buffs mark if conditions are removed.

Hm, Me.Cast Legacy of the Emperor
Me.HasAura("Legacy of the Emperor") = 0
Me.HasAura("Mark of the Wild") = 0
Me.HasAura("Blessing of Kings") = 0
on Monk worked I think, what is almost the same.
However removing all conditions is not the best solution.

Try this:
Me.Cast Mark of the Wild
Me.HasAura("Mark of the Wild") = 0
 
Great routine, love being able to easily edit when stuff is used, just 2 issues.

1. Any way to set it so it only uses abilities on boss mobs, or mobs with > 4m health?

2. On Elegon my hunter does nothing, I'm guessing due to it either being a transformation phase or the floor and not being able to calculate distance - any way to fix?

For now I just took out all long cooldowns and use them manually, no biggie.
 
Great routine, love being able to easily edit when stuff is used, just 2 issues.

1. Any way to set it so it only uses abilities on boss mobs, or mobs with > 4m health?

2. On Elegon my hunter does nothing, I'm guessing due to it either being a transformation phase or the floor and not being able to calculate distance - any way to fix?

For now I just took out all long cooldowns and use them manually, no biggie.

1) I think u mean ELITE mobs? Try this:
MyEvilstCastYouCanThinkOf
Target.IsElite= 1

(Has to be set BEFORE the normal Combat routine stuff)

2) Hm, no idea atm. Hard to say, could be almost everything......
 
About elegon, does it do nothing, or is it having trouble targeting and is still trying to do the rotation? It could be a problem with honorbuddy as the floor is not solid 100% of the time, and when wow has floors like that bots tend to break. If it seems to be having troubles navigating the floor try running it with sccroll lock on.
 
This CC is really awesome!Thank you for your good job!
But I found a problem that the code "Use XXX\HasItem("XXX")\NumItems("XXX")" didn't work at all.
For example:my mage always cast "Conjure Refreshment" although there is enough food in my bag.
By the way,I use foreign client,I think this is the reason.
Is there any solutions for the problem?Can I use itemID in the code?and how to use?
My English is poor...
Thank you again.
 
Anyone who can fix a setup for Combat Rogues (or any spec, really) that 'strictly' throws Shuriken Toss? (Pull/Rotation)
I've been trying for the last 40 minutes but I can't make it work

Max. range: 30

Need it to farm level 46 mobs with 3800-4000 hp
 
Last edited:
I just started playing with FTW the other day and love it. On my DK tweaked a bit it works awsome, on my elemental shaman it looks like it hasn't been changed much for mop. Is there any repository of class specific files somewhere or links to them?

Thanks,

Bob
 
Back
Top