Error GS

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
xBel
Posts: 40
Joined: Thu Mar 06, 2014 4:12 pm

Error GS

Post by xBel »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:6479
L2JDP Revision Number:10248
Previously, when there was not such. When you run the GS produces many shibok tied with skill

Code: Select all

749. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenChest.java (at line 26)        import com.l2jserver.gameserver.model.effects.AbstractEffect;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolved----------750. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenChest.java (at line 27)        import com.l2jserver.gameserver.model.skills.BuffInfo;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolved----------751. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenChest.java (at line 33)        public final class OpenChest extends AbstractEffect                                             ^^^^^^^^^^^^^^AbstractEffect cannot be resolved to a type----------752. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenChest.java (at line 41)        public boolean isInstant()                       ^^^^^^^^^^^The method isInstant() of type OpenChest must override or implement a supertypemethod----------753. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenChest.java (at line 47)        public void onStart(BuffInfo info)                            ^^^^^^^^BuffInfo cannot be resolved to a type--------------------754. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\Unsummon.java (at line 25)        import com.l2jserver.gameserver.model.effects.AbstractEffect;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolved----------755. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\Unsummon.java (at line 27)        import com.l2jserver.gameserver.model.skills.BuffInfo;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolved----------756. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\Unsummon.java (at line 36)        public final class Unsummon extends AbstractEffect                                            ^^^^^^^^^^^^^^AbstractEffect cannot be resolved to a type----------757. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\Unsummon.java (at line 44)        _chance = params.getInt("chance", 100);                         ^^^^^^The method getInt(String, int) is undefined for the type StatsSet----------758. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\Unsummon.java (at line 48)        public boolean calcSuccess(BuffInfo info)                                   ^^^^^^^^BuffInfo cannot be resolved to a type----------759. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\Unsummon.java (at line 64)        public boolean canStart(BuffInfo info)                                ^^^^^^^^BuffInfo cannot be resolved to a type----------760. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\Unsummon.java (at line 70)        public boolean isInstant()                       ^^^^^^^^^^^The method isInstant() of type Unsummon must override or implement a supertype method----------761. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\Unsummon.java (at line 76)        public void onStart(BuffInfo info)                            ^^^^^^^^BuffInfo cannot be resolved to a type--------------------762. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenCommonRecipeBook.java (at line 22)        import com.l2jserver.gameserver.enums.PrivateStoreType;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.enums cannot be resolved----------763. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenCommonRecipeBook.java (at line 26)        import com.l2jserver.gameserver.model.effects.AbstractEffect;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolved----------764. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenCommonRecipeBook.java (at line 27)        import com.l2jserver.gameserver.model.skills.BuffInfo;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolved----------765. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenCommonRecipeBook.java (at line 34)        public final class OpenCommonRecipeBook extends AbstractEffect                                                        ^^^^^^^^^^^^^^AbstractEffect cannot be resolved to a type----------766. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenCommonRecipeBook.java (at line 42)        public boolean isInstant()                       ^^^^^^^^^^^The method isInstant() of type OpenCommonRecipeBook must override or implement a supertype method----------767. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenCommonRecipeBook.java (at line 48)        public void onStart(BuffInfo info)                            ^^^^^^^^BuffInfo cannot be resolved to a type----------768. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenCommonRecipeBook.java (at line 56)        if (player.getPrivateStoreType() != PrivateStoreType.NONE)                                            ^^^^^^^^^^^^^^^^PrivateStoreType cannot be resolved to a variable--------------------769. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDoor.java (at line 26)        import com.l2jserver.gameserver.model.effects.AbstractEffect;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolved----------770. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDoor.java (at line 28)        import com.l2jserver.gameserver.model.skills.BuffInfo;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolved----------771. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDoor.java (at line 36)        public final class OpenDoor extends AbstractEffect                                            ^^^^^^^^^^^^^^AbstractEffect cannot be resolved to a type----------772. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDoor.java (at line 45)        _chance = params.getInt("chance", 0);                         ^^^^^^The method getInt(String, int) is undefined for the type StatsSet----------773. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDoor.java (at line 46)        _isItem = params.getBoolean("isItem", false);                         ^^^^^^^^^^The method getBoolean(String, boolean) is undefined for the type StatsSet----------774. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDoor.java (at line 50)        public boolean isInstant()                       ^^^^^^^^^^^The method isInstant() of type OpenDoor must override or implement a supertype method----------775. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDoor.java (at line 56)        public void onStart(BuffInfo info)                            ^^^^^^^^BuffInfo cannot be resolved to a type----------776. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDoor.java (at line 75)        final L2DoorInstance instanceDoor = inst.getDoor(door.getId());                                                              ^^^^^The method getId() is undefined for the type L2DoorInstance--------------------777. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDwarfRecipeBook.java (at line 22)        import com.l2jserver.gameserver.enums.PrivateStoreType;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.enums cannot be resolved----------778. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDwarfRecipeBook.java (at line 26)        import com.l2jserver.gameserver.model.effects.AbstractEffect;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolved----------779. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDwarfRecipeBook.java (at line 27)        import com.l2jserver.gameserver.model.skills.BuffInfo;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolved----------780. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDwarfRecipeBook.java (at line 34)        public final class OpenDwarfRecipeBook extends AbstractEffect                                                       ^^^^^^^^^^^^^^AbstractEffect cannot be resolved to a type----------781. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDwarfRecipeBook.java (at line 42)        public boolean isInstant()                       ^^^^^^^^^^^The method isInstant() of type OpenDwarfRecipeBook must override or implement asupertype method----------782. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDwarfRecipeBook.java (at line 48)        public void onStart(BuffInfo info)                            ^^^^^^^^BuffInfo cannot be resolved to a type----------783. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OpenDwarfRecipeBook.java (at line 56)        if (player.getPrivateStoreType() != PrivateStoreType.NONE)                                            ^^^^^^^^^^^^^^^^PrivateStoreType cannot be resolved to a variable--------------------784. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostCreate.java (at line 21)        import com.l2jserver.gameserver.datatables.NpcData;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.datatables.NpcData cannot be resolved----------785. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostCreate.java (at line 28)        import com.l2jserver.gameserver.model.effects.AbstractEffect;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolved----------786. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostCreate.java (at line 29)        import com.l2jserver.gameserver.model.skills.BuffInfo;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolved----------787. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostCreate.java (at line 35)        public class OutpostCreate extends AbstractEffect                                           ^^^^^^^^^^^^^^AbstractEffect cannot be resolved to a type----------788. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostCreate.java (at line 45)        public boolean isInstant()                       ^^^^^^^^^^^The method isInstant() of type OutpostCreate must override or implement a supertype method----------789. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostCreate.java (at line 51)        public void onStart(BuffInfo info)                            ^^^^^^^^BuffInfo cannot be resolved to a type----------790. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostCreate.java (at line 62)        final L2SiegeFlagInstance flag = new L2SiegeFlagInstance(player, IdFactory.getInstance().getNextId(), NpcData.getInstance().getTemplate(HQ_NPC_ID), true, true);                               ^^^^^^^NpcData cannot be resolved--------------------791. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostDestroy.java (at line 26)        import com.l2jserver.gameserver.model.effects.AbstractEffect;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolved----------792. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostDestroy.java (at line 27)        import com.l2jserver.gameserver.model.skills.BuffInfo;               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolved----------793. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostDestroy.java (at line 33)        public class OutpostDestroy extends AbstractEffect                                            ^^^^^^^^^^^^^^AbstractEffect cannot be resolved to a type----------794. ERROR in C:\Users\Egor\Desktop\L2jserver\game\data\scripts\handlers\effecthandlers\OutpostDestroy.java (at line 41)        public boolean isInstant()                       ^^^^^^^^^^^The method isInstant() of type OutpostDestroy must override or implement a supertype method----------795. ERROR in C:\Users\Egor\Desktop\L2js

Code: Select all

The method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method isInstant() of type handlers.effecthandlers.SummonCubic must override or implement a supertype method_log cannot be resolvedThe method getCubicById(int) is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2PcInstanceCommonSkill cannot be resolvedBuffInfo cannot be resolved to a typeThe method getEffectList() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2PcInstanceCommonSkill cannot be resolvedAbstractEffect cannot be resolved to a typeThe method getCubicById(int) is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2PcInstanceThe import com.l2jserver.gameserver.datatables.NpcData cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getBoolean(java.lang.String, boolean) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getBoolean(java.lang.String, boolean) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method isInstant() of type handlers.effecthandlers.SummonNpc must override or implement a supertype method_log cannot be resolvedNpcData cannot be resolved_log cannot be resolvedThe constructor com.l2jserver.gameserver.model.actor.instance.L2DecoyInstance(int, com.l2jserver.gameserver.model.actor.templates.L2NpcTemplate, com.l2jserver.gameserver.model.actor.instance.L2PcInstance, int) is undefinedThe method setSummoner(com.l2jserver.gameserver.model.actor.instance.L2PcInstance) is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2DecoyInstanceType mismatch: cannot convert from com.l2jserver.gameserver.util.Point3D to com.l2jserver.gameserver.model.Location_log cannot be resolvedThe method setX(int) is undefined for the type com.l2jserver.gameserver.model.L2SpawnThe method setY(int) is undefined for the type com.l2jserver.gameserver.model.L2SpawnThe method setZ(int) is undefined for the type com.l2jserver.gameserver.model.L2SpawnThe import com.l2jserver.gameserver.datatables.NpcData cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method getEffectType() of type handlers.effecthandlers.SummonPet must override or implement a supertype methodThe method isInstant() of type handlers.effecthandlers.SummonPet must override or implement a supertype method_log cannot be resolved_log cannot be resolvedThe method getId() is undefined for the type com.l2jserver.gameserver.model.items.instance.L2ItemInstanceNpcData cannot be resolvedThe method storeMe() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2PetInstanceThe import com.l2jserver.gameserver.datatables.NpcData cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method isInstant() of type handlers.effecthandlers.SummonTrap must overrideor implement a supertype method_log cannot be resolvedNpcData cannot be resolved_log cannot be resolvedThe constructor com.l2jserver.gameserver.model.actor.instance.L2TrapInstance(int, com.l2jserver.gameserver.model.actor.templates.L2NpcTemplate, com.l2jserver.gameserver.model.actor.instance.L2PcInstance, int) is undefinedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method isInstant() of type handlers.effecthandlers.Sweeper must override orimplement a supertype methodThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method isInstant() of type handlers.effecthandlers.TakeCastle must overrideor implement a supertype methodThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method isInstant() of type handlers.effecthandlers.TakeFort must override or implement a supertype methodThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method isInstant() of type handlers.effecthandlers.TakeFortStart must override or implement a supertype methodThe import com.l2jserver.gameserver.datatables.NpcData cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method isInstant() of type handlers.effecthandlers.TakeTerritoryFlag must override or implement a supertype methodNpcData cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method isInstant() of type handlers.effecthandlers.TargetCancel must override or implement a supertype methodThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method isInstant() of type handlers.effecthandlers.TargetMeProbability mustoverride or implement a supertype methodThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getEffectType() of type handlers.effecthandlers.Teleport must override or implement a supertype methodTELEPORT cannot be resolved or is not a fieldThe method isInstant() of type handlers.effecthandlers.Teleport must override or implement a supertype methodThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method getEffectType() of type handlers.effecthandlers.TeleportToTarget must override or implement a supertype methodTELEPORT_TO_TARGET cannot be resolved or is not a fieldThe method isInstant() of type handlers.effecthandlers.TeleportToTarget must override or implement a supertype methodThe method setXYZ(int, int, int) in the type com.l2jserver.gameserver.model.L2Object is not applicable for the arguments (com.l2jserver.gameserver.model.Location)The import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method getEffectFlags() of type handlers.effecthandlers.ThrowUp must override or implement a supertype methodThe method isInstant() of type handlers.effecthandlers.ThrowUp must override orimplement a supertype method_log cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeThe method getEffectType() of type handlers.effecthandlers.TransferDamage must override or implement a supertype methodThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method isInstant() of type handlers.effecthandlers.TransferHate must override or implement a supertype methodThe import com.l2jserver.gameserver.datatables.TransformData cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetTransformData cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method isEmpty() is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method isInstant() of type handlers.effecthandlers.TrapDetect must overrideor implement a supertype methodThe import com.l2jserver.gameserver.enums cannot be resolvedThe import com.l2jserver.gameserver.enums cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method isEmpty() is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method isInstant() of type handlers.effecthandlers.TrapRemove must overrideor implement a supertype methodQuestEventType cannot be resolved to a variableQuestEventType cannot be resolved to a variableTrapAction cannot be resolved to a variableThe import com.l2jserver.gameserver.enums cannot be resolvedThe import com.l2jserver.gameserver.model.actor.events cannot be resolvedThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedThe import com.l2jserver.gameserver.model.skills.Skill cannot be resolvedInstanceType cannot be resolved to a typeSkill cannot be resolved to a typeBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String) is undefined for the type com.l2jserver.gameserver.model.StatsSetThe method getInt(java.lang.String, int) is undefined for the type com.l2jserver.gameserver.model.StatsSetInstanceType cannot be resolved to a typeInstanceType cannot be resolved to a typeInstanceType cannot be resolved to a variable_log cannot be resolvedInstanceType cannot be resolved to a typeSkill cannot be resolved to a typeThe method isCharacter() is undefined for the type com.l2jserver.gameserver.model.L2ObjectThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeThe method isInstant() of type handlers.effecthandlers.UnsummonAgathion must override or implement a supertype methodThe import com.l2jserver.gameserver.model.effects.AbstractEffect cannot be resolvedThe import com.l2jserver.gameserver.model.skills.BuffInfo cannot be resolvedBuffInfo cannot be resolved to a typeBuffInfo cannot be resolved to a typeThe method isInstant() of type handlers.effecthandlers.VitalityPointUp must override or implement a supertype methodException in thread "main" java.lang.Error: Problems while running EffectMansterHandler        at com.l2jserver.gameserver.handler.EffectHandler.executeScript(EffectHandler.java:73)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:213)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:470)Caused by: javax.script.ScriptException: compilation failed        at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:248)        at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:103)        at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:109)        at com.l2jserver.gameserver.scripting.L2ScriptEngineManager.executeScript(L2ScriptEngineManager.java:377)        at com.l2jserver.gameserver.scripting.L2ScriptEngineManager.executeScript(L2ScriptEngineManager.java:327)        at com.l2jserver.gameserver.handler.EffectHandler.executeScript(EffectHandler.java:69)        ... 2 more 
xBel
Posts: 40
Joined: Thu Mar 06, 2014 4:12 pm

Re: Error GS

Post by xBel »

Please help me, I beg you. What happened .... I do not know what could be the problem? Help please .......
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Error GS

Post by St3eT »

STOP SPAM FINALLY and wait for reply + will be better when you read viewtopic.php?f=1&t=2
If i should be black sheep for sure no as punishment
Image
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Error GS

Post by Zoey76 »

Your core is ourdated.
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Post Reply