• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Request - New toon... Casting skills mac?

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...
 
Here'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):
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

----Update----

To run it just type /mac spells
 

Attachments

The newest version will mem all the spells and cast at any level. Just ran it on an 86 level chanter.
 
More skill up macros than you shake a stick at. This is why I love Redguides.
 
I heart you guys... I was sure there was a trainer in the compile somewhere but the searches I did weren't yielding what I was looking for.
 
Here is the correct one..

Sorry about that I selected the wrong macro when I uploaded it and walked away lol.
 

Attachments

Request - New toon... Casting skills mac?

Users who are viewing this thread

Back
Top
Cart