• 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

MQ2AllZone - No Zone Req's.

Tonka Trucks

Well-known member
Joined
Apr 27, 2006
RedCents
20¢
MQ2AllZone Usage:

This plugin requires MQ2PiggyZone or a zoning plugin like it to function correctly. For example, if you wanted to go to Plane of Fire, you would /zone PoFire. What happens next is that you will move to PoTranquility and then crash to Character Select, not crash to desktop. You should be able to zone into the Plane of Fire immedately after you return to Character Select.

Once in the zone, implement the "/lockazone on" feature immediately or else you will either be booted from the zone or CTD. If you find yourself in the sky or outside the world terrain, /succor or /warp succor.

Do not try to zone into an instance you do not have or have not been player added to, it will not work.

If you die and get rez'd, you will have to redo the "/lockazone on".

BEWARE: DO NOT USE THIS IN A RAID UNLESS YOU'RE RAIDING WITH PEOPLE WHO USE MQ2 AND WHO YOU TRUST. YOU WILL SPAM THEM EVERY TWO MINUTES WITH "You do not meet the requirements for this zone".

Known bugs:

Every now and then, you will be moved from where you are standing to the succor point. You should immediately re-appear where you were standing before you got moved.

Total time in zone is 7-8 minutes.

To load, "/plugin MQ2AllZone"

Rich (BB code):
Functions:
 
/lockazone on - Turns the lock on while you're in a zone.
/lockazone off - Turns the lock off so that you can safely leave a zone via an immediate gate, TL, or Port.

Last Updated: 07/24/06 - 12:35AM CST
 
Last edited:
You know, you should probably add something in here about death turning the offset off, or if you get hit, the offset gets turned off until you haven't been hit for 5s, or something...dying with that on would probably result in a nasty bug.
 
Just because somebody else figured out how something was done does not mean that he/she stole another person's plugin.
 
Thanks for sharing this Turk. Can you explain further about it turning off when you get hit? Should I take it to mean that this wouldn't do any good for a tank?
 
Haha, I wouldn't turn it off if you're getting hit, but I would turn on DoCrack Envirofall or go get a group and get lev. Seemed to work ok on a tank class I have. I wanted to do this mostly so that if you're trying to go loot some gear on a toon you don't have flags/levels for (mainly flags), you can go get the loot.
 
TurkReno said:
Don't assume anything when you're not looking at the source.

There is no need for the source when you have a debugger and a dll.
 
BEWARE: DO NOT USE THIS IN A RAID UNLESS YOU'RE RAIDING WITH PEOPLE WHO USE MQ2 AND WHO YOU TRUST. YOU WILL SPAM THEM EVERY TWO MINUTES WITH "You do not meet the requirements for this zone".

I thought only you saw that message on your own screen. I have never seen other people's, as that would be very confusing if you did.
 
Yeah, I'm with stratus, lol. Never ever seen another person's spam for this.
 
It actually spams the group members with so and so has been removed from the zone because of such and such reason.
 
Any chance this can work for GoD? I try to go from Yxtta to Qvic and although I get the charselect screen as described, when logging in again, I'm still in Yxtta. Haven't tested outside GoD, that's all I'd want it for...
 
...if you are in KT /zone tacvi takes you to char select screen and you pop back in in Qvic (because Qvic is on the way duh..) works everytime
 
will /lockazone on keep you from being booted from an instance if you drop a mission? I box 12 accounts so the message crap does not matter to me as I am playing all the toons in the instance.
 
Chances are, in the state its in right now, it will keep you in the instance for about 8 more minutes. I'm still working on trying to get it fixed.
 
just a question whats the difference from using mq2piggy and /zoning over to pofire. not sure if it would work. does MQ2AllZone allow you to zone into/crash into a zone ur not flagged for?
 
It allows you to enter the zone. Then lock you inside of it in conjunction with MQ2Piggyzone.
 
The delta checks will get people /zoning banned..It's being logged but not acted upon as of now (a little on the progression server's though..i mean some people getting banned for /zoning) ...But i guess they will have too now.

Use with care.
 
mandrack said:
The delta checks will get people /zoning banned..It's being logged but not acted upon as of now (a little on the progression server's though..i mean some people getting banned for /zoning) ...But i guess they will have too now.
Ok....Are keys/flags held clientside? Nope. How does this work then? By tricking the server into thinking you have the key/flag. With that in mind, don't you think that with PiggyZone allowing you to zone into oldworld key required places by itself that the people who looting in the zones would have got banned by now? I haven't been. Regardless, Turn off Send Sys Info in general options and don't subject yourself to getting scanned.
 
cant zone into dreadspire using this if you dont have the key, keeps sending you to stoneroot. I guess since you can zone thru 2 ways.. the hive and stoneroot
 
TurkReno said:
Its being worked on.

what is there to work on?

It will either work or not work...

All it does for the curious is block packet 0x2265

It will either work or not work for a zone no amount of magically dicking with the code will fix that.

Entire code that is required!
Rich (BB code):
PLUGIN_API BOOL OnSendPacket(DWORD Type, PVOID Packet, DWORD Size)
{
	if (Type == 0x2265) return false;

	return true;
}
 
Maybe I've occupied my time with other things and have been busy and haven't cared enough to work on this. Since I've been compiling and working on various plugins and ideas, I've spent LITTLE time in-game to go fix stuff. I do have a life outside of MQ'ing.
 
By the way, after going and actually re-visiting this code, and since you're lazy enough not to go download the source and just complain, here's a single shot of that source which ALREADY included that fix. k, thx.

-TurkReno
 
TurkReno said:
By the way, after going and actually re-visiting this code, and since you're lazy enough not to go download the source and just complain, here's a single shot of that source which ALREADY included that fix. k, thx.

-TurkReno

I wasn't complaining...... I was just mentioning something that wasn't working, and asking if it was normal.
 
DNA: I know you weren't complaining. I put this up mostly because it helped me accomplish what I needed to accomplish with the window of time it provided me in its current state. Trying to fix Qvic and other zones is in the works.
 
MQ2AllZone - No Zone Req's.

Users who are viewing this thread

Back
Top
Cart