What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Walter's Waltz Combat Routine

If a supported class is bold in RED does that mean it wont work at all? I have a jedi sentinel specced combat which is a RED supported spec and it just sits there and idles. I tried on my Jedi Sage and it works fine so I'm thinking thats why. Might have to go back to Default routine because I enjoy combat :)
 
Looking up SentinelCombat in MercHelpers.cs there is indeed no attack rotation there.
It also would not do the basic knight abilities due to the fact that you are an advanced class and is looking for SentinelCombat rather then KnightCombat.

If you are happy with the Knight rotation on your Combat spec Sentinel, You could edit MercHelpers.cs. You would need to Copy the KnightCombat rotation part and paste it into SentinelCombat area.

Edit: Sorry, Using Sith spec names rather then Jedi.
Edit2: Stupid Jedi names, Last Carnage reference changed to Combat.
 
I haven't updated any more classes due to I moved on to a whole new routine I did from ground up. I have just been testing it and working out bugs. Just this real world gets you at times :D!
 
lol sorry im so used to demon buddy i meant routine haha not profile :P I was saying that wlater's routine doesn't seem to use unload at all at my lvl where as that's all yours used haha. just weird. Ok so any of the blank.xml's work that's all I was wondering. tanks
 
lol sorry im so used to demon buddy i meant routine haha not profile :P I was saying that wlater's routine doesn't seem to use unload at all at my lvl where as that's all yours used haha. just weird. Ok so any of the blank.xml's work that's all I was wondering. tanks


No need to be sorry. If you need anything else just ask.
 
I am completely new to BW.

I can't get this to work. I have read everything i can find, but still encounter problems.
If i copy the Walters DefaultCombat into Routines it will overwrite the folder that comes with BW and is this right/wrong ?

I overwrite it and i get:

Starting Buddy Wing v1.0.1021.414
Logging in...
Login Success!
User is a Inquisitor
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\DefaultCombat.cs(16,18) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'DefaultCombat'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Enums.cs(8,17) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'ClusterType'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Enums.cs(15,17) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'CastOn'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Enums.cs(23,17) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'Faction'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Enums.cs(30,17) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'GameContext'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Enums.cs(41,17) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'BehaviorType'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Helpers.cs(15,25) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'Helpers'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Logger.cs(11,25) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'Logger'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Movement.cs(17,18) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'Movement'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\SpecHandler.cs(18,18) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'SpecHandler'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\DefaultCombat\Spell.cs(15,25) : error CS0101: The namespace 'DefaultCombat' already contains a definition for 'Spell'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Dynamics\Attributes.cs(13,27) : error CS0101: The namespace 'DefaultCombat.Dynamics' already contains a definition for 'PriorityAttribute'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Dynamics\Attributes.cs(24,27) : error CS0101: The namespace 'DefaultCombat.Dynamics' already contains a definition for 'ClassAttribute'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Dynamics\Attributes.cs(44,27) : error CS0101: The namespace 'DefaultCombat.Dynamics' already contains a definition for 'IgnoreBehaviorCountAttribute'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Dynamics\Attributes.cs(55,27) : error CS0101: The namespace 'DefaultCombat.Dynamics' already contains a definition for 'BehaviorAttribute'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Dynamics\CompositeBuilder.cs(10,25) : error CS0101: The namespace 'DefaultCombat.Dynamics' already contains a definition for 'CompositeBuilder'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Global.cs(6,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'Global'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Assassin\Darkness.cs(12,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'AssassinDarkness'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Commando\Gunnery.cs(11,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'CommandoGunnery'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Guardian\Defense.cs(15,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'GuardianDefense'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Guardian\vigilance.cs(15,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'GuardianVigilance'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Juggernaut\Immortal.cs(15,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'JuggernautImmortal'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Juggernaut\vengeance.cs(15,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'JuggernautVengeance'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Marauder\Annihilation.cs(13,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'MarauderAnnihilation'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Marauder\Rage.cs(13,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'MarauderRage'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Mercenary\Arsenal.cs(15,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'MercenaryArsenal'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Mercenary\Firebug.cs(19,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'MercenaryFirebug'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Operative\Concealment.cs(10,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'OperativeConcealment'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Operative\Lethality.cs(10,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'OperativeLethality'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Operative\Medicine.cs(10,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'OperativeMedic'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Sage\Balance.cs(14,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'SageBalance'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Sage\Seer.cs(12,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'SageSeer'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Sage\Telekinetics.cs(14,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'SageTelekinetics'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Sentinel\Combat.cs(12,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'SentinelWatchman'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Shadow\Kinetic.cs(15,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'ShadowKinetic'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Sorcerer\Corruption.cs(15,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'SorcererCorruption'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Sorcerer\Madness.cs(11,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'SorcererMadness'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Vanguard\Tactics.cs(12,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'VanguardTactics'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Advanced\Vanguard\VanguardAS.cs(12,25) : error CS0101: The namespace 'DefaultCombat.Routines' already contains a definition for 'VanguardAssaultSpecialist'
Compiler Error: d:\Games\BuddyWing 1.0.1021.414\Routines\DefaultCombat\Routines\Basic\AgentBasic.cs(16,18) : error CS0101: The namespace 'DefaultCombat.Routines.Basic' already contains a definition for 'AgentBasic'
Unhandled exception during init: System.InvalidOperationException: No routines were loaded. Please ensure there is a routine for your class before starting the bot.
at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine()
at Buddywing.MainWindow.DoInitialization()
Buddy Wing: The Old Robot is ready!
 
Deleted the contents of your Compiled Assemblies folder and try restarting BW. I almost always have to run BW like this:
Start BW
Get Compiler Errors
Shut down BW
Delete Compiled Assemblies
Start BW again

It usually works after that.

I am noticing some weird name-spacing errors in some of your files. You just updated Walter's routine from the SVN, right?
 
Hi Nimitz,

I've seen those errors before; the referenced files are duplicated in the DefaultCombat folder, which means the old folder was left in place or the old and new folders were combined.

To fix, delete your entire DefaultCombat folder, then copy Walt's DefaultCombat to the same location.

Good luck!
-D
 
Hi Nimitz,

I've seen those errors before; the referenced files are duplicated in the DefaultCombat folder, which means the old folder was left in place or the old and new folders were combined.

To fix, delete your entire DefaultCombat folder, then copy Walt's DefaultCombat to the same location.

Good luck!
-D

Perfect, you hit the nail on the head.
Working now.
/Thanks
 
for some reason walter the waltertest is only using like 2 of my jedi guardian skills, any idea why ?

it only uses force leap, slash, sundering strike & then sits there dying... :/
 
it says my log from today is to large to post... damn 90 meg log in less then an 1/2 hour thats nuts.. Dunno how I can attach it for you to help me because this really sucks... it'll walk up cast 1-3 skills then stop & either die or if mob dies it'll move onto next one
 
it says my log from today is to large to post... damn 90 meg log in less then an 1/2 hour thats nuts.. Dunno how I can attach it for you to help me because this really sucks... it'll walk up cast 1-3 skills then stop & either die or if mob dies it'll move onto next one

zip the text file and it should be small enough to attach.
 
Back
Top