What db i need del to clear the owners in the game?
cuz i have reseted the server and i need all shops without owners and the castles too.
cuz i have reseted the server and i need all shops without owners and the castles too.
i am making a server, but i need start this with any information, and have shops and castles with hights prices, and i need del this, i have finded on cq_dynam.... do u have a query to clear all to standard?Quote:
do you mean want to reset your db with no body there..??
some DB must change it my.account to account.accountQuote:
DELETE from account.account;
If he uses that his shops will still be own by who every bought them... or gets the same id as the person who bought them and same with the castle plots. Don't think you can just DELETE from my.dynanpc without losing the castle plots, shop flags, legion door/pole/shield and the targets in the training grounds. Think its one of those things you got to do by hand only tool I know that will help you is the npc translation tool[when it writes the npc sql file replace cq_npc with cq_dynanpc... shhh;)]Quote:
here is it