plugin::SendToInstance
I have a question, regarding the plugin::SendToInstance, but I'll explain the situation, so we're all on the same page here. ;)
I was doing some instance testing and ran across something with the instance plugin, that I wasn't aware of before. I logged on 4 seperate (non-gm) accounts and grouped two of them together, leaving the other 2 as singles. I had the SendToInstance npc script set to "group", and it successfully gave the two grouped toons their own group instance, no problem. Of course, inviting another toon into the group, let it join the instance as well. But, while those two grouped toons were in their instance, the third (non-grouped) toon hailed the same npc, and was given a "public" instance by default. This allowed the fourth single toon to join that public instance too. So I assume, no matter what the instance is setup for, (group or guild), anyone can use the same npc to (unintentionally) start a public instance. It's an awesome plugin for instances, it really simplifies the process. I'm sure there might be people out there that may have some use for a "public" instance, but it would be pointless for my preferences. Is there an altercation I can do to prevent public instances from being created ? (permanently) ? lol This is the script I have been testing with. (npc is flagged for qglobal) Code:
sub EVENT_SAY { |
You could remove public instances as a valid option.
/plugins/instances.pl Code:
%InstType = ( |
Quote:
|
Ok, I tested that out and same results, but it's really no big issue, I just thought the use of that plugin, was an easy way to have restricted access to an instance, based on the choice used. (solo, group,etc.). I can still use an old school way of doing it on the npc itself. I'm not too keen on restricting the plugin itself to one choice, it's just that "public" issue, lol :P
|
I put this together, which works pretty good. I just have to add in a group member count, since a player with a merc is still a "group". Maybe a little message for the single clients to go away, as well, lol (npc won't talk to you, if not in a group)
Code:
|
Found another little glitch in this struggle to restrict an instance to group only. Example: If "toon 1" sends a /tell to some buddies on the server, asking to be "temporarily" invited to a group, then grabs the instance from the npc, but once inside, disbands from the group, he's in. So I guess I need to put something in place for a group count inside the zone, but would need a timer, to allow legit group members time to show up for the instance, before the toon was kicked out. (I'm only posting this progress for others, if they have an interest)
|
Good info so far, maybe mention to Akkadius in Discord and see what he says? I have plans to only use raid instances so would be good to know.
Quote:
|
What I find really odd, if I set the instance to "solo" with the plugin, it won't assign any other kind of instance, no matter what scenario your toon is involved with. If two seperate players have a merc spawned, or even grouped with each other, the "solo" plugin will send them each to their own instance. So, the plugin "solo" does not acknowledge the player/merc as a group, but the plugin "group" does, lol
|
All times are GMT -4. The time now is 04:01 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.