Shining Fortress Rk. II

Fixxer

Active member
Joined
May 22, 2011
Messages
429
Reaction score
32
Points
28
I don't recall if Rk. I does this, but I tried to create a /downshit for my cleric to cast Shining Fortress Rk. II on itself:

downshit24=/if (${Me.PctMana}>10 && ${Me.CombatState.NotEqual[COMBAT]} && !${Me.Feigning} && !${Me.AFK} && !${Me.Invis} && !${Me.Buff[Shining Fortress Rk. II].ID} && ${Spell[Shining Fortress Rk. II].Stacks[5]}) /multiline ; /target CHARACTERNAME ; /casting "Shining Fortress Rk. II|gem13"

With that /downshit, I get the following message:

"Your spell is too powerful for your intended target."

If I remove the multiline or try to cast manually, it works fine. Any thoughts on how I can make this spell cast on the cleric itself through a /downshit command?
 
try
Code:
/casting "Shining Fortress Rk. II|gem13"
to
Code:
/casting "Shining Fortress Rk. II" gem13
 
try
Code:
/casting "Shining Fortress Rk. II|gem13"
to
Code:
/casting "Shining Fortress Rk. II" gem13

I tried the changes you suggest, but the same problem remains.
 
Check the wiki for MQ2Casting and look at the options.

It has a method for telling it what target to cast on.
 
Your spell is too powerful for your intended target.
that msg happens when target is too low

are you on a live server regular server or some goofy anything else

i have fortress working for me but usually have it cast on a set tank
 
Your spell is too powerful for your intended target.
that msg happens when target is too low

are you on a live server regular server or some goofy anything else

i have fortress working for me but usually have it cast on a set tank

Live server, with a lvl 110 cleric, casting on himself...

Works fine:
/casting "Shining Fortress Rk. II|gem13"

Returns the message about being too powerful:
/multiline ; /target CHARACTERNAME ; /casting "Shining Fortress Rk. II|gem13"
 
I don't like it... But I found a way around it for now...

downshit24=/if (${Me.PctMana}>10 && ${Me.CombatState.NotEqual[COMBAT]} && !${Me.Feigning} && !${Me.AFK} && !${Me.Invis} && ${AutoBuff.Count}<1 && !${Me.Buff[Shining Fortress Rk. II].ID} && ${Spell[Shining Fortress Rk. II].Stacks[5]}) /db CHARACTERNAME guard