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

Sith Sorc

SirSik

Member
Joined
Jul 9, 2013
Messages
173
Reaction score
6
Hey all.

Yet another question from me - I did post this in the default combat routine thread but i got no reply!

I got my sith inquisitor to level 10 and chose sith sorcerer corruption (Healer)
Is there a way to turn healing off for solo questing? I only use BW to run my combat routine and i use combat bot so i do all the movement etc myself but i just wondered as all my character does s heal myself when attacking.

Can i change the %%s that it self heals at or anything?

Thanks in advance.
 
The only thing that comes to mind is going into DefaultCombat.cs and change line 66 from;
IsHealer = true;
to;
IsHealer = false;

but this will probably shut off healing for all toons.

and don't forget....

delete the "CompiledAssembies" folder. :p
 
Back
Top