Page 1 of 5

Slam

Posted: Thu Nov 11, 2004 12:12 pm
by fearless
For all of you that want to get slam to work, this works. No it is not "right", but that is because MQ isn't seeing the slam ability, and it is also not able to call slam by name.

This snippet works for my Ogre SK.

Updated 1/1/2005 for the new /doability 111 that you can call slam with.

Code: Select all

Sub Slam
  /if (!${Me.AbilityReady["Bash"]}) /return
  /if (!${Me.Combat}) /return
  /if (${Me.Stunned}) /return
  /if (!${Target.ID}) /return
  /face fast nolook
  /doability "111"
/return

Posted: Thu Nov 11, 2004 12:37 pm
by insanitywiz
Doability regeneration?

Posted: Thu Nov 11, 2004 12:39 pm
by fearless
It works . . . it's how slam reports in the doability list.

Posted: Thu Nov 11, 2004 1:09 pm
by A_Druid_00
He's correct. It's odd, true; but correct nonetheless.

Posted: Thu Nov 11, 2004 4:53 pm
by Cr4zyb4rd
I'm not sure abilityready bash will find anything on toons with no innate bash. Use the alt timer.

Posted: Thu Nov 11, 2004 5:03 pm
by fearless
Good point CB, let me rephrase. The above code works for me, an Ogre SK. I am assuming that if you are a race / class that can slam, you can bash.

I do know that ${Me.AbilityReady["Slam"]} does not work at all. There were one or two other things that I tried last night that weren't working, I will check again tonight to confirm.

EDIT: Spelling

Posted: Thu Nov 11, 2004 5:26 pm
by peach
${Me.AbilityReady["Regeneration"]} ?

Posted: Thu Nov 11, 2004 5:32 pm
by fearless
Regeneration is not a button you can check, so that doesn't work. That is one of the things I tried last night.

The reason I use /doability regeneration is because regeneration is what slam reports itself as when you do a /doability list . . . /doability regeneration does produce the desired slam results.

Posted: Sun Nov 14, 2004 5:38 am
by GD
Yup, was trying to modify my RH macro to Slam when facestabbing instead of using chaotic stab when I had my barb illusion on, and came to the conclusion I had to use the Regeneration "ability" to get it to function.

No idea why it comes up as Regeneration, but it does.

BTW, for rogues, you can check if it's ready against the backstab timer, because BS is on the same timer as Slam.

Posted: Sun Nov 14, 2004 6:42 am
by Omiime
/if (${Me.AbilityReady[Bash]}) {
/doability bash
}

works for Troll War with shield(friend)
doesn't for Ogre War with shield (me)

My work around was to do this

/if (${Me.AbilityReady[Kick]}) {
/doability bash
}

Posted: Mon Nov 15, 2004 1:21 am
by Cr4zyb4rd
No idea why it comes up as Regeneration, but it does.
I've posted on this various places. I'll unlazy and fix it one day, if Ama or somebody doesn't beat me to it.

Re: Slam

Posted: Wed Feb 26, 2025 4:53 pm
by xyilla

Re: Slam

Posted: Wed Feb 26, 2025 4:54 pm
by xyilla

Re: Slam

Posted: Wed Feb 26, 2025 4:55 pm
by xyilla

Re: Slam

Posted: Wed Feb 26, 2025 4:56 pm
by xyilla