how can we disable a skill like rogue.poision

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

how can we disable a skill like rogue.poision

#1 Post by beanybabe » Thu Aug 11, 2016 7:48 am

I was wondering is there a way to disable a skill so it does not cast. I want to disable rogue poison so it does not cast.
If set it to priority 0 would that make it never cast?
The only other option might be to change it from a "buff" to "none" if that does not crash the bot.

User avatar
ThulsaDoom
Posts: 123
Joined: Mon Oct 19, 2015 2:46 pm

Re: how can we disable a skill like rogue.poision

#2 Post by ThulsaDoom » Thu Aug 11, 2016 8:59 am

Try like this in profile skill list:

Code: Select all

<skill name="ROGUE_POISON"    		hotkey="MACRO" priority="10" autouse="false" />
Regards

User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: how can we disable a skill like rogue.poision

#3 Post by Bill D Cat » Thu Aug 11, 2016 11:00 am

Or just remove the skill from the profile skill listing altogether. If it isn't listed, the bot won't try to use it.
If you do this, it might also be a good idea to set the merchant option for purchasing poisons to 0 as well.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: how can we disable a skill like rogue.poision

#4 Post by beanybabe » Fri Aug 12, 2016 2:23 pm

The reason i'm looking to disable is so you can swap classes and play some combos you want the skill not to cast
but have the skill be there in case it is used in a wp so bot does not crash with some nul or other error.

I use one profile to do most classes and just adjust the profile in the onload section.

User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: how can we disable a skill like rogue.poision

#5 Post by Bill D Cat » Sat Aug 13, 2016 10:21 am

Oh, well in that case, perhaps something like this would do the trick. Adding this to the onload should toggle the POISON skill off for you for R/M and enable it for all other R/X class combinations.

Code: Select all

if player.Class1 == CLASS_ROGUE then
    if player.Class2 == CLASS_MAGE then
        changeProfileSkill("ROGUE_POISON", "AutoUse", false)
    else		
        changeProfileSkill("ROGUE_POISON", "AutoUse", true)
    end
end

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 45 guests