Razor Macro for Resisting Spells Training

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
Interceptor3104
Posts: 13

Razor Macro for Resisting Spells Training

Post by Interceptor3104 »

Hopefully this helps someone. This is the best macro I could come up with to train Resist after ~80.00

If ( Mana <= 40 )
Use skill Meditation
If ( SysMessage " You cannot focus your concentration." )
Pause 8.00sec
End If
If SysMessage ( "You enter a meditative trance." )
Wait for Mana >= 80
End If
End If
If ( Mana >= 40 )
Cast Spell Mana Vampire (#53)
Pause 3.00sec
Target Self
Pause 1.00sec
End If
User avatar
Calvin
Posts: 5686
Location: UK

Re: Razor Macro for Resisting Spells Training

Post by Calvin »

just get your mage to loop casting clumsy on the character
User avatar
Bama
Bug Hunter
Posts: 4617

Re: Razor Macro for Resisting Spells Training

Post by Bama »

Interceptor3104 wrote:Hopefully this helps someone. This is the best macro I could come up with to train Resist after ~80.00
Cast protection it will drop your resisting spells by 30 something % (it's better than getting discorded in the Weald)

Or

Do as Calvin suggested
Calvin wrote:just get your mage to loop casting clumsy on the character
And
Cast protection it will drop your resisting spells by 30 something % (it's better than getting discorded in the Weald)
Gabba Gabba Hey!!!

哈哈哈
User avatar
Calvin
Posts: 5686
Location: UK

Re: Razor Macro for Resisting Spells Training

Post by Calvin »

i over-salted my ribeye steak, and now i am a lil sad. extremely full, but a lil sad.

level 1 spell with fast casting is a mental number of skill checks per minute, each skill check is a chance to gain

i often change my resist spells skill between 60-100. it doesn't take long

rump is definitely the best steak
Interceptor3104
Posts: 13

Re: Razor Macro for Resisting Spells Training

Post by Interceptor3104 »

That makes a lot of sense Calvin, it's the same reason why parrying goes up so fast with the sheep trick, more skill checks / minute. I will do this next time. On the bright side, I was able to GM Resist in about 2 hours, so it wasn't too long my way.
Calvin likes this.
Top
Post Reply