RallosGuy05
New member
- Joined
- Apr 23, 2014
- RedCents
- 75¢
Just made three wizards, PL'ed them up, and bought all of their spells... Is there a mac that will train all of their lacking casting skills?
Thanks...
Thanks...
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.

Sub Main
/declare mySpells string outer |Disc|Aggro|Rez|Heal|SelfBuff|Fade|Jolt|Nuke|Swarm|Debuff|Mez|Root|Snare|FightBuff|MainTankBuff|PetBuff|Pet|Mana|Endurance|Buff|Aura|Dot|Lifetap|HealPet|Adds|PossibleAdds|ImHit|AA
/declare mySpawn string outer
/declare i int local
/declare x int local
/mqlog ====Bot version ${Bot.Version}====
/for i 1 to ${mySpells.Count[|]}
/if (${Bot.${mySpells.Arg[${i},|]}} && !${Select[${mySpells.Arg[${i},|]},ImHit,AA]}) {
/for x 0 to ${Math.Calc[${Bot.${mySpells.Arg[${i},|]}}-1]}
/mqlog ${mySpells.Arg[${i},|]}${x}=${Bot.${mySpells.Arg[${i},|]}[${x}]}
/next x
}
/if (${Bot.${mySpells.Arg[${i},|]}} && ${Select[${mySpells.Arg[${i},|]},ImHit,AA]}) {
/for x 0 to ${Math.Calc[${Bot.${mySpells.Arg[${i},|]}}-1]}
/mqlog ${mySpells.Arg[${i},|]}${x}=${Bot.${mySpells.Arg[${i},|]}[${x}].Name}
/next x
}
/next i
/if (${Me.PctMana}) {
/mqlog ====Memorized Spells====
/for i 1 to 12
/if (${Me.Gem[${i}].ID}) /mqlog SpellGem${i}: ${Me.Gem[${i}]}
/next i
}
/return
You linked the wrong one. That is for mq2bot to spit out your spells. You meant to link http://www.redguides.com/community/...lls-mac-auto-skill-raiser?p=212006#post212006Here's one I pulled from this site a while back. CSSkillup uses certain spells already identified in the code for the specific spell type.
This one will cast whatever spells are in your spell gems.
Rich (BB code):blah
----Update----
To run it just type /mac spells
by chance, anyone have a hide&sneak skillup mac?
Fishing-and-More
You can also dig around through here:
Macropedia Macro-List - Redbot's compiled list
