Jump to content

Recommended Posts

Posted

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

Posted

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

  • 2 weeks later...
  • 2 weeks later...
Posted

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.

Posted

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 :)

Posted

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.

Posted

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...

  • 2 weeks later...
Posted

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?

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • I wouldn't expect something less, since you work with Psadek (or I maybe mistake you with NightW0lf from itopz, in that case soz) Let's throw rocks at Java Golds and elevate "original L2OFF Golds", no?
    • We are delighted to announce our partnership with the leading resource, Active Anticheat, specializing in protection against bot programs, clickers, and additional modules for the game client that enhance the experience for both you and the players!   When you purchase Active Anticheat for our product, you will also receive a $50 discount.   Here's a brief overview of the features of Active Anticheat: Best protection against bots, including private and premium versions. Window limitation. HWID spoofing protection. Virtual machine protection. File hash protection for client files, preventing players from modifying them (e.g., interface files). Encryption of any game files. Integration with Discord to attract new players! Additional plugins: - Window with saved player logins/passwords. Players no longer need to enter them every time! - HWID sending to the game server. - Game window optimizer for quick switching. - Background FPS adjustment. - Window name customization in the format "%character_name% - %server_name%". - Ctrl+C/V permission. - Login and password saving (for Interlude -> High Five). - Launching the browser via server packets. - Launching interface events via server packets. - Interlude: fixing a known game bug (History: UpdateAnimation <- AActor::Tick <- TickAllActors <- ULevel::Tick <- (NetMode=0) <- TickLevel <- UGameEngine::Tick <- UpdateWorld <- MainLoop). - Interlude: debuff feature. 9) All of this is available without modifying the game server code (some plugins may require minor changes). Take note of newest plugin, which is highly useful: Guides section
    • The Lucera2 Multiprotocol is an advanced server branch for Lineage 2 that enables seamless support for multiple client versions on a single server instance. This allows players to connect and play using either the legacy (old) client or the newer Classic client simultaneously, without any compatibility issues or loss of functionality. Key Benefits Dual Client Support: Both the old Interlude client and Classic: Secret of Empire 2.6 client can run concurrently on the same server. All features from the Classic client (e.g., enhanced UI, new mechanics) remain fully available, while the old client retains its alternative features (e.g., simplified interfaces for lower-end hardware). Expanded Player Base: Ideal for regions with limited access to modern gaming setups, as it accommodates a wider range of devices and preferences, merging Legacy and Classic communities into one forum section for unified discussions. No Functionality Gaps: Extensive testing ensures zero disruptions—players on either client experience complete game integrity, including quests, PvP, raids, and custom Lucera2 subsystems. You can fully test and explore all aspects of Multiprotocol on the dedicated Test Server. Supported Protocols C6 (Old Client): Protocol versions 740–770. Classic Client (Secret of Empire 2.6): Protocol versions 166–192.
    • Connect to the server you need to >>>download<<< game client launch from /system_en/. Login server setup on auto registration, admin rights in game by default . Or you can use a patch specifying the l2.ini Connect to address classic.lucera2.com if you already have a game client Download updated patch All major/minor subsystems operate in a proper view. Absolutely ready to combat the server.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock