Package npc.model

Examples of npc.model.L2SepulcherRaidInstance.spawnMe()


    }
    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);
  }

  public static void locationShadowSpawns()
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.