nery Posted December 27, 2012 Posted December 27, 2012 my friend no one will help me in this problem I am??? nevermor could send me the sql npc's there??
`NeverMore Posted December 27, 2012 Author Posted December 27, 2012 any npc with type "L2Apprearance" will work !There's no need to be in custom table ;)
nery Posted December 27, 2012 Posted December 27, 2012 Now what do I noticed this look saying my game server when start ------------------------------------------------------------------=[ Scripts ] AirShipManager: Carregado 0 private airships Carregando Scripts do Server Loading Handlers... ActionHandler: Loaded 10 Handlers ActionShiftHandler: Loaded 6 Handlers AdminCommandHandler: Loaded 484 Handlers BypassHandler: Loaded 66 Handlers ChatHandler: Loaded 14 Handlers ItemHandler: Loaded 33 Handlers SkillHandler: Loaded 91 Handlers UserCommandHandler: Loaded 16 Handlers VoicedCommandHandler: Loaded 11 Handlers TargetHandler: Loaded 32 Handlers TelnetHandler: Loaded 20 Handlers Handlers Loaded... Handy's Block Checker Event is enabled Class not found L2ApprearanceInstance >>>>> Class not found L2ApprearanceInstance REV. KingServer H5
`NeverMore Posted December 27, 2012 Author Posted December 27, 2012 Now what do I noticed this look saying my game server when start >>>>> Class not found L2ApprearanceInstance did you apply the java part ?
nery Posted December 27, 2012 Posted December 27, 2012 like you put in there http://pastebin.com/vV4NcY9G not let missing anything where I have gone wrong??
`NeverMore Posted December 27, 2012 Author Posted December 27, 2012 like you put in there http://pastebin.com/vV4NcY9G not let missing anything where I have gone wrong?? it seems that you did not add +++ java/com/l2jserver/gameserver/model/actor/instance/L2AppearanceInstance.java
nery Posted December 27, 2012 Posted December 27, 2012 in my path is this or am I wrong?? C:\workspace\ProjetokingserverBR\Server\java\king\server\gameserver\model\actor\instance\L2AppearanceInstance.java
nery Posted December 27, 2012 Posted December 27, 2012 no friend can not help me? nen if you know where the error is not possible to adapt is not for H5???
Napster321 Posted January 5, 2013 Posted January 5, 2013 Really nice share it works on freya but needs some changes
KriminalMind Posted January 13, 2013 Posted January 13, 2013 I'm just learning to programming in general, and I have some problem when I compile my project in Eclipse when I modify L2AppearenceInstance.java: C:\Documents and Settings\Eric\workspace\XXX\CORE\java\com\XXX\gameserver\model\actor\instance\L2AppearanceInstance.java:151: error: cannot find symbol [javac] player.getParty().broadcastToPartyMembers(player, PartySmallWindowDeleteAll.STATIC_PACKET); [javac] ^ [javac] symbol: variable STATIC_PACKET [javac] location: class PartySmallWindowDeleteAll [javac] C:\Documents and Settings\Eric\workspace\XXX\CORE\java\com\XXX\gameserver\model\actor\instance\L2AppearanceInstance.java:152: error: cannot find symbol [javac] for (L2PcInstance member : player.getParty().getMembers()) [javac] ^ [javac] symbol: method getMembers() [javac] location: class L2Party [javac] 2 errors What I need to do to make my project work? Thank You :) PS: My project is an H5 Patch, and I'm trying to learn to modify Lineage 2 Project by an existing project, Lineage II Endure (I like its customs ^_^), then...mine is not an L2J Project based.
KriminalMind Posted January 13, 2013 Posted January 13, 2013 Ok I solved last problem I posted up... But now, I can compile everithing, but when I enter in game with my character, this one spawn in the middle of the water...and log error is this: gen 13, 2013 8:40:52 PM com.end.gameserver.model.actor.instance.L2PcInstance restore SEVERE: Failed loading character. java.sql.SQLException: Column 'pccafe_points' not found. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927) at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1144) at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2815) at com.mchange.v2.c3p0.impl.NewProxyResultSet.getInt(NewProxyResultSet.java:2573) at com.end.gameserver.model.actor.instance.L2PcInstance.restore(L2PcInstance.java:7815) at com.end.gameserver.model.actor.instance.L2PcInstance.load(L2PcInstance.java:1272) at com.end.gameserver.network.L2GameClient.loadCharFromDisk(L2GameClient.java:587) at com.end.gameserver.network.clientpackets.CharacterSelect.runImpl(CharacterSelect.java:115) at com.end.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62) at com.end.gameserver.network.L2GameClient.run(L2GameClient.java:1095) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) What is wrong? Thank You :)
`NeverMore Posted January 13, 2013 Author Posted January 13, 2013 Ok I solved last problem I posted up... But now, I can compile everithing, but when I enter in game with my character, this one spawn in the middle of the water...and log error is this: gen 13, 2013 8:40:52 PM com.end.gameserver.model.actor.instance.L2PcInstance restore SEVERE: Failed loading character. java.sql.SQLException: Column 'pccafe_points' not found. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927) at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1144) at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2815) at com.mchange.v2.c3p0.impl.NewProxyResultSet.getInt(NewProxyResultSet.java:2573) at com.end.gameserver.model.actor.instance.L2PcInstance.restore(L2PcInstance.java:7815) at com.end.gameserver.model.actor.instance.L2PcInstance.load(L2PcInstance.java:1272) at com.end.gameserver.network.L2GameClient.loadCharFromDisk(L2GameClient.java:587) at com.end.gameserver.network.clientpackets.CharacterSelect.runImpl(CharacterSelect.java:115) at com.end.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62) at com.end.gameserver.network.L2GameClient.run(L2GameClient.java:1095) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) What is wrong? Thank You :) Column 'pccafe_points' not found.
KriminalMind Posted January 13, 2013 Posted January 13, 2013 I seen in the database, in "characters" table, and pccafe_points is there! pccofe_points type(int) lenght(6) decimal(0) allow null signed Where log files means to go to see for that problem? Sorry for my ignorance, I'm just learning...
nery Posted January 23, 2013 Posted January 23, 2013 I can not later add this mode no error in the eclypse but by the time the gameserver ta rising every time it says Class not found L2AppearanceInstance , but rather the added ja gameserver/model/actor/instance/L2AppearanceInstance.java will be where you have to turn yet?
nery Posted January 23, 2013 Posted January 23, 2013 @ Never Its place to have some char item for him to perform the action?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now