Examples of spawnByGroup()


Examples of lineage2.gameserver.model.entity.Reflection.spawnByGroup()

    }
    r.openDoor(21100101);
    r.openDoor(21100102);
    r.openDoor(21100103);
    r.openDoor(21100104);
    r.spawnByGroup("tombguards1");
    r.spawnByGroup("tombguards2");
    r.spawnByGroup("tombguards3");
    r.spawnByGroup("tombguards4");
  }
 
View Full Code Here

Examples of lineage2.gameserver.model.entity.Reflection.spawnByGroup()

    r.openDoor(21100101);
    r.openDoor(21100102);
    r.openDoor(21100103);
    r.openDoor(21100104);
    r.spawnByGroup("tombguards1");
    r.spawnByGroup("tombguards2");
    r.spawnByGroup("tombguards3");
    r.spawnByGroup("tombguards4");
  }
 
  @Override
View Full Code Here

Examples of lineage2.gameserver.model.entity.Reflection.spawnByGroup()

    r.openDoor(21100102);
    r.openDoor(21100103);
    r.openDoor(21100104);
    r.spawnByGroup("tombguards1");
    r.spawnByGroup("tombguards2");
    r.spawnByGroup("tombguards3");
    r.spawnByGroup("tombguards4");
  }
 
  @Override
  public void onLoad()
View Full Code Here

Examples of lineage2.gameserver.model.entity.Reflection.spawnByGroup()

    r.openDoor(21100103);
    r.openDoor(21100104);
    r.spawnByGroup("tombguards1");
    r.spawnByGroup("tombguards2");
    r.spawnByGroup("tombguards3");
    r.spawnByGroup("tombguards4");
  }
 
  @Override
  public void onLoad()
  {
View Full Code Here

Examples of lineage2.gameserver.model.entity.Reflection.spawnByGroup()

    }
    else if(ROOM_ID == 2)
      if(!NEXT_GROUP.isEmpty() && r.getAllByNpcId(getActor().getNpcId(), true).isEmpty())
      {
        ((HarnakUndergroundRuins) r).increaseSecondRoomGroup();
        r.spawnByGroup(NEXT_GROUP);
        broadCastScriptEvent("ATTACK_HIM", killer, 3000);
      }
      else if(IS_LAST_GROUP)
        ((HarnakUndergroundRuins) r).increaseSecondRoomGroup();
  }
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.