Where to set Second class energy?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
phanisher
Posts: 28
Joined: Mon Oct 19, 2009 6:28 am

Where to set Second class energy?

#1 Post 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!
d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: Where to set Second class energy?

#2 Post 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>
The RoM Bot Online Wiki needs your help!
phanisher
Posts: 28
Joined: Mon Oct 19, 2009 6:28 am

Re: Where to set Second class energy?

#3 Post 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?
d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: Where to set Second class energy?

#4 Post 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?
The RoM Bot Online Wiki needs your help!
phanisher
Posts: 28
Joined: Mon Oct 19, 2009 6:28 am

Re: Where to set Second class energy?

#5 Post 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?
d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: Where to set Second class energy?

#6 Post 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
The RoM Bot Online Wiki needs your help!
Post Reply