Sorry for wrong section !
Please help me delete !
Thanks !
Printable View
Sorry for wrong section !
Please help me delete !
Thanks !
#MOVED to help section!
clean sro_vt_shard
Code:truncate table _GuildChest
DELETE FROM _Guild WHERE ID > 0
delete from _AlliedClans where ID > 0
truncate table _GuildMember
truncate table _SiegeFortressStoneState
truncate table _SiegeFortressRequest
truncate table _SiegeFortressObject
truncate table _SiegeFortressItemForge
truncate table _SiegeFortressBattleRecord
truncate table _SiegeFortressStruct
delete from _SiegeFortress
truncate table _OpenMarket
truncate table _CharSkill
truncate table _CharSkillMastery
truncate table _BlockedWhisperers
truncate table _Inventory
truncate table _InventoryForAvatar
truncate table _InventoryForLinkedStorage
truncate table _TrainingCampMember
truncate table _TrainingCampSubMentorHonorPoint
truncate table _TrainingCampHonorRank
truncate table _TrainingCampBuffStatus
delete from _TrainingCamp
truncate table _StaticAvatar
truncate table _User
truncate table _Friend
truncate table _Memo
truncate table _TimedJob
truncate table _CharTrijobSafeTrade
delete from _CharTrijob
truncate table _InvCOS
delete from _CharCOS where ID > 0
delete from _Char where charid > 0
truncate table _Chest
truncate table _ChestInfo
truncate table _ItemPool
delete from _Items where ID64 > 0
delete from _AccountJID
update _AlliedClans set Ally1 = 0, Ally2 = 0, Ally3 = 0, Ally4 = 0, Ally5 = 0, Ally6 = 0, Ally7 = 0, Ally8 = 0
truncate table _GuildWar
truncate table _CharNameList
truncate table _CharQuest
truncate table _ClientConfig
truncate table _DeletedChar
DELETE FROM _CharAlchemy_MK_Recipe
DELETE FROM _TradeBagInventory
DELETE FROM _TradeEquipInventory
I want to TRUNCATE _Char not DELETE because I want Char ID start from 1 not 7xxx (old ID)