ahh nice thanks! and D'oh!
just tried that I got this error
Compiler Error: c:\Users\timmay\Desktop\BuddyWing 1.0.1179.627\Routines\DefaultCombat\Routines\Advanced\Marauder\Annihilation.cs(53,21) : error CS1502: The best overloaded method match for 'DefaultCombat.Core.Spell.Cast(string, DefaultCombat.Core.Spell.UnitSelectionDelegate, DefaultCombat.Core.Spell.Selection<bool>)' has some invalid arguments
Compiler Error: c:\Users\timmay\Desktop\BuddyWing 1.0.1179.627\Routines\DefaultCombat\Routines\Advanced\Marauder\Annihilation.cs(53,46) : error CS1503: Argument 2: cannot convert from 'string' to 'DefaultCombat.Core.Spell.UnitSelectionDelegate'
Compiler Error: c:\Users\timmay\Desktop\BuddyWing 1.0.1179.627\Routines\DefaultCombat\Routines\Advanced\Marauder\Annihilation.cs(53,50) : error CS1503: Argument 3: cannot convert from 'int' to 'DefaultCombat.Core.Spell.Selection<bool>'
Reloading AssemblyLoader<Buddy.CommonBot.ICombat> - RoutineManager.Reload !THROTTLED!
Routines were reloaded. New routine list:
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()
This is the line giving me trouble / Spell.Cast("Force Rend", "", 18000)