TvT Old Player Position With Buffs

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
giedriukxx
Posts: 8
Joined: Mon Oct 25, 2010 3:42 pm

TvT Old Player Position With Buffs

Post by giedriukxx »

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);
}
}
giedriukxx
Posts: 8
Joined: Mon Oct 25, 2010 3:42 pm

Re: TvT Old Player Position With Buffs

Post by giedriukxx »

NoOne Knows? :?
User avatar
Flashy
Posts: 310
Joined: Mon Sep 29, 2008 11:49 am
Location: Germany

Re: TvT Old Player Position With Buffs

Post by Flashy »

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...
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: TvT Old Player Position With Buffs

Post by denser »

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?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
Post Reply