TvT Bug

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
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

TvT Bug

Post 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
Image
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: TvT Bug

Post 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)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: TvT Bug

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: TvT Bug

Post 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!
Image
Crom
Posts: 191
Joined: Sun May 24, 2009 8:09 pm
Location: Spain

Re: TvT Bug

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: TvT Bug

Post by janiii »

hmm, in teleToLocation there is abortAttack and abortCast .
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: TvT Bug

Post 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
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
Crom
Posts: 191
Joined: Sun May 24, 2009 8:09 pm
Location: Spain

Re: TvT Bug

Post 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)
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: TvT Bug

Post 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.
Post Reply