Examples of addSpawn()


Examples of lineage2.gameserver.model.quest.QuestState.addSpawn()

    }
    for (int n = 1; n <= 5; n++)
    {
      for (int i : CHESTS)
      {
        leader.addSpawn(i, 102100, 103450, -3400, 0, 100, 60000);
      }
    }
    leader.startQuestTimer("chest_timer", 60000);
  }
 
View Full Code Here

Examples of lineage2.gameserver.model.quest.QuestState.addSpawn()

      case light:
        if(npcId == AltarofShilen && cond == 16)
        {
          ItemFunctions.removeItem(st.getPlayer(), Brightestlight, 1L, true);
          //player.sendPacket(new ExShowScreenMessage(NpcString.YOU_MUST_DESTROY_THE_MESSENGER_SHILEN, 4500, ExShowScreenMessage.ScreenMessageAlign.TOP_CENTER, new String[0]));
          NpcInstance mob = st.addSpawn(ShilensMessenger, 28760, 11032, -4252);
          mob.getAI().notifyEvent(CtrlEvent.EVT_AGGRESSION, player, 100000);
        }
        break;
      case soul:
        if(npcId == CaveofSouls && cond == 17)
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.