[help] deprecated methods

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
spremusik
Posts: 110
Joined: Fri Oct 21, 2011 8:34 pm

[help] deprecated methods

Post by spremusik »

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

i have some problems in a custom script (chamber of delusions)
import com.l2jserver.gameserver.skills.SkillHolder;
import com.l2jserver.gameserver.model.L2Skill;
to both i receive the import cannot be resolved

another problem:
the methods getPartyMembers() , getPartyLeaderOID() and broadcastToPartyMembers are deprecated.
some fix?
thx

later edit, i found the skillholder and l2Skill
com.l2jserver.gameserver.model.holders.SkillHolder;
com.l2jserver.gameserver.model.skills.L2Skill;
still need help with the deprecated methods
i have edited the title

another edit
method getPartyMembers changed to getMembers
method broadcastToPartyMembers changed to broadcastPacket
method getPartyLeaderOID changed to getLeaderObjectId

this can be closed. i rushed and posted before searching better sry
Post Reply