Ultimate Spell Skiller Macro!!!!!!!!

Not sure why it would even go for that spell as it's not one i listed for enchanters.

Code:
Sub Enchanter
|-------------------------------
/echo Enchanter class recognized.  Memming these spells,
/echo Minor Shielding 		Abjuration
/delay 5
/echo Weaken			Alteration
/delay 5
/echo Mesmerize			Conjuration
/delay 5
/echo True North		Divination
/delay 5
/echo Chaotic Feedback		Evocation
/delay 5
 
Last edited:
Not sure why it would even go for that spell as it's not one i listed for enchanters.

Code:
Sub Enchanter
|-------------------------------
/echo Enchanter class recognized.  Memming these spells,
/echo Minor Shielding 		Abjuration
/delay 5
/echo Weaken			Alteration
/delay 5
/echo Mesmerize			Conjuration
/delay 5
/echo True North		Divination
/delay 5
/echo Chaotic Feedback		Evocation
/delay 5



I'm gonna guess because that's the spell he has memmed in slot 1? I ran this over the last weekend and it did not mem the spells. I manually memmed the spells and it worked fine till I maxed the last skill then it blew up.
 
Change /mem to /memorize in the macro. The new Memory Indicator added to MQ2MMOBugs uses the toggle of /memindi, so everytime you try to /mem a spell you get feedback in the chat about the proper way to /memindi x,y,off.
 
after the /mem to /memorize switch it worked awesome for necro:p
 
UPDATED

Fixed /mem /memorize problem,

First post updated and posted mac updated
 
Ok, just tried this mac on my shaman. Starts up ok, didn't mem the 2nd spell but memmed the rest. Paused for a second then had an error.
errorua.jpg

Any thoughts?
 
i got mine working... as i thought i was being retarded... all skills cept evocation are maxed for my lvl, thanks a ton man
 
Ok found the problems. There was an un-needed bracket in the error on my previous post and there was an open bracket a few lines down. Attached to this post is a working copy. VI please update main post with new one attached here.
 

Attachments

  • skillz.mac
    11.5 KB · Views: 66
I was able to use this a few weeks ago but now when I attempt to use iti get a message saying that its unable to open
 
How do you skill up alteration just keeps saying spell wont hold :(
 
Click off whatever spell is blocking it. If you have on, say, greater sheilding, then minor shielding won't take.
 
Are you in a protected zone that won't allow you to cast detrimentals? Such as guild hall, guild lobby, pok.
 
Mage wont start, removed all my buffs but it stops:

"Failed to parse /if condition '(340 >= 340) && 340>= 340 && 340 >= 340 && 430, non-numeric encountered

Also wizard just crashed to desktop

SHM,NEC works fine so far.
 
Having issues with this mac on my SK;
I keep getting the following message:
Subroutine Shadow wasn't found
skillz.mac@31 (main): /call&{Me.Class}

I have confirmed that there is no mention of Shadow in the mac, outside of Shadowknight.

Works great for my wizzy, thanks!
 
PCDrQA check up a few posts...

Masoki had the proper sk fix:

(shamelessly cut and pasted)

Small error in SK

${Me.Class}=Shadow Knight

so changed


Code:
/call ${Me.Class}to


Code:
/call "${Me.Class}"and


Code:
Sub Shadowknightto


Code:
Sub Shadow Knight__________________
 
PCDrQA check up a few posts...

Masoki had the proper sk fix:

(shamelessly cut and pasted)

Small error in SK

${Me.Class}=Shadow Knight

so changed


Code:
/call ${Me.Class}to


Code:
/call "${Me.Class}"and


Code:
Sub Shadowknightto


Code:
Sub Shadow Knight__________________

tried that before posting, sorry should have said something about it. Same message displayed. thanks for the input!
 
Jeez I feel like a computer newb :confused: I had made the changes in my backup folder not in the mac folder. Works like a champ after copying the file over :rolleyes:
 
So far, it's working just fine. Running it on my wiz. Good job! =)