Package npc.model

Examples of npc.model.L2SepulcherRaidInstance$OnDeadEvent


    if(loc == null)
    {
      return;
    }
    L2NpcTemplate template = NpcTable.getTemplate(loc.id);
    L2SepulcherRaidInstance mob = new L2SepulcherRaidInstance(IdFactory.getInstance().getNextId(), template);
    mob.onSpawn();
    mob.setSpawnedLoc(loc);
    mob.spawnMe(loc);
    mob.mysteriousBoxId = npcId;
    _allMobs.add(mob);
  }
View Full Code Here

TOP

Related Classes of npc.model.L2SepulcherRaidInstance$OnDeadEvent

Copyright © 2018 www.massapicom. 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.