SummonFriend.java
Posted: Tue Nov 16, 2010 2:21 pm
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:
before
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!
» 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
Code: Select all
confirm.addRequesterId(activePlayer.getCharId
Dont know why, because you dont use the function in freya anymore..
What should I check?
Thanks in advanced!