Jump to content
  • 0

[Help] Which class handles???


Tokenlt

Question

3 answers to this question

Recommended Posts

  • 0

Next time do a search in the project. I searched for the string 'wishes to summon you to' and found:
net.sf.l2j.gameserver.handler.skillhandlers.SummonFriend;

This class handless only request sending. I need answer handler.

Link to comment
Share on other sites

  • 0

DlgAnswer clientpacket. More specifically for that code, L2PcInstance handles it on teleportAnswer( method.

 

		else if (_messageId == SystemMessageId.S1_WISHES_TO_SUMMON_YOU_FROM_S2_DO_YOU_ACCEPT.getId())
		activeChar.teleportAnswer(_answer, _requesterId);

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...