If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hi All Is there any one can help me with TvT old Player Position ?
My Questions is what should i Add to This Script to Make Player teleBack With they buffs as they join before.Now Only teleBack Wihout Buffs.Thx For Waisting Time On This...
_playerInstance.doRevive();
if(Config.TVT_RESTORE_PLAYER_POS)
{
if(TvTEvent.isStarted())
{
int[] currentPlayerPos =
{
_playerInstance.getX(),
_playerInstance.getY(),
_playerInstance.getZ()
};
if(!_oldCoordinates.containsKey(_playerInstance))
{
_oldCoordinates.put(_playerInstance, currentPlayerPos);
}
}
TvT Old Player Position With Buffs
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 8
- Joined: Mon Oct 25, 2010 3:42 pm
Re: TvT Old Player Position With Buffs
NoOne Knows? 

- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: TvT Old Player Position With Buffs
its not so easy.. you have to store the buffs into a data table, due enter the event. after leaving the event you have to restore the buffs from this table...
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: TvT Old Player Position With Buffs
its easy but useless...who cares about buffs. if you want to save your buffs - dont go to event.
if your server with usual buffs - configs have an option to save buff on enter and during event.
if it pvp server - buffs gave no worth it to save...
before create something think twice - are you really need kinda thing?
if your server with usual buffs - configs have an option to save buff on enter and during event.
if it pvp server - buffs gave no worth it to save...
before create something think twice - are you really need kinda thing?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!