Page 1 of 1
TvT Bug
Posted: Mon Jan 11, 2010 12:38 pm
by mgbhard
Hi, there is still a bug in TvT, when a characters dies casting a skill, when he is ressurrected, he cannot move. There is a ticket open about this:
http://www.l2jserver.com/trac/ticket/4139
Is there any quick fix?
Thx
Marcelo
Re: TvT Bug
Posted: Mon Jan 11, 2010 3:16 pm
by janiii
no idea, just trying anything ^^
Code: Select all
Index: java/com/l2jserver/gameserver/model/entity/TvTEventTeleporter.java===================================================================--- java/com/l2jserver/gameserver/model/entity/TvTEventTeleporter.java (revision 3799)+++ java/com/l2jserver/gameserver/model/entity/TvTEventTeleporter.java (working copy)@@ -63,6 +63,9 @@ if (_playerInstance == null) return; + _playerInstance.abortCast();+ _playerInstance.abortAttack();+ L2Summon summon = _playerInstance.getPet(); if (summon != null)
Re: TvT Bug
Posted: Mon Jan 11, 2010 4:38 pm
by janiii
hm, i tested this. cast wind strike (very slow) and killed the player while casting. he could move after he was revived.
pls someone test it too and report. thx.
Re: TvT Bug
Posted: Mon Jan 11, 2010 4:41 pm
by mgbhard
janiii wrote:hm, i tested this. cast wind strike (very slow) and killed the player while casting. he could move after he was revived.
pls someone test it too and report. thx.
It seems to work, will test it on live tomorrow.
Thx janiii!
Re: TvT Bug
Posted: Mon Jan 11, 2010 5:35 pm
by Crom
Something like that ocurr when a character is casting and teleport to olympiad stadium, but this ocurr on GF, and i think on CT2.2... The problem is the cutting cast on teleport
Re: TvT Bug
Posted: Mon Jan 11, 2010 6:03 pm
by janiii
hmm, in teleToLocation there is abortAttack and abortCast .
Re: TvT Bug
Posted: Tue Jan 12, 2010 3:37 am
by denser
i can tell more correct - when you killed...you laying on ground...waiting...and try to start cast selfbuff exact to respawn) but if you fail)))) you press skill atm of respawn) and you stay nomove.
i mean use skill (spam F2 i.e.) while you respawn on tvt
Re: TvT Bug
Posted: Tue Jan 12, 2010 3:42 am
by Crom
Denser this is another case of the same bug, when abort cast with a teleportation the character can't move or cast, i "solve" this with a teleportation (summoning character)
Re: TvT Bug
Posted: Tue Jan 12, 2010 4:58 am
by babyjason
you got it wrong.
characters are "stuck" (use arrows on keyb) if they USE A SKILL while beeing teleported to tvt. it s been like that since forever. not a big problem tho.