Spell support upgrade?

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

FlashG
Contributing Member
Contributing Member
Posts: 104
Joined: Thu Jul 11, 2002 6:38 pm

Spell support upgrade?

Post by FlashG » Sat Jul 13, 2002 12:51 pm

Wow, I want to thank Plaz, L124rd, and showeq guys and all others that created this program. I just started with it but looks great. I saw the link for donation, I think the hard work and upkeep deserves rewards.

I didnt see much in the way of spell support. Looks like /cast #, /stopsong are supported though EQ but I didnt see much more. It would be nice to have commands like /findSpell xxx , /FindGem x leftclick , FindGem x rightclick, /FindGem x, $Gem(name), $Gem(ready?), $Gem(duration), $Gem(castingtime), $Gem(class), $Gem(school).

So a macro go like this:
((Edit: code brackets are good! - l124rd))

Code: Select all

  :start
  /FindGem 1 rightclick               |rightclick gem1 to destroy it
  /FindSpell "Thistle Sheild"    |puts the spell on the cursor
  /FindGem 1 leftclick                 |lefts click1 gem1 to mem it
  /FindGem 1                           | load the $Gem varible
  /if $Gem(name)<> "Thistle Sheild" then /goto start
  :wait1 
  /delay 0
  /if n $Gem(ready?) ==false then /goto wait1
  /cast 1

Code: Select all

  /varset t0 $Gem(castingtime)
  :wait2
  /delay 0
  /if t0 >0 then /goto wait2
  /g  OK %t  you are sheilded

 /varset t0 $Gem(duration)
 :wait3
  /delay 0
  /if $t0 > 0 then /goto wait3
 /goto start

If somthing like this is supported already great, if not just one more idea for you.

User avatar
Imperfect
Macro Author
Macro Author
Posts: 319
Joined: Fri Jun 14, 2002 1:52 am

This will take some work

Post by Imperfect » Sat Jul 13, 2002 7:54 pm

Plazmic has been looking for this if I remember correctly

gingertips
a hill giant
a hill giant
Posts: 230
Joined: Wed Jun 26, 2002 3:47 am
Location: Tseu-Qorcam

Post by gingertips » Mon Jul 15, 2002 10:03 am

Yes Id love this function too!!!

I want to update my own Druid.mac file so that when certain buffs run out, the druid will automatically clear spell slot 6, open spell book, mem the appropriate buff, pause and then cast the buff onto char.

This way, it means I only need to keep 1 slot available for buff spells & gives me a few more to ensure Ive got a succor spell, a DD spell and a mob debuff spell permanantly memmed...

FlashG
Contributing Member
Contributing Member
Posts: 104
Joined: Thu Jul 11, 2002 6:38 pm

buffs

Post by FlashG » Mon Jul 15, 2002 12:44 pm

Most buffs have a timed duration, but some of them are random or can be cancelled with spells or actions. In theses cases there needs to be a command that reports back what buffs a person has, or a booleon that shows if a certain buff is true. In any event I think plaz is working on it as we aimlessly dream. :-p

Plazmic
The One
The One
Posts: 800
Joined: Fri Jun 14, 2002 12:31 am
Contact:

Post by Plazmic » Mon Jul 15, 2002 12:49 pm

This is all on hold until the NewUI comes up... at least publically ;)
- Plazmic