Package l2p.gameserver.model.instances

Examples of l2p.gameserver.model.instances.L2PenaltyMonsterInstance.onSpawn()


        }
        L2PenaltyMonsterInstance npc = new L2PenaltyMonsterInstance(IdFactory.getInstance().getNextId(), temp);
        npc.setSpawnedLoc(def);
        npc.setReflection(fisher.getReflection());
        npc.setHeading(fisher.getHeading() - 32768);
        npc.onSpawn();
        npc.spawnMe(npc.getSpawnedLoc());
        npc.SetPlayerToKill(fisher);
      }
      catch(Exception e)
      {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.