Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

|** Checks the SpelltoCheck to be in GemToUse and returns complete if it gets memorized or it's already in the gem slot specified. **|
Sub CheckSpell(string SpelltoCheck, int GemToUse)
/if (${Me.Book[${SpelltoCheck}]} && ${Me.Gem[${GemToUse}].Name.NotEqual[${SpelltoCheck}]} || !${Me.Gem[${GemToUse}].ID}) {
/memorize "${SpelltoCheck}" ${GemToUse}
/delay 10s ${Me.Gem[${GemToUse}].Name.Equal[${SpelltoCheck}]}
/return Complete
} else /if (${Me.Gem[${SpelltoCheck}]}) {
/return Complete
}
/return Incomplete
/if (${Stick.Active}) {
/declare sticktrg ${Stick.StickTargetName}
/stick end
/delay 2s !${Me.Moving}
/memorize "${SpelltoCheck}" ${GemToUse}
/delay 10s ${Me.Gem[${GemToUse}].Name.Equal[${SpelltoCheck}]}
/target ${sticktrg}
/stick stickhowparams
}
should beto cast an itemRich (BB code):/casting "itemofuberness"|item
andto use a alt abilityRich (BB code):/casting "altabilityofrawpower"|alt
ctaylor22
Rich (BB code):/if (${Stick.Active}) { /declare sticktrg ${Stick.StickTargetName} /stick end /delay 2s !${Me.Moving} /memorize "${SpelltoCheck}" ${GemToUse} /delay 10s ${Me.Gem[${GemToUse}].Name.Equal[${SpelltoCheck}]} /target ${sticktrg} /stick stickhowparams }
I just used it on an item. Worked fine. Perhaps a silly question, but sometimes needed. Are you sure you have mq2cast loaded? /plugin list
