Mass Gatekeeper

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
kuriku
Posts: 65
Joined: Sun Jan 03, 2010 7:58 am

Mass Gatekeeper

Post by kuriku »

I want to make a Mass Gatekeeper Event. My idea is, like Mass Gatekeepers of Castles, a Teleport Bypass, that any player choose this option, and it runs a tempo, and when it ends, all the players in a selected area are teleported to the loc.

I've tried to find a example in data scripts and in the htmls files, but the bypass that i've found is:

Code: Select all

<a action="bypass -h npc_%objectId%_tele">Teleport</a>

Where is the object "tele" to take this example?




Thnx a lot
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Mass Gatekeeper

Post by JIV »

take a look on com.l2jserver.gameserver.model.actor.instance.L2CastleTeleporterInstance in core.
Post Reply