• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Caster Skill Up's (1 Viewer)

Veteran Assling

New member
Joined
Apr 29, 2006
RedCents
11¢
Anyone happen to know any commands or any helpfull tid bits on casting skill ups for those pl'd caster class's? Tired of the fizzles and the chain clicking for hours on end...
 
old one i had lying around not sure where it came from...


Rich (BB code):
|*********************************************************| 
|  - CasingBuilder.mac -                                  | 
|  - By: MagicDragon                                      | 
|  - v1.0 :)                                              | 
|*********************************************************| 

#turbo 

#event Skillup "You have become better at #1#! (#2#)" 

Sub Main 
   /if (!${Plugin[MQ2Cast].Name.Equal[mq2cast]}) /plugin MQ2Cast load 
   /if (!${Plugin[MQ2Casttimer].Name.Equal[mq2casttimer]}) /plugin MQ2Casttimer load 
   :castspell 
   /if (${Me.PctMana}<15) /call Med 95 
   /cast 1 
   :waitforgem 
   /if (!${Cast.Ready[1]}) { 
      /delay 1s 
      /goto :waitforgem 
   } 
   /doevents 
   /if (${Cursor.ID}) { 
   /autoinv 
   } 
   /call SkillCheck 
   /goto :castspell 
/return 

Sub SkillCheck 
   /if (${Me.Skill[${Me.Gem[1].Skill}]} == ${Skill[${Me.Gem[1].Skill}].SkillCap}) /call EndMacro 
/return 

Sub Event_Skillup(string text,string skill_name,int skill_level) 
   /popup You have gotten better at ${skill_name} ${skill_level} 
   /echo ${skill_name} increased to ${skill_level} 
/return 

Sub Med(int medmana) 
   /echo Medding from ${Me.PctMana}% to ${medmana}% mana. 
   :Med 
   /if (!${Me.Sitting} && !${Me.Mount.ID}) /sit 
   /delay 1s 
   /if (${Me.PctMana} < ${medmana}) /goto :Med 
/return
 
Came from

Rich (BB code):
|*********************************************************| 
|  - CasingBuilder.mac -                                  | 
|  - By: MagicDragon                                      | 
|  - v1.0 :)                                              | 
|*********************************************************|

LOL :D

I Lub being a smartass


If you happen to be PLin a wizard, I have one that will also harvest and player check since I always used it in the guild hall.
 
Caster Skill Up's

Users who are viewing this thread

Back
Top