whats wrong with this?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Sam0883
Posts: 5
Joined: Sun Jan 10, 2010 3:59 pm

whats wrong with this?

#1 Post by Sam0883 »

<!-- # 71 --><waypoint x="-5964" z="2707"> </waypoint>
if( player.free_flag1 == true ) then
player.free_flag1 = false;
loadPaths("SILVERFALL REPAIR ");
end
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: whats wrong with this?

#2 Post by Administrator »

You didn't put the code inside the waypoint tag, for one.
Sam0883
Posts: 5
Joined: Sun Jan 10, 2010 3:59 pm

Re: whats wrong with this?

#3 Post by Sam0883 »

figured it out read some more online. one quick thing .

as a mage i want to try and keep electrostatic sheild up as much as posible .. but not cast every 20 sec. would rather every min.

is there a way to do this atm i have my HoT and my shield macroed together and it's just ok.
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: whats wrong with this?

#4 Post by Administrator »

I really wish people would read the instructions instead of asking this same question every day. Add that skill to your profile. That's it.
Sam0883
Posts: 5
Joined: Sun Jan 10, 2010 3:59 pm

Re: whats wrong with this?

#5 Post by Sam0883 »

i did add it . the cool down on the spell is 20 sec. and it cast it ever 20 sec can i make it cast every min? or whenever the buff goes off? is that posibe sorry for this i have only been useing this bot for a day now oh an do u see anything wrong with this?
</skills_mage>
<skill name="MAGE_ESSENCE_OF_MAGIC" modifier="" hotkey="VK_6" priority="70" />
<skills_mage>
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: whats wrong with this?

#6 Post by Administrator »

MAGE_ESSENCE_OF_MAGIC has a 1800 second (30 minute) effective cooldown as per the skill database that the bot uses. It makes absolutely no sense to me that it would be used every 20 seconds. Does it spam the hotkey continually (you should see the icon on your hotkey animate)?

Provide a full copy of your profile, and use code tags.
Post Reply