Jump to content
  • 0

[Help] Which class handles???


Question

3 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

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);

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..