Jump to content

liquid_ice

Members
  • Posts

    97
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About liquid_ice

Profile Information

  • Gender
    Not Telling

liquid_ice's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. sorry for a double post..i ran those .diff files as a patch and many of them have errors...i use L2J Interlude
  2. thanks alot man..well lets hope this can be done.. also u know if its also possible to make the item open the gatekeeper and teleport you? sorry for so many questions but i just have many ideas that require java and i suck at it
  3. sucks that i cant open multisells...so every shop has to be by trade sql's?. do you know if that voice command when u do .market it can open multisells too?¿
  4. but the thing is, i kinda want it to open multisells...i click on the item, the main html pops up but when i click to buy(accessing a multisell) nothing happens.
  5. thanks cobra. but im kind of a java noob. can you explain to me in where i have to add this. u said in requestbypasstoserver but in which lines...at the end..beginning..thanks alot.
  6. Hi everyone. Well, I was wondering to the people that know java out there, I wanted to make an item that opens a gm shop. So far i made the item, it opens the HTML but when i click on the buy/sell, it doesnt do anything, the chat box just closes and nothing happens. Thanks LiquidIce
  7. ok man thanks for the help..but now i have an idfactory error. here it is: BitSet ID Factory could not be initialized correctly com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'charI d' in 'field list' at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.Util.getInstance(Util.java:381) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3515) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3447) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1951) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2101) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2548) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1605) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1524) at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStat ement.java:64) at net.sf.l2j.gameserver.idfactory.IdFactory.extractUsedObjectIDTable(Id Factory.java:239) at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFa ctory.java:81) at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactor y.java:68) at net.sf.l2j.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:109 ) at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:186) at net.sf.l2j.gameserver.GameServer.main(GameServer.java:540) IDFactory: 102912 id's available. Could not read object IDs from DB. Please Check Your Data. Exception in thread "main" java.lang.Exception: Could not initialize the ID fact ory at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:191) at net.sf.l2j.gameserver.GameServer.main(GameServer.java:540) and this is whats inside my idfactory.properties file # --------------------------------------------------------------------------- # ID Factory Settings # --------------------------------------------------------------------------- # Warning: # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server. # --------------------------------------------------------------------------- # --------------------------------------------------------------------------- # Standard Settings # --------------------------------------------------------------------------- # Allows selection of new Classes for storage of World Objects. # This may help servers with large amounts of players receiving error messages related to the L2ObjectHashMap and L2ObejctHashSet classes. # # By default it uses the new method, to use the old classes add the comment tag at the front of each of the following two lines. L2Map = WorldObjectMap L2Set = WorldObjectSet # Tell server which IDFactory Class to use: # Compaction = Original method # BitSet = One non compaction method # Stack = Another non compaction method # Default: BitSet IDFactory = BitSet # Check for bad ids in the database on server boot up. # Much faster load time without it, but may cause problems. # Default: True BadIdChecking = True
  8. yeah i know that already. i know how to make a server. what i dont know is what i do after compiled.. i compiled the l2jserver.jar file, placed it inside the gameserver folder and i get the error thats AFTER that hexid error.
  9. Using Interlude Datapack provided in the SVN and the Nightlies. Hey guys. Well i'm really new at this compiling with eclipse and i kind of hit a brick wall. I'm trying to compile an Interlude server using the SVN's from L2JDP (GS and DP), after compiled with ant build, i put the stuff in its folder and where it all belongs but nothing loads, I keep getting communication errors. Here's the GameServer error when started Starting L2J Game Server. Loading GameServer Configuration Files... Could not load HexID file (./config/hexid.txt). Hopefully login will give us one . MLog clients using java 1.4+ standard logging. Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10] Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ java.beans .IntrospectionException: java.lang.reflect.InvocationTargetException [numThreads AwaitingCheckoutDefaultUser] ] Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.CommunicationsExcepti on: Communications link failure Last packet sent to the server was 0 ms ago. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1 074) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2120) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:723) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java :282) at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManag erDataSource.java:119) at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti on(WrapperConnectionPoolDataSource.java:143) at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti on(WrapperConnectionPoolDataSource.java:132) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAu tomaticTestTable(C3P0PooledConnectionPoolManager.java:772) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooled ConnectionPool(C3P0PooledConnectionPoolManager.java:696) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0 PooledConnectionPoolManager.java:257) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0 PooledConnectionPoolManager.java:271) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(A bstractPoolBackedDataSource.java:128) at net.sf.l2j.L2DatabaseFactory.<init>(L2DatabaseFactory.java:96) at net.sf.l2j.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:185) at net.sf.l2j.gameserver.GameServer.main(GameServer.java:539) Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communicatio ns link failure Last packet sent to the server was 0 ms ago. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1 074) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:335) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2043) ... 20 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja va:253) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:284) ... 21 more Server terminated abnormaly server terminated Presione una tecla para continuar . . .
  10. Sorry I placed this in the wrong section and cant delete it. Sorry.
  11. well i dont think there is because there's no animation created for a character flying on a Fufarion.
  12. @Nakamoura, did you make sure that you added all the required information to the System files? Like Itemname-e.dat, armorgrp,weapongrp. Thats pretty much all thats needed for players to see the custom items, if they can't see them, tell them to make sure all the files are in their place.
  13. That's what I said, why are you repeating it?
  14. My reply wasn't directed at you, it was directed at the thread creator, in this case, Nakamoura.
  15. There are various way to summon it, the best is finding an empty item that has no function in the game, go into your gameserver\data folder, open summon_items.xml with notepad and add a new line like this one <item id="EMPTY ITEM ID"> <npcid val="NPC ID"/> <summonType val="2"/> <!-- 2 because its a wyvern --> </item> summonTypes are the following summonType: 0 = static, 1 = pet, 2 = wyvern Restart the server, summon the item in your inventory and right-click it.
×
×
  • Create New...