Jigs21
Well-known member
- Joined
- Aug 7, 2005
- RedCents
- 41¢
figured out that if you have the Invis VS. Undead AA, if you cast it it will level up your divination, not sure if it was meant to be like this but, it beats having to load up another spell in your spell list, waisting mana (although you could cast something that probably takes like 50 mana or so), and its instant cast so you can cast it when your running around lfg or something, you could easily write a macro to do this overnight for you, I didn't take the time to figure out all the AA #'s and /alt activate or whatever that stuff is but!
you could also do this with a spell gem, load up the spell you want and put your cursor over the spell, and /mac click, I used this for my beastlord. I was always trying to cast invis and it would fail 15 times, find a divination spell and leave it on over night or something.
you could also do this with a spell gem, load up the spell you want and put your cursor over the spell, and /mac click, I used this for my beastlord. I was always trying to cast invis and it would fail 15 times, find a divination spell and leave it on over night or something.
Rich (BB code):
|Click.mac
|Date: January 18, 2006
|You need to put your cursor over the button you'd like to be clicked
|Start the macro and it will click it repeatedly
|-----------------------------------------------------------------|
sub main
:start
/call GMCheck
/click left
/delay 1
/goto :start
Sub GMCheck
:gmcheck
/if (${Spawn[gm].ID}>0) {
/echo "waiting for the GM to leave the zone"
/delay 10
/goto :gmcheck
}
/return

