TvT Old Player Position With Buffs
Posted: Thu Nov 18, 2010 8:44 pm
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);
}
}
ยป 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);
}
}