• 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

Vxed kite mac

Pathing in Vxed is better but still FU. If you have good avoidance you may be ok, but not like the days before.Getting the circlke stared is the hard part. I say look for a new option.
 
Ramtha said:
Dose anyone have this Mac working right again sinse the patch. I have played with it a bit but cant get it working .

The mac stops ever time you zone.
#Event Zone "You have entered whatever."

Those events currently don't fire, because MQ2 thinks you get the text before you're done zoning, so the way to fix this untill there is a fix is this:


|In submain
/declare currentZone ${Zone.ID}

|in the macros main loop
/if (${Zone.ID} != ${currentZone}) /call Event_IZoned



|The Sub Event
Sub Event_IZoned
/if (${Zone.ID}==some#) {
/doevents for that zone ID
}
/if (${Zone.ID}==someother#) {
/doevents for that zone ID
}
/delay 1s
/varset currentZone ${Zone.ID}
/return


This should work fine for every other macro that requires zoning events.
 
any chance this fix can be inserted into macro and macro be submited here...since my knowledge of inserting this fix where it goes is limited...thanks
 
I commented where each piece needs to be placed. I'm not going to hand it to you on a platter.
 
I use the one that you start manually and when u die u jsut log off, that warping from zone to zone stuff is too risky for my taste =)



I need someone to play with on FV =)
 
Vxed kite mac

Users who are viewing this thread

Back
Top
Cart