Problem with target

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Bigi
Posts: 19
Joined: Sun Oct 16, 2011 9:37 pm

Problem with target

Post by Bigi »

L2J Revision Number: Interlude
L2JDP Revision Number: Interlude

Hi all. Who can help me to correct this small error: when player double clicks another player, he can't move

http://www.youtube.com/watch?feature=pl ... 4dWgdnWmwY
User avatar
Bigi
Posts: 19
Joined: Sun Oct 16, 2011 9:37 pm

Re: Problem with target

Post by Bigi »

Who can help me ?)
afk5min
Posts: 38
Joined: Tue Jan 31, 2012 4:02 pm
Location: Away From Keyboard

Re: Problem with target

Post by afk5min »

Missing ActionFailed packet. It must always be sent in response to client packet 'Action' and in your case, it is missing when target is a player (L2Pc).
Compute sequentially, true or false?

Code: Select all

p :- p.p. ?- p.
Post Reply