Page 1 of 1

Where to set Second class energy?

Posted: Wed Oct 21, 2009 12:25 pm
by phanisher
Hi,

I recently made a R/Warrior however he doesnt slash. I read somewhere that energy bars must be set but I cant find it. Could you please guide me?

Many Thanks!

Re: Where to set Second class energy?

Posted: Wed Oct 21, 2009 12:36 pm
by d003232
phanisher wrote:Hi,

I recently made a R/Warrior however he doesnt slash. I read somewhere that energy bars must be set but I cant find it. Could you please guide me?

Many Thanks!
No. It's automaticly detected. So I must be another problem. You can try the option:

Code: Select all

	<onLoad>
		-- Additional Lua code to execute after loading the profile
		-- and before the bot starts. e.g. You could overwrite profile settings here
		-- like: changeProfileOption("HP_REST", 60);


		settings.profile.options.DEBUG_SKILLUSE.ENABLE = true;
		settings.profile.options.DEBUG_SKILLUSE.TIMEGAP = false;
		settings.profile.options.DEBUG_SKILLUSE.ONCOOLDOWN = true;
		settings.profile.options.DEBUG_SKILLUSE.HPLOW = false;

	</onLoad>

Re: Where to set Second class energy?

Posted: Wed Oct 21, 2009 12:52 pm
by phanisher
Hmm,

That didnt work. I am using uberflex to fix it. Is there anyway to just attack without the bot using any skills so i can set a rotation with uber flex?

Re: Where to set Second class energy?

Posted: Wed Oct 21, 2009 1:01 pm
by d003232
phanisher wrote:Hmm,

That didnt work. I am using uberflex to fix it. Is there anyway to just attack without the bot using any skills so i can set a rotation with uber flex?
Waht didnt work?

Re: Where to set Second class energy?

Posted: Wed Oct 21, 2009 1:46 pm
by phanisher
I am trying to go from Slash -> Lowblow -> Wound attack for my R/W. However, he doesnt register that I have rage and never slashes even if I put Slash as higher priority. It just spams Shadowstab even at 100 rage.

Is there anyway to stop skill usage but just attack a mob so I can build a rotation with Uberflex?

Re: Where to set Second class energy?

Posted: Wed Oct 21, 2009 1:57 pm
by d003232
phanisher wrote:I am trying to go from Slash -> Lowblow -> Wound attack for my R/W. However, he doesnt register that I have rage and never slashes even if I put Slash as higher priority. It just spams Shadowstab even at 100 rage.

Is there anyway to stop skill usage but just attack a mob so I can build a rotation with Uberflex?
Debugging Skill Use Issues