Instanced Zone question
I want to try something where there will be an instanced zone that people with a certain qglobal can get into and otherwise would go to the regular zone. Do you think I could do something where an NPC creates an instance when it spawns and then everyone who asks to be sent to the instanced zone will all go to the exact same zone? I know how I could set it up so everyone goes to their own individual instance, but I want them to actually be in the exact same one like they would in a regular zone.
|
There was a discussion doing this for guild halls in pok. see if the instance code looks similar to what you want to do.
http://www.eqemulator.org/forums/showthread.php?t=29359 |
That kind of seems like what I am trying to do, but not quite. Is there a way to create an instance with a set ID each time? If so, then I think I can get it to work. Like I want to create an instance for one zone with id 1, then another with ID 2 and so on.
|
I haven't used any of the quest:: instance commands myself, but I think you can achieve what you want without worrying about what the instance id's are. The perl can save the id of each instance it creates and then you can assign a player to whatever instance based on the qglobl flag you've given them.
Code:
// instance_spawner |
I tried to use this quest on the NPC, but it is only sending my characters to the regular arena despite their qglobal. It will say the message that it is assigning them to the correct instance, but then it will zone them into the original zone.
Code:
my $zoneB = 0; |
All times are GMT -4. The time now is 02:45 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.