Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- L2AttackableAIScript cannot be resolved to a type
- The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
- .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
- airySirra
- _log cannot be resolved
- L2AttackableAIScript cannot be resolved to a type
- The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
- .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
- airySirra
- The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
- .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
- airySirra
- The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
- .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
- airySirra
- The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
- .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
- airySirra
- The method startQuestTimer(java.lang.String, int, null, com.l2jserver.gameserver
- .model.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceF
- airySirra
- L2AttackableAIScript cannot be resolved to a type
- The method onKill(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserver.game
- server.model.actor.instance.L2PcInstance, boolean) of type ai.individual.IceFair
- ySirra must override or implement a supertype method
- The method cancelQuestTimer(java.lang.String, null, com.l2jserver.gameserver.mod
- el.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceFairy
- Sirra
- The method cancelQuestTimer(java.lang.String, null, com.l2jserver.gameserver.mod
- el.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceFairy
- Sirra
- The method cancelQuestTimer(java.lang.String, null, com.l2jserver.gameserver.mod
- el.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceFairy
- Sirra
- The method cancelQuestTimer(java.lang.String, null, com.l2jserver.gameserver.mod
- el.actor.instance.L2PcInstance) is undefined for the type ai.individual.IceFairy
- Sirra
- _log cannot be resolved
- The method saveGlobalQuestVar(java.lang.String, java.lang.String) is undefined f
- or the type ai.individual.IceFairySirra
- The method startQuestTimer(java.lang.String, int, null, null) is undefined for t
- he type ai.individual.IceFairySirra
- L2AttackableAIScript cannot be resolved to a type
- Failed executing script: C:\Users\Administrator\Desktop\L][MushRoom\gameserver\d
- ata\scripts\ai\individual\IceFairySirra.java. See IceFairySirra.java.error.log f
- or details.
- ----------
- 1. ERROR in \Orfen.java (at line 20)
- import ai.group_template.L2AttackableAIScript;
- ^^^^^^^^^^^^^^^^^
- The import ai.group_template cannot be resolved
- ----------
- 2. ERROR in \Orfen.java (at line 46)
- public class Orfen extends L2AttackableAIScript
- ^^^^^^^^^^^^^^^^^^^^
- L2AttackableAIScript cannot be resolved to a type
- ----------
- 3. ERROR in \Orfen.java (at line 93)
- this.registerMobs(mobs);
- ^^^^^^^^^^^^
- The method registerMobs(int[]) is undefined for the type Orfen
- ----------
- 4. ERROR in \Orfen.java (at line 105)
- this.startQuestTimer("orfen_unlock", temp, null, null);
- ^^^^^^^^^^^^^^^
- The method startQuestTimer(String, long, null, null) is undefined for the type O
- rfen
- ----------
- 5. ERROR in \Orfen.java (at line 131)
- L2GrandBossInstance orfen = (L2GrandBossInstance) addSpawn(ORFEN, x, y,
- z, 0, false, 0);
- ^^^^^^^^
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type Orfen
- ----------
- 6. ERROR in \Orfen.java (at line 144)
- L2GrandBossInstance orfen = (L2GrandBossInstance) addSpawn(ORFEN, loc_x,
- loc_y, loc_z, heading, false, 0);
- ^^^^^^^^
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type Orfen
- ----------
- 7. ERROR in \Orfen.java (at line 165)
- this.startQuestTimer("check_orfen_pos", 10000, npc, null, true);
- ^^^^^^^^^^^^^^^
- The method startQuestTimer(String, int, L2GrandBossInstance, null, boolean) is u
- ndefined for the type Orfen
- ----------
- 8. ERROR in \Orfen.java (at line 170)
- mob = (L2Attackable)addSpawn(RAIKEL_LEOS, x + 100, y + 100, npc.getZ(),
- 0, false, 0);
- ^^^^^^^^
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type Orfen
- ----------
- 9. ERROR in \Orfen.java (at line 173)
- mob = (L2Attackable)addSpawn(RAIKEL_LEOS, x + 100, y - 100, npc.getZ(),
- 0, false, 0);
- ^^^^^^^^
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type Orfen
- ----------
- 10. ERROR in \Orfen.java (at line 176)
- mob = (L2Attackable)addSpawn(RAIKEL_LEOS, x - 100, y + 100, npc.getZ(),
- 0, false, 0);
- ^^^^^^^^
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type Orfen
- ----------
- 11. ERROR in \Orfen.java (at line 179)
- mob = (L2Attackable)addSpawn(RAIKEL_LEOS, x - 100, y - 100, npc.getZ(),
- 0, false, 0);
- ^^^^^^^^
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type Orfen
- ----------
- 12. ERROR in \Orfen.java (at line 182)
- this.startQuestTimer("check_minion_loc", 10000, npc, null, true);
- ^^^^^^^^^^^^^^^
- The method startQuestTimer(String, int, L2GrandBossInstance, null, boolean) is u
- ndefined for the type Orfen
- ----------
- 13. ERROR in \Orfen.java (at line 186)
- public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The method onAdvEvent(String, L2Npc, L2PcInstance) of type Orfen must override o
- r implement a supertype method
- ----------
- 14. ERROR in \Orfen.java (at line 212)
- L2GrandBossInstance orfen = (L2GrandBossInstance) addSpawn(ORFEN, x, y,
- z, 0, false, 0);
- ^^^^^^^^
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type Orfen
- ----------
- 15. ERROR in \Orfen.java (at line 251)
- L2Attackable mob = (L2Attackable)addSpawn(RAIKEL_LEOS, npc.getX(), npc.g
- etY(), npc.getZ(), 0, false, 0);
- ^^^^^^^^
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type Orfen
- ----------
- 16. ERROR in \Orfen.java (at line 255)
- return super.onAdvEvent(event, npc, player);
- ^^^^^
- L2AttackableAIScript cannot be resolved to a type
- ----------
- 17. ERROR in \Orfen.java (at line 259)
- public String onSkillSee(L2Npc npc, L2PcInstance caster, L2Skill skill,
- L2Object[] targets, boolean isPet)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The method onSkillSee(L2Npc, L2PcInstance, L2Skill, L2Object[], boolean) of type
- Orfen must override or implement a supertype method
- ----------
- 18. ERROR in \Orfen.java (at line 274)
- return super.onSkillSee(npc, caster, skill, targets, isPet);
- ^^^^^
- L2AttackableAIScript cannot be resolved to a type
- ----------
- 19. ERROR in \Orfen.java (at line 278)
- public String onFactionCall(L2Npc npc, L2Npc caller, L2PcInstance attack
- er, boolean isPet)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ^^^^^^^^^^^^^^^^^^
- The method onFactionCall(L2Npc, L2Npc, L2PcInstance, boolean) of type Orfen must
- override or implement a supertype method
- ----------
- 20. ERROR in \Orfen.java (at line 281)
- return super.onFactionCall(npc, caller, attacker, isPet);
- ^^^^^
- L2AttackableAIScript cannot be resolved to a type
- ----------
- 21. ERROR in \Orfen.java (at line 301)
- return super.onFactionCall(npc, caller, attacker, isPet);
- ^^^^^
- L2AttackableAIScript cannot be resolved to a type
- ----------
- 22. ERROR in \Orfen.java (at line 305)
- public String onAttack(L2Npc npc, L2PcInstance attacker, int damage, boo
- lean isPet)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ^^^^^^^^^^^
- The method onAttack(L2Npc, L2PcInstance, int, boolean) of type Orfen must overri
- de or implement a supertype method
- ----------
- 23. ERROR in \Orfen.java (at line 333)
- return super.onAttack(npc, attacker, damage, isPet);
- ^^^^^
- L2AttackableAIScript cannot be resolved to a type
- ----------
- 24. ERROR in \Orfen.java (at line 337)
- public String onKill(L2Npc npc, L2PcInstance killer, boolean isPet)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The method onKill(L2Npc, L2PcInstance, boolean) of type Orfen must override or i
- mplement a supertype method
- ----------
- 25. ERROR in \Orfen.java (at line 345)
- this.startQuestTimer("orfen_unlock", respawnTime, null, null);
- ^^^^^^^^^^^^^^^
- The method startQuestTimer(String, long, null, null) is undefined for the type O
- rfen
- ----------
- 26. ERROR in \Orfen.java (at line 350)
- this.cancelQuestTimer("check_minion_loc", npc, null);
- ^^^^^^^^^^^^^^^^
- The method cancelQuestTimer(String, L2Npc, null) is undefined for the type Orfen
- ----------
- 27. ERROR in \Orfen.java (at line 351)
- this.cancelQuestTimer("check_orfen_pos", npc, null);
- ^^^^^^^^^^^^^^^^
- The method cancelQuestTimer(String, L2Npc, null) is undefined for the type Orfen
- ----------
- 28. ERROR in \Orfen.java (at line 352)
- this.startQuestTimer("despawn_minions", 20000, null, null);
- ^^^^^^^^^^^^^^^
- The method startQuestTimer(String, int, null, null) is undefined for the type Or
- fen
- ----------
- 29. ERROR in \Orfen.java (at line 353)
- this.cancelQuestTimers("spawn_minion");
- ^^^^^^^^^^^^^^^^^
- The method cancelQuestTimers(String) is undefined for the type Orfen
- ----------
- 30. ERROR in \Orfen.java (at line 358)
- this.startQuestTimer("spawn_minion", 360000, npc, null);
- ^^^^^^^^^^^^^^^
- The method startQuestTimer(String, int, L2Npc, null) is undefined for the type O
- rfen
- ----------
- 31. ERROR in \Orfen.java (at line 360)
- return super.onKill(npc, killer, isPet);
- ^^^^^
- L2AttackableAIScript cannot be resolved to a type
- ----------
- 31 problems (31 errors)L2AttackableAIScript cannot be resolved to a type
- The import ai.group_template cannot be resolved
- The method registerMobs(int[]) is undefined for the type ai.individual.Orfen
- The method startQuestTimer(java.lang.String, long, null, null) is undefined for
- the type ai.individual.Orfen
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type ai.individual.Orfen
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type ai.individual.Orfen
- The method startQuestTimer(java.lang.String, int, com.l2jserver.gameserver.model
- .actor.instance.L2GrandBossInstance, null, boolean) is undefined for the type ai
- .individual.Orfen
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type ai.individual.Orfen
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type ai.individual.Orfen
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type ai.individual.Orfen
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type ai.individual.Orfen
- The method startQuestTimer(java.lang.String, int, com.l2jserver.gameserver.model
- .actor.instance.L2GrandBossInstance, null, boolean) is undefined for the type ai
- .individual.Orfen
- The method onAdvEvent(java.lang.String, com.l2jserver.gameserver.model.actor.L2N
- pc, com.l2jserver.gameserver.model.actor.instance.L2PcInstance) of type ai.indiv
- idual.Orfen must override or implement a supertype method
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type ai.individual.Orfen
- The method addSpawn(int, int, int, int, int, boolean, int) is undefined for the
- type ai.individual.Orfen
- L2AttackableAIScript cannot be resolved to a type
- The method onSkillSee(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserver.
- gameserver.model.actor.instance.L2PcInstance, com.l2jserver.gameserver.model.L2S
- kill, com.l2jserver.gameserver.model.L2Object[], boolean) of type ai.individual.
- Orfen must override or implement a supertype method
- L2AttackableAIScript cannot be resolved to a type
- The method onFactionCall(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserv
- er.gameserver.model.actor.L2Npc, com.l2jserver.gameserver.model.actor.instance.L
- 2PcInstance, boolean) of type ai.individual.Orfen must override or implement a s
- upertype method
- L2AttackableAIScript cannot be resolved to a type
- L2AttackableAIScript cannot be resolved to a type
- The method onAttack(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserver.ga
- meserver.model.actor.instance.L2PcInstance, int, boolean) of type ai.individual.
- Orfen must override or implement a supertype method
- L2AttackableAIScript cannot be resolved to a type
- The method onKill(com.l2jserver.gameserver.model.actor.L2Npc, com.l2jserver.game
- server.model.actor.instance.L2PcInstance, boolean) of type ai.individual.Orfen m
- ust override or implement a supertype method
- The method startQuestTimer(java.lang.String, long, null, null) is undefined for
- the type ai.individual.Orfen
- The method cancelQuestTimer(java.lang.String, com.l2jserver.gameserver.model.act
- or.L2Npc, null) is undefined for the type ai.individual.Orfen
- The method cancelQuestTimer(java.lang.String, com.l2jserver.gameserver.model.act
- or.L2Npc, null) is undefined for the type ai.individual.Orfen
- The method startQuestTimer(java.lang.String, int, null, null) is undefined for t
- he type ai.individual.Orfen
- The method cancelQuestTimers(java.lang.String) is undefined for the type ai.indi
- vidual.Orfen
- The method startQuestTimer(java.lang.String, int, com.l2jserver.gameserver.model
- .actor.L2Npc, null) is undefined for the type ai.individual.Orfen
- L2AttackableAIScript cannot be resolved to a type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement