Package npc.model

Examples of npc.model.SepulcherRaidInstance$OnDeadEvent


    if (loc == null)
    {
      return;
    }
    NpcTemplate template = NpcHolder.getInstance().getTemplate(loc.npcId);
    SepulcherRaidInstance mob = new SepulcherRaidInstance(IdFactory.getInstance().getNextId(), template);
    mob.setSpawnedLoc(loc);
    mob.spawnMe(loc);
    mob.mysteriousBoxId = npcId;
    _allMobs.add(mob);
  }
View Full Code Here

TOP

Related Classes of npc.model.SepulcherRaidInstance$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.