Page 1 of 1

Me.AbilityReady

Posted: Fri Sep 24, 2004 11:57 am
by Zeus
Workign fine with everything I've tested except with Bash. Returning NULL with bash or slam (never worked with slam iirc so no big deal there).

Posted: Fri Sep 24, 2004 2:22 pm
by Rusty~
actually, i used to use slam all the time before but now ${Me.AbilityReady[slam]} returns null, and /doability slam, says i dont have that skill on a button.. although it is. Kick and Taunt work fine tho..

Posted: Fri Sep 24, 2004 2:36 pm
by Amadeus
Honestly I have no idea how to test this. I don't play a melee character (and I'm not sure any of the devs do), and this is something that I kindof need to be able to personally test to know what's causing the problem.

Perhaps someone else around has a melee character that can determine what the problem is. Or, maybe SOE just changed it to be like slam..shrug.

Posted: Fri Sep 24, 2004 2:46 pm
by Falco72
You are using the wrong command. Slam and bash are on the Alt timer so you have to use:

Code: Select all

/if (${Me.AltTimerReady}) /doability "Slam"
while, for example, for taunt you need to use

Code: Select all

/if (${Me.AbilityReady[Taunt]}) /doability "Taunt"
Edit: At the moment I am in EQ and both lines are working fine.

Posted: Fri Sep 24, 2004 3:07 pm
by Rusty~
i never used to play melee much but find myself botting them often now. when i first wrote my melee mac, i had slam in there same as the other abilities, and /doability slam worked. i remember readin somethin abotu that alttimer thing for certain skills but didnt pay too much attention to it at the time :P still though, /doability slam gives me a message about it not finding slam on an ability key, even though it's there =/ i resorted to just /doability 1 and havin it on first key

Posted: Fri Sep 24, 2004 4:07 pm
by Zeus
Thanks Falco I'll try that out, used to work before the last patch tho which is why I figured something got bugged.