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?
/targetnext
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: /targetnext
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
Probably you can't manage it server side.
On the other hand you could create .nexttarget

Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- L2j Veteran
- Posts: 967
- Joined: Sun Mar 11, 2007 7:49 pm
- Location: Ukraine
Re: /targetnext
if im not wrong client choose target by RelationChanged packet
-
- Posts: 113
- Joined: Sun Mar 28, 2010 6:17 pm
Re: /targetnext
True, thx for helplion wrote:if im not wrong client choose target by RelationChanged packet