where did delCubic() go? Substitute?
Posted: Sun Sep 08, 2013 2:20 am
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:6205M
L2JDP Revision Number:9945
So i was adding a outdated buffer to the newest stuff source, but i got few errors.
viewtopic.php?f=73&t=26928
delCubic has been moved? Removed? has no substitute?
» Find Revision
L2J Revision Number:6205M
L2JDP Revision Number:9945
So i was adding a outdated buffer to the newest stuff source, but i got few errors.
viewtopic.php?f=73&t=26928
delCubic has been moved? Removed? has no substitute?
Code: Select all
for (L2CubicInstance cubic : player.getCubics().values()) { cubic.stopAction(); player.delCubc(cubic.getId()); }