Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. ERROR in /ai/npc/Sirra/Sirra.java (at line 53)
- return (world.isStatus(0)) ? "32762-easy.html" : "32762-easyfight.html";
- ^^^^^^^^
- The method isStatus(int) is undefined for the type InstanceWorld
- ----------
- 2. ERROR in /ai/npc/Sirra/Sirra.java (at line 57)
- return (world.isStatus(0)) ? "32762-hard.html" : "32762-hardfight.html";
- ^^^^^^^^
- The method isStatus(int) is undefined for the type InstanceWorld
- ----------
- 2 problems (2 errors)The method isStatus(int) is undefined for the type com.l2jserver.gameserver.model.instancezone.InstanceWorld
- The method isStatus(int) is undefined for the type com.l2jserver.gameserver.model.instancezone.InstanceWorld
- Failed executing script: /home/l2v/L2V/game/data/scripts/ai/npc/Sirra/Sirra.java. See Sirra.java.error.log for details.
- ----------
- 1. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 31)
- import com.l2jserver.gameserver.enums.MountType;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The import com.l2jserver.gameserver.enums cannot be resolved
- ----------
- 2. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 50)
- import com.l2jserver.gameserver.model.variables.NpcVariables;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The import com.l2jserver.gameserver.model.variables cannot be resolved
- ----------
- 3. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 55)
- import com.l2jserver.gameserver.network.serverpackets.ExChangeClientEffectInfo;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The import com.l2jserver.gameserver.network.serverpackets.ExChangeClientEffectInfo cannot be resolved
- ----------
- 4. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 236)
- qs.setMemoState(10);
- ^^^^^^^^^^^^
- The method setMemoState(int) is undefined for the type QuestState
- ----------
- 5. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 331)
- players.broadcastPacket(ExChangeClientEffectInfo.STATIC_FREYA_DESTROYED);
- ^^^^^^^^^^^^^^^^^^^^^^^^
- ExChangeClientEffectInfo cannot be resolved to a variable
- ----------
- 6. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 338)
- world.controller.getVariables().set("FREYA_MOVE", 0);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2NpcInstance
- ----------
- 7. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 347)
- if (npc.getVariables().getInt("FREYA_MOVE") == 0)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 8. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 349)
- world.controller.getVariables().set("FREYA_MOVE", 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2NpcInstance
- ----------
- 9. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 412)
- world.freya.teleToLocation(FREYA_CORPSE);
- ^^^^^^^^^^^^^^
- The method teleToLocation(MapRegionManager.TeleportWhereType) in the type L2Character is not applicable for the arguments (Location)
- ----------
- 10. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 413)
- world.supp_Kegor.teleToLocation(KEGOR_FINISH);
- ^^^^^^^^^^^^^^
- The method teleToLocation(MapRegionManager.TeleportWhereType) in the type L2Character is not applicable for the arguments (Location)
- ----------
- 11. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 445)
- knight.getVariables().set("SPAWNED_NPC", npc);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Attackable
- ----------
- 12. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 510)
- npc.getVariables().set("SUICIDE_COUNT", npc.getVariables().getInt("SUICIDE_COUNT") + 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 13. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 510)
- npc.getVariables().set("SUICIDE_COUNT", npc.getVariables().getInt("SUICIDE_COUNT") + 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 14. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 512)
- if (npc.getVariables().getInt("SUICIDE_ON") == 0)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 15. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 514)
- if (npc.getVariables().getInt("SUICIDE_COUNT") == 2)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 16. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 520)
- if (npc.checkDoCastConditions(BLIZZARD_BREATH.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 17. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 538)
- if (npc.getVariables().getInt("SUICIDE_ON") == 1)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 18. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 547)
- final SkillHolder skill = npc.getTemplate().getParameters().getObject("Skill01_ID", SkillHolder.class);
- ^^^^^^^^^^^^^
- The method getParameters() is undefined for the type L2NpcTemplate
- ----------
- 19. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 550)
- if (npc.checkDoCastConditions(skill.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 20. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 579)
- players.broadcastPacket(ExChangeClientEffectInfo.STATIC_FREYA_DEFAULT);
- ^^^^^^^^^^^^^^^^^^^^^^^^
- ExChangeClientEffectInfo cannot be resolved to a variable
- ----------
- 21. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 587)
- if (npc.checkDoCastConditions(SelfRangeBuff.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 22. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 616)
- if (getRandomBoolean() && !npc.isCastingNow() && (mostHated != null) && !mostHated.isDead() && (npc.calculateDistance(mostHated, true, false) < 1000))
- ^^^^^^^^^^^^^^^^^
- The method calculateDistance(L2Character, boolean, boolean) is undefined for the type L2Npc
- ----------
- 23. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 627)
- if (npc.getVariables().getInt("OFF_SHOUT") == 0)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 24. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 668)
- if (npc.getVariables().getInt("DELAY_VAL") == 0)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 25. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 670)
- npc.getVariables().set("DELAY_VAL", 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 26. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 696)
- if (npc.getId() == SUPP_JINIA)
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 27. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 701)
- else if (npc.getId() == SUPP_KEGOR)
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 28. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 723)
- switch (npc.getId())
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 29. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 727)
- if ((world.controller.getVariables().getInt("FREYA_MOVE") == 0) && world.isStatus(1))
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2NpcInstance
- ----------
- 30. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 727)
- if ((world.controller.getVariables().getInt("FREYA_MOVE") == 0) && world.isStatus(1))
- ^^^^^^^^
- The method isStatus(int) is undefined for the type IceQueensCastleNormalBattle.IQCNBWorld
- ----------
- 31. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 729)
- world.controller.getVariables().set("FREYA_MOVE", 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2NpcInstance
- ----------
- 32. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 742)
- if ((attacker.getMountType() == MountType.STRIDER) && !attacker.isAffectedBySkill(ANTI_STRIDER.getSkillId()) && !npc.isCastingNow())
- ^^^^^^^^^
- MountType cannot be resolved to a variable
- ----------
- 33. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 742)
- if ((attacker.getMountType() == MountType.STRIDER) && !attacker.isAffectedBySkill(ANTI_STRIDER.getSkillId()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method isAffectedBySkill(int) is undefined for the type L2PcInstance
- ----------
- 34. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 752)
- final boolean canReachMostHated = (mostHated != null) && !mostHated.isDead() && (npc.calculateDistance(mostHated, true, false) <= 800);
- ^^^^^^^^^^^^^^^^^
- The method calculateDistance(L2Character, boolean, boolean) is undefined for the type L2Npc
- ----------
- 35. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 758)
- if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method calculateDistance(L2PcInstance, boolean, boolean) is undefined for the type L2Npc
- ----------
- 36. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 758)
- if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 37. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 766)
- if (canReachMostHated && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 38. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 777)
- if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method calculateDistance(L2PcInstance, boolean, boolean) is undefined for the type L2Npc
- ----------
- 39. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 777)
- if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 40. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 785)
- if (canReachMostHated && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 41. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 794)
- if (!npc.isAffectedBySkill(SELF_NOVA.getSkillId()) && npc.checkDoCastConditions(SELF_NOVA.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method isAffectedBySkill(int) is undefined for the type L2Npc
- ----------
- 42. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 794)
- if (!npc.isAffectedBySkill(SELF_NOVA.getSkillId()) && npc.checkDoCastConditions(SELF_NOVA.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 43. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 805)
- if (world.controller.getVariables().getInt("FREYA_MOVE") == 0)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2NpcInstance
- ----------
- 44. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 807)
- world.controller.getVariables().set("FREYA_MOVE", 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2NpcInstance
- ----------
- 45. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 826)
- if ((attacker.getMountType() == MountType.STRIDER) && !attacker.isAffectedBySkill(ANTI_STRIDER.getSkillId()) && !npc.isCastingNow())
- ^^^^^^^^^
- MountType cannot be resolved to a variable
- ----------
- 46. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 826)
- if ((attacker.getMountType() == MountType.STRIDER) && !attacker.isAffectedBySkill(ANTI_STRIDER.getSkillId()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method isAffectedBySkill(int) is undefined for the type L2PcInstance
- ----------
- 47. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 836)
- final boolean canReachMostHated = (mostHated != null) && !mostHated.isDead() && (npc.calculateDistance(mostHated, true, false) <= 800);
- ^^^^^^^^^^^^^^^^^
- The method calculateDistance(L2Character, boolean, boolean) is undefined for the type L2Npc
- ----------
- 48. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 842)
- if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method calculateDistance(L2PcInstance, boolean, boolean) is undefined for the type L2Npc
- ----------
- 49. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 842)
- if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 50. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 850)
- if (canReachMostHated && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 51. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 861)
- if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method calculateDistance(L2PcInstance, boolean, boolean) is undefined for the type L2Npc
- ----------
- 52. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 861)
- if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 53. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 869)
- if (canReachMostHated && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 54. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 878)
- if (!npc.isAffectedBySkill(SELF_NOVA.getSkillId()) && npc.checkDoCastConditions(SELF_NOVA.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method isAffectedBySkill(int) is undefined for the type L2Npc
- ----------
- 55. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 878)
- if (!npc.isAffectedBySkill(SELF_NOVA.getSkillId()) && npc.checkDoCastConditions(SELF_NOVA.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 56. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 886)
- if (!npc.isAffectedBySkill(REFLECT_MAGIC.getSkillId()) && npc.checkDoCastConditions(REFLECT_MAGIC.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^
- The method isAffectedBySkill(int) is undefined for the type L2Npc
- ----------
- 57. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 886)
- if (!npc.isAffectedBySkill(REFLECT_MAGIC.getSkillId()) && npc.checkDoCastConditions(REFLECT_MAGIC.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 58. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 906)
- if ((npc.getCurrentHp() < (npc.getMaxHp() / 20)) && (npc.getVariables().getInt("SUICIDE_ON", 0) == 0))
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 59. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 908)
- npc.getVariables().set("SUICIDE_ON", 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 60. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 929)
- if (npc.getVariables().getInt("OFF_SHOUT") == 0)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 61. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 931)
- npc.getVariables().set("OFF_SHOUT", 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 62. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 932)
- npc.getVariables().set("DELAY_VAL", 2);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 63. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 936)
- else if (npc.getVariables().getInt("OFF_SHOUT") == 1)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 64. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 942)
- else if ((npc.getVariables().getInt("OFF_SHOUT") == 0) && (npc.getVariables().getInt("DELAY_VAL") == 1))
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 65. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 942)
- else if ((npc.getVariables().getInt("OFF_SHOUT") == 0) && (npc.getVariables().getInt("DELAY_VAL") == 1))
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 66. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 945)
- final boolean canReachMostHated = (mostHated != null) && !mostHated.isDead() && (npc.calculateDistance(mostHated, true, false) < 1000);
- ^^^^^^^^^^^^^^^^^
- The method calculateDistance(L2Character, boolean, boolean) is undefined for the type L2Npc
- ----------
- 67. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 947)
- if (npc.getVariables().getInt("TIMER_ON") == 0)
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 68. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 949)
- npc.getVariables().set("TIMER_ON", 1);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 69. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 960)
- if (npc.checkDoCastConditions(POWER_STRIKE.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 70. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 966)
- else if (npc.checkDoCastConditions(POWER_STRIKE.getSkill()) && !npc.isCastingNow() && canReachMostHated)
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 71. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 976)
- if (npc.checkDoCastConditions(POINT_TARGET.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 72. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 982)
- else if (npc.checkDoCastConditions(POINT_TARGET.getSkill()) && !npc.isCastingNow() && canReachMostHated)
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 73. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 992)
- if (npc.checkDoCastConditions(CYLINDER_THROW.getSkill()) && !npc.isCastingNow())
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 74. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 998)
- else if (npc.checkDoCastConditions(CYLINDER_THROW.getSkill()) && !npc.isCastingNow() && canReachMostHated)
- ^^^^^^^^^^^^^^^^^^^^^
- The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
- ----------
- 75. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1021)
- switch (npc.getId())
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 76. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1068)
- switch (npc.getId())
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 77. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1114)
- DecayTaskManager.getInstance().cancel(world.freya);
- ^^^^^^
- The method cancel(L2GrandBossInstance) is undefined for the type DecayTaskManager
- ----------
- 78. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1125)
- final L2Npc spawnedBy = npc.getVariables().getObject("SPAWNED_NPC", L2Npc.class);
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2Npc
- ----------
- 79. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1126)
- final NpcVariables var = world.controller.getVariables();
- ^^^^^^^^^^^^
- NpcVariables cannot be resolved to a type
- ----------
- 80. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1126)
- final NpcVariables var = world.controller.getVariables();
- ^^^^^^^^^^^^
- The method getVariables() is undefined for the type L2NpcInstance
- ----------
- 81. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1129)
- if ((var.getInt("FREYA_MOVE") == 0) && world.isStatus(1))
- ^^^^^^^^
- The method isStatus(int) is undefined for the type IceQueensCastleNormalBattle.IQCNBWorld
- ----------
- 82. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1137)
- if ((knightCount < 10) && (world.isStatus(2)))
- ^^^^^^^^
- The method isStatus(int) is undefined for the type IceQueensCastleNormalBattle.IQCNBWorld
- ----------
- 83. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1186)
- if (world.isStatus(4))
- ^^^^^^^^
- The method isStatus(int) is undefined for the type InstanceWorld
- ----------
- ----------
- 84. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 21)
- import quests.Q10285_MeetingSirra.Q10285_MeetingSirra;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- The import quests.Q10285_MeetingSirra cannot be resolved
- ----------
- 85. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 64)
- final QuestState st = getQuestState(player, false);
- ^^^^^^^^^^^^^
- The method getQuestState(L2PcInstance, boolean) is undefined for the type Q10286_ReunionWithSirra
- ----------
- 86. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 76)
- st.setMemoState(1);
- ^^^^^^^^^^^^
- The method setMemoState(int) is undefined for the type QuestState
- ----------
- 87. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 85)
- if (st.isMemoState(1))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 88. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 93)
- if (st.isMemoState(1))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 89. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 96)
- sirra.broadcastPacket(new NpcSay(sirra.getObjectId(), Say2.NPC_ALL, sirra.getId(), NpcStringId.YOU_ADVANCED_BRAVELY_BUT_GOT_SUCH_A_TINY_RESULT_HOHOHO));
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 90. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 105)
- if (st.isMemoState(1) && (st.getInt("ex") == 2))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 91. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 108)
- st.setMemoState(2);
- ^^^^^^^^^^^^
- The method setMemoState(int) is undefined for the type QuestState
- ----------
- 92. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 118)
- if (st.isMemoState(2))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 93. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 129)
- if (st.isMemoState(1) && (st.getInt("ex") == 1))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 94. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 137)
- if (st.isMemoState(1) && (st.getInt("ex") == 1))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 95. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 152)
- if (st.isMemoState(2))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 96. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 165)
- QuestState st = getQuestState(player, true);
- ^^^^^^^^^^^^^
- The method getQuestState(L2PcInstance, boolean) is undefined for the type Q10286_ReunionWithSirra
- ----------
- 97. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 171)
- if (npc.getId() == RAFFORTY)
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 98. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 179)
- if (npc.getId() == RAFFORTY)
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 99. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 181)
- st = player.getQuestState(Q10285_MeetingSirra.class.getSimpleName());
- ^^^^^^^^^^^^^^^^^^^
- Q10285_MeetingSirra cannot be resolved to a type
- ----------
- 100. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 188)
- switch (npc.getId())
- ^^^^^
- The method getId() is undefined for the type L2Npc
- ----------
- 101. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 192)
- if (st.isMemoState(1))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 102. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 196)
- else if (st.isMemoState(2))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 103. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 204)
- if (st.isMemoState(1))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 104. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 230)
- if (st.isMemoState(1))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 105. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 246)
- if (st.isMemoState(10))
- ^^^^^^^^^^^
- The method isMemoState(int) is undefined for the type QuestState
- ----------
- 105 problems (105 errors)The import com.l2jserver.gameserver.enums cannot be resolved
- The import com.l2jserver.gameserver.model.variables cannot be resolved
- The import com.l2jserver.gameserver.network.serverpackets.ExChangeClientEffectInfo cannot be resolved
- The method setMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- ExChangeClientEffectInfo cannot be resolved to a variable
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
- The method teleToLocation(com.l2jserver.gameserver.instancemanager.MapRegionManager.TeleportWhereType) in the type com.l2jserver.gameserver.model.actor.L2Character is not applicable for the arguments (com.l2jserver.gameserver.model.Location)
- The method teleToLocation(com.l2jserver.gameserver.instancemanager.MapRegionManager.TeleportWhereType) in the type com.l2jserver.gameserver.model.actor.L2Character is not applicable for the arguments (com.l2jserver.gameserver.model.Location)
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Attackable
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getParameters() is undefined for the type com.l2jserver.gameserver.model.actor.templates.L2NpcTemplate
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- ExChangeClientEffectInfo cannot be resolved to a variable
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method calculateDistance(com.l2jserver.gameserver.model.actor.L2Character, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
- The method isStatus(int) is undefined for the type instances.IceQueensCastleNormalBattle.IceQueensCastleNormalBattle.IQCNBWorld
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
- MountType cannot be resolved to a variable
- The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2PcInstance
- The method calculateDistance(com.l2jserver.gameserver.model.actor.L2Character, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method calculateDistance(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method calculateDistance(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
- MountType cannot be resolved to a variable
- The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2PcInstance
- The method calculateDistance(com.l2jserver.gameserver.model.actor.L2Character, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method calculateDistance(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method calculateDistance(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method calculateDistance(com.l2jserver.gameserver.model.actor.L2Character, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method cancel(com.l2jserver.gameserver.model.actor.instance.L2GrandBossInstance) is undefined for the type com.l2jserver.gameserver.taskmanager.DecayTaskManager
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- NpcVariables cannot be resolved to a type
- The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
- The method isStatus(int) is undefined for the type instances.IceQueensCastleNormalBattle.IceQueensCastleNormalBattle.IQCNBWorld
- The method isStatus(int) is undefined for the type instances.IceQueensCastleNormalBattle.IceQueensCastleNormalBattle.IQCNBWorld
- The method isStatus(int) is undefined for the type com.l2jserver.gameserver.model.instancezone.InstanceWorld
- The import quests.Q10285_MeetingSirra cannot be resolved
- The method getQuestState(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean) is undefined for the type quests.Q10286_ReunionWithSirra.Q10286_ReunionWithSirra
- The method setMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method setMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method getQuestState(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean) is undefined for the type quests.Q10286_ReunionWithSirra.Q10286_ReunionWithSirra
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- Q10285_MeetingSirra cannot be resolved to a type
- The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
- Failed executing script: /home/l2v/L2V/game/data/scripts/instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java. See IceQueensCastleNormalBattle.java.error.log for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement