Advertisement
Guest User

Untitled

a guest
Nov 20th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.14 KB | None | 0 0
  1. L2AttackableAIScript cannot be resolved to a type
  2. The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
  3. .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
  4. airySirra
  5. _log cannot be resolved
  6. L2AttackableAIScript cannot be resolved to a type
  7. The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
  8. .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
  9. airySirra
  10. The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
  11. .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
  12. airySirra
  13. The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
  14. .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
  15. airySirra
  16. The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
  17. .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
  18. airySirra
  19. The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
  20. .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
  21. airySirra
  22. L2AttackableAIScript cannot be resolved to a type
  23. The method onKill(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserver.game
  24. server.model.actor.instance.L2PcInstance, boolean) of type ai.individual.IceFair
  25. ySirra must override or implement a supertype method
  26. The method cancelQuestTimer(java.lang.String, null, com.l2jserver.gameserver.mod
  27. el.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceFairy
  28. Sirra
  29. The method cancelQuestTimer(java.lang.String, null, com.l2jserver.gameserver.mod
  30. el.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceFairy
  31. Sirra
  32. The method cancelQuestTimer(java.lang.String, null, com.l2jserver.gameserver.mod
  33. el.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceFairy
  34. Sirra
  35. The method cancelQuestTimer(java.lang.String, null, com.l2jserver.gameserver.mod
  36. el.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceFairy
  37. Sirra
  38. _log cannot be resolved
  39. The method saveGlobalQuestVar(java.lang.String, java.lang.String) is undefined f
  40. or the type ai.individual.IceFairySirra
  41. The method startQuestTimer(java.lang.String, int, null, null) is undefined for t
  42. he type ai.individual.IceFairySirra
  43. L2AttackableAIScript cannot be resolved to a type
  44. Failed executing script: C:\Users\Administrator\Desktop\L][MushRoom\gameserver\d
  45. ata\scripts\ai\individual\IceFairySirra.java. See IceFairySirra.java.error.log f
  46. or details.
  47. ----------
  48. 1. ERROR in \Orfen.java (at line 20)
  49. import ai.group_template.L2AttackableAIScript;
  50. ^^^^^^^^^^^^^^^^^
  51. The import ai.group_template cannot be resolved
  52. ----------
  53. 2. ERROR in \Orfen.java (at line 46)
  54. public class Orfen extends L2AttackableAIScript
  55. ^^^^^^^^^^^^^^^^^^^^
  56. L2AttackableAIScript cannot be resolved to a type
  57. ----------
  58. 3. ERROR in \Orfen.java (at line 93)
  59. this.registerMobs(mobs);
  60. ^^^^^^^^^^^^
  61. The method registerMobs(int[]) is undefined for the type Orfen
  62. ----------
  63. 4. ERROR in \Orfen.java (at line 105)
  64. this.startQuestTimer("orfen_unlock", temp, null, null);
  65. ^^^^^^^^^^^^^^^
  66. The method startQuestTimer(String, long, null, null) is undefined for the type O
  67. rfen
  68. ----------
  69. 5. ERROR in \Orfen.java (at line 131)
  70. L2GrandBossInstance orfen = (L2GrandBossInstance) addSpawn(ORFEN, x, y,
  71. z, 0, false, 0);
  72. ^^^^^^^^
  73. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  74. type Orfen
  75. ----------
  76. 6. ERROR in \Orfen.java (at line 144)
  77. L2GrandBossInstance orfen = (L2GrandBossInstance) addSpawn(ORFEN, loc_x,
  78. loc_y, loc_z, heading, false, 0);
  79. ^^^^^^^^
  80. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  81. type Orfen
  82. ----------
  83. 7. ERROR in \Orfen.java (at line 165)
  84. this.startQuestTimer("check_orfen_pos", 10000, npc, null, true);
  85. ^^^^^^^^^^^^^^^
  86. The method startQuestTimer(String, int, L2GrandBossInstance, null, boolean) is u
  87. ndefined for the type Orfen
  88. ----------
  89. 8. ERROR in \Orfen.java (at line 170)
  90. mob = (L2Attackable)addSpawn(RAIKEL_LEOS, x + 100, y + 100, npc.getZ(),
  91. 0, false, 0);
  92. ^^^^^^^^
  93. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  94. type Orfen
  95. ----------
  96. 9. ERROR in \Orfen.java (at line 173)
  97. mob = (L2Attackable)addSpawn(RAIKEL_LEOS, x + 100, y - 100, npc.getZ(),
  98. 0, false, 0);
  99. ^^^^^^^^
  100. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  101. type Orfen
  102. ----------
  103. 10. ERROR in \Orfen.java (at line 176)
  104. mob = (L2Attackable)addSpawn(RAIKEL_LEOS, x - 100, y + 100, npc.getZ(),
  105. 0, false, 0);
  106. ^^^^^^^^
  107. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  108. type Orfen
  109. ----------
  110. 11. ERROR in \Orfen.java (at line 179)
  111. mob = (L2Attackable)addSpawn(RAIKEL_LEOS, x - 100, y - 100, npc.getZ(),
  112. 0, false, 0);
  113. ^^^^^^^^
  114. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  115. type Orfen
  116. ----------
  117. 12. ERROR in \Orfen.java (at line 182)
  118. this.startQuestTimer("check_minion_loc", 10000, npc, null, true);
  119. ^^^^^^^^^^^^^^^
  120. The method startQuestTimer(String, int, L2GrandBossInstance, null, boolean) is u
  121. ndefined for the type Orfen
  122. ----------
  123. 13. ERROR in \Orfen.java (at line 186)
  124. public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
  125. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  126. The method onAdvEvent(String, L2Npc, L2PcInstance) of type Orfen must override o
  127. r implement a supertype method
  128. ----------
  129. 14. ERROR in \Orfen.java (at line 212)
  130. L2GrandBossInstance orfen = (L2GrandBossInstance) addSpawn(ORFEN, x, y,
  131. z, 0, false, 0);
  132. ^^^^^^^^
  133. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  134. type Orfen
  135. ----------
  136. 15. ERROR in \Orfen.java (at line 251)
  137. L2Attackable mob = (L2Attackable)addSpawn(RAIKEL_LEOS, npc.getX(), npc.g
  138. etY(), npc.getZ(), 0, false, 0);
  139. ^^^^^^^^
  140. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  141. type Orfen
  142. ----------
  143. 16. ERROR in \Orfen.java (at line 255)
  144. return super.onAdvEvent(event, npc, player);
  145. ^^^^^
  146. L2AttackableAIScript cannot be resolved to a type
  147. ----------
  148. 17. ERROR in \Orfen.java (at line 259)
  149. public String onSkillSee(L2Npc npc, L2PcInstance caster, L2Skill skill,
  150. L2Object[] targets, boolean isPet)
  151. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  152. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  153. The method onSkillSee(L2Npc, L2PcInstance, L2Skill, L2Object[], boolean) of type
  154. Orfen must override or implement a supertype method
  155. ----------
  156. 18. ERROR in \Orfen.java (at line 274)
  157. return super.onSkillSee(npc, caster, skill, targets, isPet);
  158. ^^^^^
  159. L2AttackableAIScript cannot be resolved to a type
  160. ----------
  161. 19. ERROR in \Orfen.java (at line 278)
  162. public String onFactionCall(L2Npc npc, L2Npc caller, L2PcInstance attack
  163. er, boolean isPet)
  164. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  165. ^^^^^^^^^^^^^^^^^^
  166. The method onFactionCall(L2Npc, L2Npc, L2PcInstance, boolean) of type Orfen must
  167. override or implement a supertype method
  168. ----------
  169. 20. ERROR in \Orfen.java (at line 281)
  170. return super.onFactionCall(npc, caller, attacker, isPet);
  171. ^^^^^
  172. L2AttackableAIScript cannot be resolved to a type
  173. ----------
  174. 21. ERROR in \Orfen.java (at line 301)
  175. return super.onFactionCall(npc, caller, attacker, isPet);
  176. ^^^^^
  177. L2AttackableAIScript cannot be resolved to a type
  178. ----------
  179. 22. ERROR in \Orfen.java (at line 305)
  180. public String onAttack(L2Npc npc, L2PcInstance attacker, int damage, boo
  181. lean isPet)
  182. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  183. ^^^^^^^^^^^
  184. The method onAttack(L2Npc, L2PcInstance, int, boolean) of type Orfen must overri
  185. de or implement a supertype method
  186. ----------
  187. 23. ERROR in \Orfen.java (at line 333)
  188. return super.onAttack(npc, attacker, damage, isPet);
  189. ^^^^^
  190. L2AttackableAIScript cannot be resolved to a type
  191. ----------
  192. 24. ERROR in \Orfen.java (at line 337)
  193. public String onKill(L2Npc npc, L2PcInstance killer, boolean isPet)
  194. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  195. The method onKill(L2Npc, L2PcInstance, boolean) of type Orfen must override or i
  196. mplement a supertype method
  197. ----------
  198. 25. ERROR in \Orfen.java (at line 345)
  199. this.startQuestTimer("orfen_unlock", respawnTime, null, null);
  200. ^^^^^^^^^^^^^^^
  201. The method startQuestTimer(String, long, null, null) is undefined for the type O
  202. rfen
  203. ----------
  204. 26. ERROR in \Orfen.java (at line 350)
  205. this.cancelQuestTimer("check_minion_loc", npc, null);
  206. ^^^^^^^^^^^^^^^^
  207. The method cancelQuestTimer(String, L2Npc, null) is undefined for the type Orfen
  208.  
  209. ----------
  210. 27. ERROR in \Orfen.java (at line 351)
  211. this.cancelQuestTimer("check_orfen_pos", npc, null);
  212. ^^^^^^^^^^^^^^^^
  213. The method cancelQuestTimer(String, L2Npc, null) is undefined for the type Orfen
  214.  
  215. ----------
  216. 28. ERROR in \Orfen.java (at line 352)
  217. this.startQuestTimer("despawn_minions", 20000, null, null);
  218. ^^^^^^^^^^^^^^^
  219. The method startQuestTimer(String, int, null, null) is undefined for the type Or
  220. fen
  221. ----------
  222. 29. ERROR in \Orfen.java (at line 353)
  223. this.cancelQuestTimers("spawn_minion");
  224. ^^^^^^^^^^^^^^^^^
  225. The method cancelQuestTimers(String) is undefined for the type Orfen
  226. ----------
  227. 30. ERROR in \Orfen.java (at line 358)
  228. this.startQuestTimer("spawn_minion", 360000, npc, null);
  229. ^^^^^^^^^^^^^^^
  230. The method startQuestTimer(String, int, L2Npc, null) is undefined for the type O
  231. rfen
  232. ----------
  233. 31. ERROR in \Orfen.java (at line 360)
  234. return super.onKill(npc, killer, isPet);
  235. ^^^^^
  236. L2AttackableAIScript cannot be resolved to a type
  237. ----------
  238. 31 problems (31 errors)L2AttackableAIScript cannot be resolved to a type
  239. The import ai.group_template cannot be resolved
  240. The method registerMobs(int[]) is undefined for the type ai.individual.Orfen
  241. The method startQuestTimer(java.lang.String, long, null, null) is undefined for
  242. the type ai.individual.Orfen
  243. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  244. type ai.individual.Orfen
  245. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  246. type ai.individual.Orfen
  247. The method startQuestTimer(java.lang.String, int, com.l2jserver.gameserver.model
  248. .actor.instance.L2GrandBossInstance, null, boolean) is undefined for the type ai
  249. .individual.Orfen
  250. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  251. type ai.individual.Orfen
  252. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  253. type ai.individual.Orfen
  254. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  255. type ai.individual.Orfen
  256. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  257. type ai.individual.Orfen
  258. The method startQuestTimer(java.lang.String, int, com.l2jserver.gameserver.model
  259. .actor.instance.L2GrandBossInstance, null, boolean) is undefined for the type ai
  260. .individual.Orfen
  261. The method onAdvEvent(java.lang.String, com.l2jserver.gameserver.model.actor.L2N
  262. pc, com.l2jserver.gameserver.model.actor.instance.L2PcInstance) of type ai.indiv
  263. idual.Orfen must override or implement a supertype method
  264. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  265. type ai.individual.Orfen
  266. The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
  267. type ai.individual.Orfen
  268. L2AttackableAIScript cannot be resolved to a type
  269. The method onSkillSee(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserver.
  270. gameserver.model.actor.instance.L2PcInstance, com.l2jserver.gameserver.model.L2S
  271. kill, com.l2jserver.gameserver.model.L2Object[], boolean) of type ai.individual.
  272. Orfen must override or implement a supertype method
  273. L2AttackableAIScript cannot be resolved to a type
  274. The method onFactionCall(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserv
  275. er.gameserver.model.actor.L2Npc, com.l2jserver.gameserver.model.actor.instance.L
  276. 2PcInstance, boolean) of type ai.individual.Orfen must override or implement a s
  277. upertype method
  278. L2AttackableAIScript cannot be resolved to a type
  279. L2AttackableAIScript cannot be resolved to a type
  280. The method onAttack(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserver.ga
  281. meserver.model.actor.instance.L2PcInstance, int, boolean) of type ai.individual.
  282. Orfen must override or implement a supertype method
  283. L2AttackableAIScript cannot be resolved to a type
  284. The method onKill(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserver.game
  285. server.model.actor.instance.L2PcInstance, boolean) of type ai.individual.Orfen m
  286. ust override or implement a supertype method
  287. The method startQuestTimer(java.lang.String, long, null, null) is undefined for
  288. the type ai.individual.Orfen
  289. The method cancelQuestTimer(java.lang.String, com.l2jserver.gameserver.model.act
  290. or.L2Npc, null) is undefined for the type ai.individual.Orfen
  291. The method cancelQuestTimer(java.lang.String, com.l2jserver.gameserver.model.act
  292. or.L2Npc, null) is undefined for the type ai.individual.Orfen
  293. The method startQuestTimer(java.lang.String, int, null, null) is undefined for t
  294. he type ai.individual.Orfen
  295. The method cancelQuestTimers(java.lang.String) is undefined for the type ai.indi
  296. vidual.Orfen
  297. The method startQuestTimer(java.lang.String, int, com.l2jserver.gameserver.model
  298. .actor.L2Npc, null) is undefined for the type ai.individual.Orfen
  299. L2AttackableAIScript cannot be resolved to a type
  300.  
  301.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement