we all "or alot of us :P " suffer from lag or crash of CaptainHerlock.exe .
I have some tips I found them myself ,,, and made a lot of difference
first of all , back up your database "I didn't :P " .
Then close your server "if working "
First Tip "cleaning up dumb items "
** " you may do this more than one time " I recommend do it before open your server every time .
- open your SQL .
- open Telescar .
- open table .
- go to dbo.item
- open edit rows
- u will see alot of rows ,
- go to owner_id
- Delete every row have value 0 at owner_id and stop if you see the value - changed to 1 or more
or simply execute this code :
thanks trusted1234 for the code :PQuote:
DELETE FROM [Telecaster].[dbo].[Item]
WHERE owner_id=0
GO
Quote:
ou should really backup your db first, because if you use this
it will also empty everything in the warehouses (storage)Code:DELETE FROM [Telecaster].[dbo].[Item] WHERE owner_id=0
=)
Second tip "Cleaning all buffs from all players " :
" you may do this more than one time " I recommend do it before open your server every time .
- open your SQL .
- open Telescar .
- open table .
- open dbo.state
- open edit rows
- Delete all rows .
or just execute this code :
thanks again trusted1234 for the code :PQuote:
DELETE FROM [Telecaster].[dbo].[State]
GO
Third Tip :
- Close Your Anti Virus
Fourth Tip :
- Close your firewall .
Fifth Tip :
- Close all unneeded programs .
Sixth Tip :
- Close all unneeded windows services " not recommended if u don't know "
Eightieth Tip :
- Clean AutoAuctionResource from db .
just execute this code :
Last Tip :Quote:
DELETE FROM [Telecaster].[dbo].[AutoAuctionResource]
GO
- if all of these are not woking , just restore your db .
Other Tips .......
Give us your tips to add them here .
Best Wishes
TSK






