Return if npc is spawned
Posted: Thu Sep 27, 2012 6:15 pm
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: last
L2JDP Revision Number: last
hey how can i make the core check if a rb is spawned? i am trying this
and i am getting this on gs
Cannot invoke getobjectid() on the primitive type int
ยป Find Revision
L2J Revision Number: last
L2JDP Revision Number: last
hey how can i make the core check if a rb is spawned? i am trying this
Code: Select all
if (L2World.getinstance().findobject(raid.getObjectId()) != null)
Cannot invoke getobjectid() on the primitive type int