Jump to content

Akken

Members
  • Posts

    1,139
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Akken

  1. bah i will post my db so if someone tell me the correct ones and here is my sql code DELETE FROM accounts; DELETE FROM characters; DELETE FROM auction_bid; DELETE FROM auction_watch; DELETE FROM augumentations; DELETE FROM characters_custom_data; DELETE FROM character_friends; DELETE FROM character_hennas; DELETE FROM character_macroses; DELETE FROM character_offline_trade; DELETE FROM character_offline_trade_items; DELETE FROM character_quests; DELETE FROM character_raid_points; DELETE FROM character_recipebook; DELETE FROM character_recommends; DELETE FROM character_subclasses; DELETE FROM clan_data; DELETE FROM clan_notices; DELETE FROM clan_privs; DELETE FROM clan_skills; DELETE FROM clan_subpledges; DELETE FROM clan_wars; DELETE FROM heroes; DELETE FROM itemsonground; DELETE FROM pkkills;
  2. this error is fixed now i get scripts errors if you need the error tell me
  3. heroes; itemsonground; pkkills; rebirth_manager; accounts; characters; auction_bid; auction_watch; augumentations; characters_custom_data; character_friends; character_hennas; character_macroses; character_offline_trade; character_offline_trade_items; character_quests; character_raid_points; character_recipebook; character_recommends; character_subclasses; clan_data; clan_notices; clan_privs; clan_skills; clan_subpledges; clan_wars;
  4. when i wipe i get some errors like so if someone can give me the correct l2jfrozen db tables to empty this will be solved Error loading minion data: java.lang.NullPointerException ================================================================-[ Characters LevelUpData: Loaded 89 Character Level Up Templates. HennaTable: Loaded 180 Templates. HennaTreeTable: Loaded 7128 Henna Tree Templates. Helper Buff Table: Loaded 14 Templates. ====================================================-[ Geodata - Path Finding Geo Engine: - Loading Geodata... PathFinding Engine: - Loading Path Nodes... ===================================================================-[ Economy TradeController: Loaded 578 Buylists. TradeController: Loaded 120 Limited Buylists. TradeController: Loaded 0 Custom Buylists. ================================================================-[ Clan Halls Initializing ClanHallManager java.lang.NullPointerException Initializing AuctionManager at com.l2jfrozen.gameserver.model.entity.ClanHall$FeeTask.run(ClanHall ava:692) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sour ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Loaded: 20 auction(s) java.lang.NullPointerException at com.l2jfrozen.gameserver.model.entity.ClanHall$FeeTask.run(ClanHall ava:692) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sour ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.NullPointerException at com.l2jfrozen.gameserver.model.entity.ClanHall$FeeTask.run(ClanHall ava:692) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sour ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.NullPointerException at com.l2jfrozen.gameserver.model.entity.ClanHall$FeeTask.run(ClanHall ava:692) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sour ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Exception: Auction.initNPC(): Duplicate entry 'ClanHall-33-0' for key 'PRIMARY com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Du icate entry 'ClanHall-33-0' for key 'PRIMARY' at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Metho at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Sourc at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown S 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:1015) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1957) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2107) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2648) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement. va:2086) at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:136 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxy eparedStatement.java:989) at com.l2jfrozen.gameserver.managers.AuctionManager.initNPC(AuctionMan er.java:224) at com.l2jfrozen.gameserver.managers.ClanHallManager.load(ClanHallMana r.java:119) at com.l2jfrozen.gameserver.managers.ClanHallManager.<init>(ClanHallMa ger.java:62) at com.l2jfrozen.gameserver.managers.ClanHallManager.getInstance(ClanH lManager.java:48) at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:283) java.lang.NullPointerException at com.l2jfrozen.gameserver.model.entity.ClanHall$FeeTask.run(ClanHall ava:692) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sour ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.NullPointerException at com.l2jfrozen.gameserver.model.entity.ClanHall$FeeTask.run(ClanHall ava:692) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sour ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.NullPointerException at com.l2jfrozen.gameserver.model.entity.ClanHall$FeeTask.run(ClanHall ava:692) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sour ) at java.util.concurrent.ThreadPoolExecutor$Worker.run..
  5. in gameserver console errors of mysql.. cannot read BidID but i know.. i know the tables just cause of errors i wonder what i made wrong i solve it.. mysql server (the new one) loses all the time the connection on local host.. idk why.. changed it and all allright.. if something comes up with the issue i will feedback (private source thats why i dont wrote pack and sorry its for IL)
  6. already done those so i guess its a mysql server error... so close topic ^^
  7. i wanna make wipe to characters data only so specify me the exact files i wipe some of them and then i got an error maybe is my sql server cause is the new one.. so... i must know the exact files
  8. Akken

    Help meee

    i need someone to send me 1 euro on paypal its so much important if you can ... pm me for email adress :poker face:
  9. Rates: x50 Min: 3 Max: 10 Rate: 50% normal Blessed: 75% only from big raids Customs: Apella (Farmable items like apella coins ) that need for apella and make 1 only spoil zone for mats so you will need a dwarf to make that armor ( dont add imba stats) Buffs: 24 ofc Time: Retail except dance songs, make them 10-15 mins Farm Zone all possible retail zones Buffer ? just all lvl 1 let also support plays Boss free enter no quest Sub free Nobless just you will need 3 circlets (custom items from raid bosses to buy the letter) Add epic weapons not high stats a little better than normal obtainable from mini raids in all zones thats a server i will love to play
  10. <- adikite polu ta zipakia k t lete sompes oriste 1 p dn ine sompa teliki ekei ixe 80 xlm k ine 50ari kseftilisma tou fx490cc psoliasma apo supra lampropoulos dn pataei!!
  11. seriously want some bugs yeah then ofc lets tell you some : Heroic berseker must give -8 evasion here its not working : CoV doesnt restore life when casted as it should do :Check oly observer and match game , life and buffs sometimes doesnt apperas :Your scripts are unretail, You got some missing NPC on castles like guards etc on stutgard or wtf the castle called , and rune thats for now... oh and it loads with so much ram
  12. seriously its a ru pack and just rename and organize jar and configs lol check yourself again ;) its not l2j or l2jfree (as clean based)
  13. wtf? how you do it with yourself? :S
  14. find doAttack Method on pcinstance ( i guess) then is almost fine..) make a new boolean , write what you want to include and put it there
  15. Akken

    Drug Music

    too hardcore but well sound
  16. Akken

    Smite Account

    then go and take it lol
  17. Akken

    Smite Account

    hmmm why dont you make a topic on your own?
×
×
  • Create New...