Jump to content

ESTEBAN2010

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About ESTEBAN2010

Profile Information

  • Gender
    Not Telling

ESTEBAN2010's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Up I too have the same problem, can you help please? ************** IdFactory: Free ObjectID's remaining: 1878978946 TvTEventEngine[TvTManager.TvTManager()]: Started. GameServer Started, free memory 639 Mb of 1016 Mb Connecting to login on 127.0.0.1:9014 Maximum Numbers of Connected Players: 200 Server Loaded in 171 seconds Telnet server is currently disabled. Registered on login as Server 1 : Bartz Loading GameServer Configuration Files... Loading mmo.properties GM: ***** issued shutdown command. restarting in 60 seconds! GM shutdown countdown is over. restarting NOW! All ThreadPools are now stoped GM restart received. Restarting NOW! RaidBossSpawnManager: All raidboss info saved!! GrandBossManager: All Grand Boss info saved!! ************* Then it remains blocked :'(
  2. To remove an item special: DELETE FROM items WHERE item_id = ID_ITEM AND owner_id = ID_CHARACTER; To remove several items: DELETE FROM items WHERE item_id IN (ID_ITEM1, ID_ITEM2,....) AND owner_id = ID_CHARACTER; To delete everything a player has: DELETE FROM items WHERE owner_id = ID_CHARACTER; and even stronger DELETE FROM items WHERE owner_id = (SELECT obj_Id FROM characters WHERE name = 'NAME_PERSO'); To remove just the inventory and not what he wears or the warehouse must be added to each query : AND loc = 'INVENTORY'; _________________ ;)
  3. Hi Is there a DataPack of infinitel2 ? because it's a very good faction server. Thanks ;)
  4. Hello, i have a probleme: the l2jdb of pack crash my easyphp 2.0b1 File log error: 090701 21:28:47 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... 090701 21:28:48 InnoDB: Starting log scan based on checkpoint at InnoDB: log sequence number 0 127391599. InnoDB: Doing recovery: scanned up to log sequence number 0 127391599 InnoDB: Last MySQL binlog file position 0 8526740, file name .\mysql-bin.000523 090701 21:28:48 InnoDB: Started; log sequence number 0 127391599 090701 21:28:48 [Note] Recovering after a crash using mysql-bin 090701 21:28:48 [Note] Starting crash recovery... 090701 21:28:48 [Note] Crash recovery finished. 090701 21:28:48 [Note] C:\PROGRA~1\EASYPH~1.0B1\MySql\bin\mysqld.exe: ready for connections. Version: '5.0.27-community-log' socket: '' port: 3306 MySQL Community Edition (GPL) Please help me, thanks.
  5. Very great share ;) humm I have a problem, receiving email does not work for me, why ? help me please, thanks ;)
×
×
  • 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