Jump to content

Mhoska

Legendary Member
  • Posts

    835
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Mhoska

  1. wtf r u talking about. + //for hopzone + if (inputLine.contains("moreinfo_total_rank_text")) + return Integer.valueOf(inputLine.split(">")[2].replace("</div", "")) :/ the whole hopzone web change and the template this doesnt work anymore :)
  2. this doesnt work anymore after the whole hopzone change.
  3. i got the epilogue version for gracia epilogue can share it for free
  4. this is not the [Request] Dev Help [L2J] zone this is the [share] section :D should read the rules
  5. does this still working after the hopzone change? i didnt test it but i dont think that this still working :D
  6. im agree with you, looks nice but i cant use it cuz i dont know where everything goes. i know that a lil part goes to mods.properties antoher to voicehandlers but i dont know where to add this public static boolean ENABLE_CUSTOM_SPAWNX; public static int WAIT_MINUTES_TO_TP_BACK; public static int CUSTOM_SPAWNX; public static int CUSTOM_SPAWNY; public static int CUSTOM_SPAWNZ; public static int CUSTOM_SPAWNBX; public static int CUSTOM_SPAWNBY; public static int CUSTOM_SPAWNBZ; ENABLE_CUSTOM_SPAWNX = Boolean.valueOf(otherSettings.getProperty("AllowCustomFarm", "False")); WAIT_MINUTES_TO_TP_BACK = Integer.parseInt(otherSettings.getProperty("WaitMinsToTpBack", "15")); CUSTOM_SPAWNX = Integer.parseInt(otherSettings.getProperty("CustomSpawnX", "-44836")); CUSTOM_SPAWNY = Integer.parseInt(otherSettings.getProperty("CustomSpawnY", "-112524")); CUSTOM_SPAWNZ = Integer.parseInt(otherSettings.getProperty("CustomSpawnZ", "-235")); CUSTOM_SPAWNBX = Integer.parseInt(otherSettings.getProperty("CustomSpawnBX", "-44836")); CUSTOM_SPAWNBY = Integer.parseInt(otherSettings.getProperty("CustomSpawnBY", "-112524")); CUSTOM_SPAWNBZ = Integer.parseInt(otherSettings.getProperty("CustomSpawnBZ", "-235")); can you xplain me that part? D:
  7. thx to unafraid for unhiding :D but he should hide that xD
  8. yes i try to do it like you put it on your guide but it gave me this error so i just install each thing without lamp and it works just fine now thanks for your guide :D gracias bigboss :D
  9. hey guys i got a dedicated server a couple hours ago after i finish the whole installation (mysql, jdk 7, apache, phpmyadmin) etc i could make to install the db but im getting this wierd error can someone helpme with it? :D loading login config L2Properties: Missing property for key - DatapackRoot Loading mmo.properties MLog clients using java 1.4+ standard logging. Initializing c3p0-0.9.2-pre1 [built 27-May-2010 01:00:49 -0400; debug? true; trace: 10] Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ java.beans.IntrospectionException: java.lang.reflect.InvocationTargetException [numThreadsAwaitingCheckoutDefaultUser] ] FATAL: Failed initializing database. Reason: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:119) at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:143) at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:132) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAutomaticTestTable(C3P0PooledConnectionPoolManager.java:866) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooledConnectionPool(C3P0PooledConnectionPoolManager.java:789) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0PooledConnectionPoolManager.java:298) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0PooledConnectionPoolManager.java:312) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128) at com.l2jserver.L2DatabaseFactory.<init>(L2DatabaseFactory.java:95) at com.l2jserver.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:202) at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:113) at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:60) Caused by: java.net.ConnectException: Conexión rehusada at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:337) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:198) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391) at java.net.Socket.connect(Socket.java:579) at java.net.Socket.connect(Socket.java:528) at java.net.Socket.<init>(Socket.java:425) at java.net.Socket.<init>(Socket.java:241) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 24 more
  10. Hey Guys i got a question and i dont know where to do it does someone have a web or sumthing for lineage II Quest doing? :D
  11. be more specific about what do you want the Dev know or what do you want to do :)
  12. ppl with 7 post saying thanks.... so i'll try this on highfive to see if it works :D also thnks 4 share :D
  13. i know this is the greek section but thnks it works on highfive too D:
  14. as the tittle say someone have a good geodata+pathnode for highfive? i know there isnt much change but the highfive olymps with no geodata sucks plz dont say USE SEARCH cuz i've already did that.
  15. does anyone here have this geodata for highfive? :D cuz there isn't geodata on highfive olymps with this one
  16. i like blackberry just for the bbm but now with the IMessage i think that apple is better, also if you wanna a phone for more than talking to ppl use any android phone :D
  17. T__T im asking WHYY, my account will get banned? if is that the case ill stop using wallhacks xdd
×
×
  • Create New...