Jump to content

KriminalMind

Members
  • Posts

    54
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by KriminalMind

  1. Hi guys...my friend is making a new server based on substack system, and I want ask U a suggest: Which is the best combination of class+1 in a substack system on a server with the followers?

     

    Exp: 2x

    Chronicle: High Five

    PvP/PVM: pvm based, but I need a combo for oly game and war

    class based/mutant class: mutant class (all substack are possible)

     

    What do u think about? Which is the best combo for you?

     

    Thank You :)

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

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

  4. I only need to see how compile a .java file -.-

    1) I know how to do a website

    2) I know how to host server (I have a private server and I know how to up it)

    3) I am a 24 years old man, I'm a  physicist and I wake up every day at 6 a.m. to study and work, and probably my alarm clock is better then you, and maybe not only to wake up me every day :S

     

    You cannot spend 10 min of your life to show me how compile, no problem.

    I've only searched someone for a small help, this means that I will learn how to do by myself.

     

    Thank You.

×
×
  • Create New...