Hallo ppls i have a new project and i have some miss , maybe some help , the miss is bellow , thank you .(Sorry for bad english)
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\network\GameClient.java:34: warning: Base64 is internal proprietary API and may be removed in a future release
[javac] import lineage2.gameserver.network.loginservercon.gspackets.PlayerLogout;
[javac] ^
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\model\entity\residence\Castle.java:626: warning: [unchecked] unchecked conversion
[javac] List<Fortress> list = _relatedFortresses.get(Fortress.DOMAIN);
[javac] ^
[javac] required: List<Fortress>
[javac] found: List
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\model\instances\TamedBeastInstance.java:88: warning: [rawtypes] found raw type: Entry
[javac] private static final Map.Entry<NpcString, int[]>[] TAMED_DATA = new Map.Entry[6];
[javac] ^
[javac] missing type arguments for generic class Entry<K,V>
[javac] where K,V are type-variables:
[javac] K extends Object declared in interface Entry
[javac] V extends Object declared in interface Entry
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\utils\SecondaryPasswordAuth.java:265: warning: Base64 is internal proprietary API and may be removed in a future release
[javac] return Base64.encode(hash);
[javac] ^
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\stats\funcs\FuncTemplate.java:80: warning: [rawtypes] found raw type: Class
[javac] _constructor = _func.getConstructor(new Class[]
[javac] ^
[javac] missing type arguments for generic class Class<T>
[javac] where T is a type-variable:
[javac] T extends Object declared in class Class
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\GameServer.java:328: warning: [rawtypes] found raw type: SelectorThread
[javac] _selectorThreads = new SelectorThread[Config.PORTS_GAME.length];
[javac] ^
[javac] missing type arguments for generic class SelectorThread<T>
[javac] where T is a type-variable:
[javac] T extends MMOClient declared in class SelectorThread
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\GameServer.java:328: warning: [unchecked] unchecked conversion
[javac] _selectorThreads = new SelectorThread[Config.PORTS_GAME.length];
[javac] ^
[javac] required: SelectorThread<GameClient>[]
[javac] found: SelectorThread[]
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:162: warning: [fallthrough] possible fall-through into case
[javac] case 2:
[javac] ^
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:168: warning: [fallthrough] possible fall-through into case
[javac] case 3:
[javac] ^
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:189: warning: [fallthrough] possible fall-through into case
[javac] case 5:
[javac] ^
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\network\serverpackets\ExReceiveOlympiad.java:74: warning: [rawtypes] found raw type: ArrayList
[javac] private List<PlayerInfo>[] _players = new ArrayList[2];
[javac] ^
[javac] missing type arguments for generic class ArrayList<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:174: warning: [rawtypes] found raw type: ArrayList
[javac] private final List<?>[] _augStats = new ArrayList[4];
[javac] ^
[javac] missing type arguments for generic class ArrayList<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:178: warning: [rawtypes] found raw type: ArrayList
[javac] private final List<?>[] _augAccStats = new ArrayList[4];
[javac] ^
[javac] missing type arguments for generic class ArrayList<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:182: warning: [rawtypes] found raw type: ArrayList
[javac] private final List<?>[] _blueSkills = new ArrayList[10];
[javac] ^
[javac] missing type arguments for generic class ArrayList<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:186: warning: [rawtypes] found raw type: ArrayList
[javac] private final List<?>[] _purpleSkills = new ArrayList[10];
[javac] ^
[javac] missing type arguments for generic class ArrayList<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:190: warning: [rawtypes] found raw type: ArrayList
[javac] private final List<?>[] _redSkills = new ArrayList[10];
[javac] ^
[javac] missing type arguments for generic class ArrayList<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:194: warning: [rawtypes] found raw type: ArrayList
[javac] private final List<?>[] _yellowSkills = new ArrayList[10];
[javac] ^
[javac] missing type arguments for generic class ArrayList<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] 17 warnings
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
Question
BlackDevilDev
Hallo ppls i have a new project and i have some miss , maybe some help , the miss is bellow , thank you .(Sorry for bad english)
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.