• 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

casting from an item, broken for me...

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
I got Z's most recent compile with all the workin vip plugins, but when i run this code...

Rich (BB code):
  /if (${Me.Buff["Miraculous Visions"].Duration} !> ${MF_BuffTicks}) { 
    /casting "Stanos' Wicked Gauntlets" Hands
    /echo Casting Haste
  /delay 4s
  }

It is saying in mq that i dont have that spell memorized.

What plugin controls swaping items to cast them? am i overlookin something?

N
 
vhange /casting to /call cast

and make sure your macro has

#include spellcast.inc <-- or whatever spell casting inc file you have in your macros folder

ARMY
 
Use
Rich (BB code):
/cast item "Stanos' Wicked Gauntlets"
instead of
Rich (BB code):
/casting "Stanos' Wicked Gauntlets" Hands
plink
 
Im still getting you dont seem to have that spell memorized.

/cast item "Velium Coldain Insignia Ring | Hands"
/casting "Velium Coldain Insignia Ring" hands
/casting Velium Coldain Insignia Ring hands
/call cast Velium Coldain insignia ring

And all variations of the above, some it does nothing and says nothing, others it says you dont seem to have that spell memorized.

Army or Z, would you mind sending me a mq2cast that works for you?

I would just compile but I dont have my login to MQ@ Vip on this computer and this is my only computer with dialup. Dont get cable since the move till later this week.

I would really appriciate it if you guys can PM it to me.

N
 
I am still getting the you do not seem to have that spell memorized message in MQ2 window...

Rich (BB code):
Sub BuffCheck 

  /if (!${Me.Standing} && !${Me.Mount.ID}>0) /stand 
  /if (${Me.Moving}) { 
    /keypress forward 
    /keypress back 
    /delay 5 
  } 

  /if (${Me.PctHPs}<60) /keypress 1

  /if (${Me.Buff["Miraculous Visions"].Duration} !> ${MF_BuffTicks}) { 
    /call cast "Stanos' Wicked Gauntlets" item
    /echo Casting Haste
  /delay 4s
  }

  /if (${Me.Buff["Shield of the Arcane"].Duration} !> ${MF_BuffTicks}) { 
    /call cast "Stanos' Wicked Breastplate" item
    /echo Casting hp buffs
   /delay 4s
  }

  /if (${Me.Buff["Elixir of Health X"].Duration} !> ${MF_BuffTicks}) { 
    /call cast "Distillate of Health X" item
    /echo Casting Haste
   /delay 4s
  }

  /if (${Me.Buff["Shield of the Eighth"].Duration} !> ${MF_BuffTicks}) { 
    /call cast "Velium Coldain Insignia Ring" item
    /echo Casting Haste
   /delay 4s
  }
/return

N

Something fishey going on, guess I will have to wait till I get cable back and recompile mq2cast again.

does mq2exchange and mq2cast cast from items? Trying to figure out which plugin is giving me the problem.

Dang I need to get my cable so i can log into MQ2 VIP and update my plugin compiles.

N
 
Ok update...

/casting "Velium Coldain Insignia Ring" fingers

With the velium coldain insignia ring equipped clicks it. However if it isint equipped it is saying I dont seem to have that spell memorized.

Hmmm, that should narrow it down, I am thinking mq2exchange is the problem. What do you guys think?

N
 
casting from an item, broken for me...

Users who are viewing this thread

Back
Top
Cart