[25/11 15:30:52] Failed executing script: C:\Users\Administrator\Desktop\L2\game
\data\scripts\custom\555_NPCBUFFER\__init__.py. See __init__.py.error.log for de
tails.
----------
1. ERROR in \custom\Services\Services.java (at line 294)
statement.setInt(2, player.getClan().getClanId());
^^^^^^^^^
The method getClanId() is undefined for the type L2Clan
----------
2. ERROR in \custom\Services\Services.java (at line 367)
player.store();
^^^^^
The method store(boolean) in the type L2PcInstance is not applicable for the arg
uments ()
----------
3. ERROR in \custom\Services\Services.java (at line 490)
statement.setInt(2, player.getClan().getClanId());
^^^^^^^^^
The method getClanId() is undefined for the type L2Clan
----------
3 problems (3 errors)
The method getClanId() is undefined for the type com.l2jserver.gameserver.model.
L2Clan
The method store(boolean) in the type com.l2jserver.gameserver.model.actor.insta
nce.L2PcInstance is not applicable for the arguments ()
The method getClanId() is undefined for the type com.l2jserver.gameserver.model.
L2Clan
Question
II337
Thats my current error how can I fix them?
5 answers to this question
Recommended Posts