Examples of spawnTentacles()


Examples of instances.MemoryOfDisaster.spawnTentacles()

        break;
      case 7:
        broadCastScriptEvent("SHOUT_ALL_1", 500);
        break;
      case 8:
        ad.spawnTentacles();
        addTimer(9, 8000);
        break;
      case 9:
        Functions.npcSayInRange(getActor(), 1500, NpcString.UGH_IFI_SEE_YOU_IN_THE_SPIRIT_WORLD_FIRST_ROUND_IS_ON_ME);
        addTimer(11, 1000);
View Full Code Here

Examples of instances.MemoryOfDisaster.spawnTentacles()

        break;
      case 7:
        broadCastScriptEvent("SHOUT_ALL_1", 500);
        break;
      case 8:
        ad.spawnTentacles();
        addTimer(9, 8000);
        break;
      case 9:
        Functions.npcSayInRange(getActor(), 1500, NpcString.UGH_IFI_SEE_YOU_IN_THE_SPIRIT_WORLD_FIRST_ROUND_IS_ON_ME);
        addTimer(11, 1000);
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.