Advertisement
Guest User

GenteJesus

a guest
Mar 7th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.34 KB | None | 0 0
  1. 1. ERROR in /ai/npc/Sirra/Sirra.java (at line 53)
  2. return (world.isStatus(0)) ? "32762-easy.html" : "32762-easyfight.html";
  3. ^^^^^^^^
  4. The method isStatus(int) is undefined for the type InstanceWorld
  5. ----------
  6. 2. ERROR in /ai/npc/Sirra/Sirra.java (at line 57)
  7. return (world.isStatus(0)) ? "32762-hard.html" : "32762-hardfight.html";
  8. ^^^^^^^^
  9. The method isStatus(int) is undefined for the type InstanceWorld
  10. ----------
  11. 2 problems (2 errors)The method isStatus(int) is undefined for the type com.l2jserver.gameserver.model.instancezone.InstanceWorld
  12. The method isStatus(int) is undefined for the type com.l2jserver.gameserver.model.instancezone.InstanceWorld
  13. Failed executing script: /home/l2v/L2V/game/data/scripts/ai/npc/Sirra/Sirra.java. See Sirra.java.error.log for details.
  14. ----------
  15. 1. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 31)
  16. import com.l2jserver.gameserver.enums.MountType;
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. The import com.l2jserver.gameserver.enums cannot be resolved
  19. ----------
  20. 2. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 50)
  21. import com.l2jserver.gameserver.model.variables.NpcVariables;
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23. The import com.l2jserver.gameserver.model.variables cannot be resolved
  24. ----------
  25. 3. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 55)
  26. import com.l2jserver.gameserver.network.serverpackets.ExChangeClientEffectInfo;
  27. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  28. The import com.l2jserver.gameserver.network.serverpackets.ExChangeClientEffectInfo cannot be resolved
  29. ----------
  30. 4. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 236)
  31. qs.setMemoState(10);
  32. ^^^^^^^^^^^^
  33. The method setMemoState(int) is undefined for the type QuestState
  34. ----------
  35. 5. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 331)
  36. players.broadcastPacket(ExChangeClientEffectInfo.STATIC_FREYA_DESTROYED);
  37. ^^^^^^^^^^^^^^^^^^^^^^^^
  38. ExChangeClientEffectInfo cannot be resolved to a variable
  39. ----------
  40. 6. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 338)
  41. world.controller.getVariables().set("FREYA_MOVE", 0);
  42. ^^^^^^^^^^^^
  43. The method getVariables() is undefined for the type L2NpcInstance
  44. ----------
  45. 7. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 347)
  46. if (npc.getVariables().getInt("FREYA_MOVE") == 0)
  47. ^^^^^^^^^^^^
  48. The method getVariables() is undefined for the type L2Npc
  49. ----------
  50. 8. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 349)
  51. world.controller.getVariables().set("FREYA_MOVE", 1);
  52. ^^^^^^^^^^^^
  53. The method getVariables() is undefined for the type L2NpcInstance
  54. ----------
  55. 9. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 412)
  56. world.freya.teleToLocation(FREYA_CORPSE);
  57. ^^^^^^^^^^^^^^
  58. The method teleToLocation(MapRegionManager.TeleportWhereType) in the type L2Character is not applicable for the arguments (Location)
  59. ----------
  60. 10. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 413)
  61. world.supp_Kegor.teleToLocation(KEGOR_FINISH);
  62. ^^^^^^^^^^^^^^
  63. The method teleToLocation(MapRegionManager.TeleportWhereType) in the type L2Character is not applicable for the arguments (Location)
  64. ----------
  65. 11. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 445)
  66. knight.getVariables().set("SPAWNED_NPC", npc);
  67. ^^^^^^^^^^^^
  68. The method getVariables() is undefined for the type L2Attackable
  69. ----------
  70. 12. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 510)
  71. npc.getVariables().set("SUICIDE_COUNT", npc.getVariables().getInt("SUICIDE_COUNT") + 1);
  72. ^^^^^^^^^^^^
  73. The method getVariables() is undefined for the type L2Npc
  74. ----------
  75. 13. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 510)
  76. npc.getVariables().set("SUICIDE_COUNT", npc.getVariables().getInt("SUICIDE_COUNT") + 1);
  77. ^^^^^^^^^^^^
  78. The method getVariables() is undefined for the type L2Npc
  79. ----------
  80. 14. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 512)
  81. if (npc.getVariables().getInt("SUICIDE_ON") == 0)
  82. ^^^^^^^^^^^^
  83. The method getVariables() is undefined for the type L2Npc
  84. ----------
  85. 15. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 514)
  86. if (npc.getVariables().getInt("SUICIDE_COUNT") == 2)
  87. ^^^^^^^^^^^^
  88. The method getVariables() is undefined for the type L2Npc
  89. ----------
  90. 16. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 520)
  91. if (npc.checkDoCastConditions(BLIZZARD_BREATH.getSkill()) && !npc.isCastingNow())
  92. ^^^^^^^^^^^^^^^^^^^^^
  93. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  94. ----------
  95. 17. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 538)
  96. if (npc.getVariables().getInt("SUICIDE_ON") == 1)
  97. ^^^^^^^^^^^^
  98. The method getVariables() is undefined for the type L2Npc
  99. ----------
  100. 18. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 547)
  101. final SkillHolder skill = npc.getTemplate().getParameters().getObject("Skill01_ID", SkillHolder.class);
  102. ^^^^^^^^^^^^^
  103. The method getParameters() is undefined for the type L2NpcTemplate
  104. ----------
  105. 19. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 550)
  106. if (npc.checkDoCastConditions(skill.getSkill()) && !npc.isCastingNow())
  107. ^^^^^^^^^^^^^^^^^^^^^
  108. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  109. ----------
  110. 20. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 579)
  111. players.broadcastPacket(ExChangeClientEffectInfo.STATIC_FREYA_DEFAULT);
  112. ^^^^^^^^^^^^^^^^^^^^^^^^
  113. ExChangeClientEffectInfo cannot be resolved to a variable
  114. ----------
  115. 21. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 587)
  116. if (npc.checkDoCastConditions(SelfRangeBuff.getSkill()) && !npc.isCastingNow())
  117. ^^^^^^^^^^^^^^^^^^^^^
  118. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  119. ----------
  120. 22. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 616)
  121. if (getRandomBoolean() && !npc.isCastingNow() && (mostHated != null) && !mostHated.isDead() && (npc.calculateDistance(mostHated, true, false) < 1000))
  122. ^^^^^^^^^^^^^^^^^
  123. The method calculateDistance(L2Character, boolean, boolean) is undefined for the type L2Npc
  124. ----------
  125. 23. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 627)
  126. if (npc.getVariables().getInt("OFF_SHOUT") == 0)
  127. ^^^^^^^^^^^^
  128. The method getVariables() is undefined for the type L2Npc
  129. ----------
  130. 24. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 668)
  131. if (npc.getVariables().getInt("DELAY_VAL") == 0)
  132. ^^^^^^^^^^^^
  133. The method getVariables() is undefined for the type L2Npc
  134. ----------
  135. 25. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 670)
  136. npc.getVariables().set("DELAY_VAL", 1);
  137. ^^^^^^^^^^^^
  138. The method getVariables() is undefined for the type L2Npc
  139. ----------
  140. 26. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 696)
  141. if (npc.getId() == SUPP_JINIA)
  142. ^^^^^
  143. The method getId() is undefined for the type L2Npc
  144. ----------
  145. 27. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 701)
  146. else if (npc.getId() == SUPP_KEGOR)
  147. ^^^^^
  148. The method getId() is undefined for the type L2Npc
  149. ----------
  150. 28. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 723)
  151. switch (npc.getId())
  152. ^^^^^
  153. The method getId() is undefined for the type L2Npc
  154. ----------
  155. 29. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 727)
  156. if ((world.controller.getVariables().getInt("FREYA_MOVE") == 0) && world.isStatus(1))
  157. ^^^^^^^^^^^^
  158. The method getVariables() is undefined for the type L2NpcInstance
  159. ----------
  160. 30. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 727)
  161. if ((world.controller.getVariables().getInt("FREYA_MOVE") == 0) && world.isStatus(1))
  162. ^^^^^^^^
  163. The method isStatus(int) is undefined for the type IceQueensCastleNormalBattle.IQCNBWorld
  164. ----------
  165. 31. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 729)
  166. world.controller.getVariables().set("FREYA_MOVE", 1);
  167. ^^^^^^^^^^^^
  168. The method getVariables() is undefined for the type L2NpcInstance
  169. ----------
  170. 32. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 742)
  171. if ((attacker.getMountType() == MountType.STRIDER) && !attacker.isAffectedBySkill(ANTI_STRIDER.getSkillId()) && !npc.isCastingNow())
  172. ^^^^^^^^^
  173. MountType cannot be resolved to a variable
  174. ----------
  175. 33. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 742)
  176. if ((attacker.getMountType() == MountType.STRIDER) && !attacker.isAffectedBySkill(ANTI_STRIDER.getSkillId()) && !npc.isCastingNow())
  177. ^^^^^^^^^^^^^^^^^
  178. The method isAffectedBySkill(int) is undefined for the type L2PcInstance
  179. ----------
  180. 34. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 752)
  181. final boolean canReachMostHated = (mostHated != null) && !mostHated.isDead() && (npc.calculateDistance(mostHated, true, false) <= 800);
  182. ^^^^^^^^^^^^^^^^^
  183. The method calculateDistance(L2Character, boolean, boolean) is undefined for the type L2Npc
  184. ----------
  185. 35. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 758)
  186. if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
  187. ^^^^^^^^^^^^^^^^^
  188. The method calculateDistance(L2PcInstance, boolean, boolean) is undefined for the type L2Npc
  189. ----------
  190. 36. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 758)
  191. if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
  192. ^^^^^^^^^^^^^^^^^^^^^
  193. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  194. ----------
  195. 37. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 766)
  196. if (canReachMostHated && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
  197. ^^^^^^^^^^^^^^^^^^^^^
  198. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  199. ----------
  200. 38. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 777)
  201. if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
  202. ^^^^^^^^^^^^^^^^^
  203. The method calculateDistance(L2PcInstance, boolean, boolean) is undefined for the type L2Npc
  204. ----------
  205. 39. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 777)
  206. if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
  207. ^^^^^^^^^^^^^^^^^^^^^
  208. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  209. ----------
  210. 40. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 785)
  211. if (canReachMostHated && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
  212. ^^^^^^^^^^^^^^^^^^^^^
  213. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  214. ----------
  215. 41. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 794)
  216. if (!npc.isAffectedBySkill(SELF_NOVA.getSkillId()) && npc.checkDoCastConditions(SELF_NOVA.getSkill()) && !npc.isCastingNow())
  217. ^^^^^^^^^^^^^^^^^
  218. The method isAffectedBySkill(int) is undefined for the type L2Npc
  219. ----------
  220. 42. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 794)
  221. if (!npc.isAffectedBySkill(SELF_NOVA.getSkillId()) && npc.checkDoCastConditions(SELF_NOVA.getSkill()) && !npc.isCastingNow())
  222. ^^^^^^^^^^^^^^^^^^^^^
  223. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  224. ----------
  225. 43. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 805)
  226. if (world.controller.getVariables().getInt("FREYA_MOVE") == 0)
  227. ^^^^^^^^^^^^
  228. The method getVariables() is undefined for the type L2NpcInstance
  229. ----------
  230. 44. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 807)
  231. world.controller.getVariables().set("FREYA_MOVE", 1);
  232. ^^^^^^^^^^^^
  233. The method getVariables() is undefined for the type L2NpcInstance
  234. ----------
  235. 45. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 826)
  236. if ((attacker.getMountType() == MountType.STRIDER) && !attacker.isAffectedBySkill(ANTI_STRIDER.getSkillId()) && !npc.isCastingNow())
  237. ^^^^^^^^^
  238. MountType cannot be resolved to a variable
  239. ----------
  240. 46. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 826)
  241. if ((attacker.getMountType() == MountType.STRIDER) && !attacker.isAffectedBySkill(ANTI_STRIDER.getSkillId()) && !npc.isCastingNow())
  242. ^^^^^^^^^^^^^^^^^
  243. The method isAffectedBySkill(int) is undefined for the type L2PcInstance
  244. ----------
  245. 47. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 836)
  246. final boolean canReachMostHated = (mostHated != null) && !mostHated.isDead() && (npc.calculateDistance(mostHated, true, false) <= 800);
  247. ^^^^^^^^^^^^^^^^^
  248. The method calculateDistance(L2Character, boolean, boolean) is undefined for the type L2Npc
  249. ----------
  250. 48. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 842)
  251. if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
  252. ^^^^^^^^^^^^^^^^^
  253. The method calculateDistance(L2PcInstance, boolean, boolean) is undefined for the type L2Npc
  254. ----------
  255. 49. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 842)
  256. if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
  257. ^^^^^^^^^^^^^^^^^^^^^
  258. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  259. ----------
  260. 50. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 850)
  261. if (canReachMostHated && npc.checkDoCastConditions(ICE_BALL.getSkill()) && !npc.isCastingNow())
  262. ^^^^^^^^^^^^^^^^^^^^^
  263. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  264. ----------
  265. 51. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 861)
  266. if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
  267. ^^^^^^^^^^^^^^^^^
  268. The method calculateDistance(L2PcInstance, boolean, boolean) is undefined for the type L2Npc
  269. ----------
  270. 52. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 861)
  271. if ((npc.calculateDistance(attacker, true, false) <= 800) && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
  272. ^^^^^^^^^^^^^^^^^^^^^
  273. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  274. ----------
  275. 53. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 869)
  276. if (canReachMostHated && npc.checkDoCastConditions(SUMMON_ELEMENTAL.getSkill()) && !npc.isCastingNow())
  277. ^^^^^^^^^^^^^^^^^^^^^
  278. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  279. ----------
  280. 54. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 878)
  281. if (!npc.isAffectedBySkill(SELF_NOVA.getSkillId()) && npc.checkDoCastConditions(SELF_NOVA.getSkill()) && !npc.isCastingNow())
  282. ^^^^^^^^^^^^^^^^^
  283. The method isAffectedBySkill(int) is undefined for the type L2Npc
  284. ----------
  285. 55. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 878)
  286. if (!npc.isAffectedBySkill(SELF_NOVA.getSkillId()) && npc.checkDoCastConditions(SELF_NOVA.getSkill()) && !npc.isCastingNow())
  287. ^^^^^^^^^^^^^^^^^^^^^
  288. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  289. ----------
  290. 56. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 886)
  291. if (!npc.isAffectedBySkill(REFLECT_MAGIC.getSkillId()) && npc.checkDoCastConditions(REFLECT_MAGIC.getSkill()) && !npc.isCastingNow())
  292. ^^^^^^^^^^^^^^^^^
  293. The method isAffectedBySkill(int) is undefined for the type L2Npc
  294. ----------
  295. 57. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 886)
  296. if (!npc.isAffectedBySkill(REFLECT_MAGIC.getSkillId()) && npc.checkDoCastConditions(REFLECT_MAGIC.getSkill()) && !npc.isCastingNow())
  297. ^^^^^^^^^^^^^^^^^^^^^
  298. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  299. ----------
  300. 58. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 906)
  301. if ((npc.getCurrentHp() < (npc.getMaxHp() / 20)) && (npc.getVariables().getInt("SUICIDE_ON", 0) == 0))
  302. ^^^^^^^^^^^^
  303. The method getVariables() is undefined for the type L2Npc
  304. ----------
  305. 59. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 908)
  306. npc.getVariables().set("SUICIDE_ON", 1);
  307. ^^^^^^^^^^^^
  308. The method getVariables() is undefined for the type L2Npc
  309. ----------
  310. 60. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 929)
  311. if (npc.getVariables().getInt("OFF_SHOUT") == 0)
  312. ^^^^^^^^^^^^
  313. The method getVariables() is undefined for the type L2Npc
  314. ----------
  315. 61. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 931)
  316. npc.getVariables().set("OFF_SHOUT", 1);
  317. ^^^^^^^^^^^^
  318. The method getVariables() is undefined for the type L2Npc
  319. ----------
  320. 62. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 932)
  321. npc.getVariables().set("DELAY_VAL", 2);
  322. ^^^^^^^^^^^^
  323. The method getVariables() is undefined for the type L2Npc
  324. ----------
  325. 63. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 936)
  326. else if (npc.getVariables().getInt("OFF_SHOUT") == 1)
  327. ^^^^^^^^^^^^
  328. The method getVariables() is undefined for the type L2Npc
  329. ----------
  330. 64. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 942)
  331. else if ((npc.getVariables().getInt("OFF_SHOUT") == 0) && (npc.getVariables().getInt("DELAY_VAL") == 1))
  332. ^^^^^^^^^^^^
  333. The method getVariables() is undefined for the type L2Npc
  334. ----------
  335. 65. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 942)
  336. else if ((npc.getVariables().getInt("OFF_SHOUT") == 0) && (npc.getVariables().getInt("DELAY_VAL") == 1))
  337. ^^^^^^^^^^^^
  338. The method getVariables() is undefined for the type L2Npc
  339. ----------
  340. 66. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 945)
  341. final boolean canReachMostHated = (mostHated != null) && !mostHated.isDead() && (npc.calculateDistance(mostHated, true, false) < 1000);
  342. ^^^^^^^^^^^^^^^^^
  343. The method calculateDistance(L2Character, boolean, boolean) is undefined for the type L2Npc
  344. ----------
  345. 67. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 947)
  346. if (npc.getVariables().getInt("TIMER_ON") == 0)
  347. ^^^^^^^^^^^^
  348. The method getVariables() is undefined for the type L2Npc
  349. ----------
  350. 68. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 949)
  351. npc.getVariables().set("TIMER_ON", 1);
  352. ^^^^^^^^^^^^
  353. The method getVariables() is undefined for the type L2Npc
  354. ----------
  355. 69. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 960)
  356. if (npc.checkDoCastConditions(POWER_STRIKE.getSkill()) && !npc.isCastingNow())
  357. ^^^^^^^^^^^^^^^^^^^^^
  358. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  359. ----------
  360. 70. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 966)
  361. else if (npc.checkDoCastConditions(POWER_STRIKE.getSkill()) && !npc.isCastingNow() && canReachMostHated)
  362. ^^^^^^^^^^^^^^^^^^^^^
  363. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  364. ----------
  365. 71. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 976)
  366. if (npc.checkDoCastConditions(POINT_TARGET.getSkill()) && !npc.isCastingNow())
  367. ^^^^^^^^^^^^^^^^^^^^^
  368. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  369. ----------
  370. 72. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 982)
  371. else if (npc.checkDoCastConditions(POINT_TARGET.getSkill()) && !npc.isCastingNow() && canReachMostHated)
  372. ^^^^^^^^^^^^^^^^^^^^^
  373. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  374. ----------
  375. 73. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 992)
  376. if (npc.checkDoCastConditions(CYLINDER_THROW.getSkill()) && !npc.isCastingNow())
  377. ^^^^^^^^^^^^^^^^^^^^^
  378. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  379. ----------
  380. 74. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 998)
  381. else if (npc.checkDoCastConditions(CYLINDER_THROW.getSkill()) && !npc.isCastingNow() && canReachMostHated)
  382. ^^^^^^^^^^^^^^^^^^^^^
  383. The method checkDoCastConditions(L2Skill) from the type L2Character is not visible
  384. ----------
  385. 75. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1021)
  386. switch (npc.getId())
  387. ^^^^^
  388. The method getId() is undefined for the type L2Npc
  389. ----------
  390. 76. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1068)
  391. switch (npc.getId())
  392. ^^^^^
  393. The method getId() is undefined for the type L2Npc
  394. ----------
  395. 77. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1114)
  396. DecayTaskManager.getInstance().cancel(world.freya);
  397. ^^^^^^
  398. The method cancel(L2GrandBossInstance) is undefined for the type DecayTaskManager
  399. ----------
  400. 78. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1125)
  401. final L2Npc spawnedBy = npc.getVariables().getObject("SPAWNED_NPC", L2Npc.class);
  402. ^^^^^^^^^^^^
  403. The method getVariables() is undefined for the type L2Npc
  404. ----------
  405. 79. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1126)
  406. final NpcVariables var = world.controller.getVariables();
  407. ^^^^^^^^^^^^
  408. NpcVariables cannot be resolved to a type
  409. ----------
  410. 80. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1126)
  411. final NpcVariables var = world.controller.getVariables();
  412. ^^^^^^^^^^^^
  413. The method getVariables() is undefined for the type L2NpcInstance
  414. ----------
  415. 81. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1129)
  416. if ((var.getInt("FREYA_MOVE") == 0) && world.isStatus(1))
  417. ^^^^^^^^
  418. The method isStatus(int) is undefined for the type IceQueensCastleNormalBattle.IQCNBWorld
  419. ----------
  420. 82. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1137)
  421. if ((knightCount < 10) && (world.isStatus(2)))
  422. ^^^^^^^^
  423. The method isStatus(int) is undefined for the type IceQueensCastleNormalBattle.IQCNBWorld
  424. ----------
  425. 83. ERROR in /instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java (at line 1186)
  426. if (world.isStatus(4))
  427. ^^^^^^^^
  428. The method isStatus(int) is undefined for the type InstanceWorld
  429. ----------
  430. ----------
  431. 84. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 21)
  432. import quests.Q10285_MeetingSirra.Q10285_MeetingSirra;
  433. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  434. The import quests.Q10285_MeetingSirra cannot be resolved
  435. ----------
  436. 85. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 64)
  437. final QuestState st = getQuestState(player, false);
  438. ^^^^^^^^^^^^^
  439. The method getQuestState(L2PcInstance, boolean) is undefined for the type Q10286_ReunionWithSirra
  440. ----------
  441. 86. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 76)
  442. st.setMemoState(1);
  443. ^^^^^^^^^^^^
  444. The method setMemoState(int) is undefined for the type QuestState
  445. ----------
  446. 87. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 85)
  447. if (st.isMemoState(1))
  448. ^^^^^^^^^^^
  449. The method isMemoState(int) is undefined for the type QuestState
  450. ----------
  451. 88. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 93)
  452. if (st.isMemoState(1))
  453. ^^^^^^^^^^^
  454. The method isMemoState(int) is undefined for the type QuestState
  455. ----------
  456. 89. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 96)
  457. sirra.broadcastPacket(new NpcSay(sirra.getObjectId(), Say2.NPC_ALL, sirra.getId(), NpcStringId.YOU_ADVANCED_BRAVELY_BUT_GOT_SUCH_A_TINY_RESULT_HOHOHO));
  458. ^^^^^
  459. The method getId() is undefined for the type L2Npc
  460. ----------
  461. 90. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 105)
  462. if (st.isMemoState(1) && (st.getInt("ex") == 2))
  463. ^^^^^^^^^^^
  464. The method isMemoState(int) is undefined for the type QuestState
  465. ----------
  466. 91. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 108)
  467. st.setMemoState(2);
  468. ^^^^^^^^^^^^
  469. The method setMemoState(int) is undefined for the type QuestState
  470. ----------
  471. 92. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 118)
  472. if (st.isMemoState(2))
  473. ^^^^^^^^^^^
  474. The method isMemoState(int) is undefined for the type QuestState
  475. ----------
  476. 93. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 129)
  477. if (st.isMemoState(1) && (st.getInt("ex") == 1))
  478. ^^^^^^^^^^^
  479. The method isMemoState(int) is undefined for the type QuestState
  480. ----------
  481. 94. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 137)
  482. if (st.isMemoState(1) && (st.getInt("ex") == 1))
  483. ^^^^^^^^^^^
  484. The method isMemoState(int) is undefined for the type QuestState
  485. ----------
  486. 95. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 152)
  487. if (st.isMemoState(2))
  488. ^^^^^^^^^^^
  489. The method isMemoState(int) is undefined for the type QuestState
  490. ----------
  491. 96. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 165)
  492. QuestState st = getQuestState(player, true);
  493. ^^^^^^^^^^^^^
  494. The method getQuestState(L2PcInstance, boolean) is undefined for the type Q10286_ReunionWithSirra
  495. ----------
  496. 97. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 171)
  497. if (npc.getId() == RAFFORTY)
  498. ^^^^^
  499. The method getId() is undefined for the type L2Npc
  500. ----------
  501. 98. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 179)
  502. if (npc.getId() == RAFFORTY)
  503. ^^^^^
  504. The method getId() is undefined for the type L2Npc
  505. ----------
  506. 99. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 181)
  507. st = player.getQuestState(Q10285_MeetingSirra.class.getSimpleName());
  508. ^^^^^^^^^^^^^^^^^^^
  509. Q10285_MeetingSirra cannot be resolved to a type
  510. ----------
  511. 100. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 188)
  512. switch (npc.getId())
  513. ^^^^^
  514. The method getId() is undefined for the type L2Npc
  515. ----------
  516. 101. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 192)
  517. if (st.isMemoState(1))
  518. ^^^^^^^^^^^
  519. The method isMemoState(int) is undefined for the type QuestState
  520. ----------
  521. 102. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 196)
  522. else if (st.isMemoState(2))
  523. ^^^^^^^^^^^
  524. The method isMemoState(int) is undefined for the type QuestState
  525. ----------
  526. 103. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 204)
  527. if (st.isMemoState(1))
  528. ^^^^^^^^^^^
  529. The method isMemoState(int) is undefined for the type QuestState
  530. ----------
  531. 104. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 230)
  532. if (st.isMemoState(1))
  533. ^^^^^^^^^^^
  534. The method isMemoState(int) is undefined for the type QuestState
  535. ----------
  536. 105. ERROR in /home/l2v/L2V/game/data/scripts/quests/Q10286_ReunionWithSirra/Q10286_ReunionWithSirra.java (at line 246)
  537. if (st.isMemoState(10))
  538. ^^^^^^^^^^^
  539. The method isMemoState(int) is undefined for the type QuestState
  540. ----------
  541. 105 problems (105 errors)The import com.l2jserver.gameserver.enums cannot be resolved
  542. The import com.l2jserver.gameserver.model.variables cannot be resolved
  543. The import com.l2jserver.gameserver.network.serverpackets.ExChangeClientEffectInfo cannot be resolved
  544. The method setMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  545. ExChangeClientEffectInfo cannot be resolved to a variable
  546. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
  547. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  548. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
  549. 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)
  550. 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)
  551. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Attackable
  552. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  553. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  554. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  555. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  556. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  557. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  558. The method getParameters() is undefined for the type com.l2jserver.gameserver.model.actor.templates.L2NpcTemplate
  559. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  560. ExChangeClientEffectInfo cannot be resolved to a variable
  561. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  562. The method calculateDistance(com.l2jserver.gameserver.model.actor.L2Character, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  563. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  564. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  565. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  566. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  567. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  568. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  569. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
  570. The method isStatus(int) is undefined for the type instances.IceQueensCastleNormalBattle.IceQueensCastleNormalBattle.IQCNBWorld
  571. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
  572. MountType cannot be resolved to a variable
  573. The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2PcInstance
  574. The method calculateDistance(com.l2jserver.gameserver.model.actor.L2Character, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  575. The method calculateDistance(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  576. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  577. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  578. The method calculateDistance(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  579. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  580. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  581. The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  582. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  583. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
  584. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
  585. MountType cannot be resolved to a variable
  586. The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2PcInstance
  587. The method calculateDistance(com.l2jserver.gameserver.model.actor.L2Character, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  588. The method calculateDistance(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  589. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  590. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  591. The method calculateDistance(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  592. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  593. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  594. The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  595. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  596. The method isAffectedBySkill(int) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  597. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  598. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  599. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  600. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  601. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  602. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  603. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  604. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  605. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  606. The method calculateDistance(com.l2jserver.gameserver.model.actor.L2Character, boolean, boolean) is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  607. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  608. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  609. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  610. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  611. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  612. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  613. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  614. The method checkDoCastConditions(com.l2jserver.gameserver.model.skills.L2Skill) from the type com.l2jserver.gameserver.model.actor.L2Character is not visible
  615. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  616. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  617. The method cancel(com.l2jserver.gameserver.model.actor.instance.L2GrandBossInstance) is undefined for the type com.l2jserver.gameserver.taskmanager.DecayTaskManager
  618. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  619. NpcVariables cannot be resolved to a type
  620. The method getVariables() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2NpcInstance
  621. The method isStatus(int) is undefined for the type instances.IceQueensCastleNormalBattle.IceQueensCastleNormalBattle.IQCNBWorld
  622. The method isStatus(int) is undefined for the type instances.IceQueensCastleNormalBattle.IceQueensCastleNormalBattle.IQCNBWorld
  623. The method isStatus(int) is undefined for the type com.l2jserver.gameserver.model.instancezone.InstanceWorld
  624. The import quests.Q10285_MeetingSirra cannot be resolved
  625. The method getQuestState(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean) is undefined for the type quests.Q10286_ReunionWithSirra.Q10286_ReunionWithSirra
  626. The method setMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  627. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  628. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  629. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  630. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  631. The method setMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  632. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  633. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  634. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  635. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  636. The method getQuestState(com.l2jserver.gameserver.model.actor.instance.L2PcInstance, boolean) is undefined for the type quests.Q10286_ReunionWithSirra.Q10286_ReunionWithSirra
  637. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  638. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  639. Q10285_MeetingSirra cannot be resolved to a type
  640. The method getId() is undefined for the type com.l2jserver.gameserver.model.actor.L2Npc
  641. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  642. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  643. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  644. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  645. The method isMemoState(int) is undefined for the type com.l2jserver.gameserver.model.quest.QuestState
  646. 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