Page 1 of 1

/targetnext

Posted: Thu Oct 31, 2013 7:47 pm
by vampir
Hello

Have you got any info, how is /targetnext handled? I am trying to figure out how it chooses which character might be reached by /targetnext and which char can not. Can you help me with that?

Re: /targetnext

Posted: Fri Nov 01, 2013 3:15 am
by Zoey76
I think server sends info (list of players and npcs) to the client and client handle next target and send MyTargetSelected packet.

Probably you can't manage it server side.

On the other hand you could create .nexttarget :D

Re: /targetnext

Posted: Fri Nov 01, 2013 5:24 am
by lion
if im not wrong client choose target by RelationChanged packet

Re: /targetnext

Posted: Fri Nov 08, 2013 3:21 pm
by vampir
lion wrote:if im not wrong client choose target by RelationChanged packet
True, thx for help