SummonFriend.java

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Flashy
Posts: 310
Joined: Mon Sep 29, 2008 11:49 am
Location: Germany

SummonFriend.java

Post by Flashy »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4422
L2JDP Revision Number: 7669

the skill summon friends is not working on my server.
in Freya the change was:

Code: Select all

 confirm.addRequesterId(activePlayer.getObjectId 
before

Code: Select all

 confirm.addRequesterId(activePlayer.getCharId 
but with getObjectId the Confirm appears, the teleport port you to the same place, without to commit the button, it will be ignored, with getCharId its working...
Dont know why, because you dont use the function in freya anymore..
What should I check?

Thanks in advanced!
Post Reply