Hoş Geldiniz! 👋

Tüm özelliklerimize erişmek için şimdi bize katılın. Kaydolup giriş yaptıktan sonra konu oluşturabilir, mevcut konulara yanıt gönderebilir, diğer üyelerinize itibar kazandırabilir, kendi özel mesajlaşma programınızı edinebilir ve çok daha fazlasını yapabileceksiniz. Aynı zamanda hızlı ve tamamen ücretsizdir, peki daha ne bekliyorsunuz?

Kayıt Ol

Query VSRO Database Temizleme Query [New]

Konu sahibi
Katılım
15 Temmuz 2019
Mesajlar
7,126
Puanları
9,044
Konum
Türkiye
Web sitesi
srozone.net
SRO_VT_ACCOUNT

SQL:
USE [SRO_VT_ACCOUNT]
GO
TRUNCATE TABLE [dbo].[TB_User]
TRUNCATE TABLE [dbo].[TB_User_Bak]
TRUNCATE TABLE [dbo].[SK_CharRenameLog]
TRUNCATE TABLE [dbo].[_Punishment]
TRUNCATE TABLE [dbo].[_ServiceManagerLog]
TRUNCATE TABLE [dbo].[Test_HN]
TRUNCATE TABLE [dbo].[_BlockedUser]
TRUNCATE TABLE [dbo].[_CasGMChatLog]
TRUNCATE TABLE [dbo].[_Notice]
TRUNCATE TABLE [dbo].[_SMCLog]
TRUNCATE TABLE [dbo].[QuaySoEpoint]
TRUNCATE TABLE [dbo].[SK_ITEM_GuardLog]
TRUNCATE TABLE [dbo].[SK_ItemSaleLog]
TRUNCATE TABLE [dbo].[SK_PackageItemSaleLog]
TRUNCATE TABLE [dbo].[SK_PK_UpdateLog]
TRUNCATE TABLE [dbo].[SK_ResetSkillLog]
TRUNCATE TABLE [dbo].[SK_Silk]
TRUNCATE TABLE [dbo].[SK_SilkBuyList]
TRUNCATE TABLE [dbo].[SK_SilkGoods]
TRUNCATE TABLE [dbo].[SK_SubtractSilk_VAS]
TRUNCATE TABLE [dbo].[SR_ShardCharNames]
TRUNCATE TABLE [dbo].[TB_Net2e]
TRUNCATE TABLE [dbo].[TB_Net2e_Bak]
TRUNCATE TABLE [dbo].[tb_paygate_trans]

SRO_VT_LOG
SQL:
USE [SRO_VT_LOG]
GO
TRUNCATE TABLE [dbo].[_LogCashItem]
TRUNCATE TABLE [dbo].[_LogEventChar]
TRUNCATE TABLE [dbo].[_LogEventItem]
TRUNCATE TABLE [dbo].[_LogEventSiegeFortress]
TRUNCATE TABLE [dbo].[_LogSchedule]
TRUNCATE TABLE [dbo].[_LogServerEvent]

SRO_VT_SHARD
SQL:
USE [SRO_VT_SHARD]
GO
truncate table _CharSkill
truncate table _CharSkillMastery
truncate table _GuildMember
truncate table _BlockedWhisperers
truncate table _OpenMarket
truncate table _Inventory
truncate table _InventoryForAvatar
truncate table _InventoryForLinkedStorage
truncate table _TrainingCampMember
truncate table _TrainingCampSubMentorHonorPoint
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
truncate table _GuildChest
update _AlliedClans set Ally1 = 0, Ally2 = 0, Ally3 = 0, Ally4 = 0, Ally5 = 0, Ally6 = 0, Ally7 = 0, Ally8 = 0
truncate table _GuildWar
delete from _Guild where ID > 0
delete from _AlliedClans where ID > 0
truncate table _CharNameList
truncate table _CharQuest
truncate table _ClientConfig
truncate table _DeletedChar
truncate table _SiegeFortressStoneState
truncate table _SiegeFortressRequest
truncate table _SiegeFortressObject
truncate table _SiegeFortressItemForge
truncate table _SiegeFortressBattleRecord
delete from _SiegeFortress

Maxiguard Veri Tabanı Temizle
SQL:
USE MaxiGuard_User
GO

TRUNCATE TABLE    _AvailableIcons
TRUNCATE TABLE    _AvailableTitles
TRUNCATE TABLE    _BattleArenaList
TRUNCATE TABLE    _BridgeCommands
TRUNCATE TABLE    _BridgeCommands_Planned
TRUNCATE TABLE    _CaptureTheFlagList
TRUNCATE TABLE    _CharChest
TRUNCATE TABLE    _CharChestLogs
TRUNCATE TABLE    _CharCustomTag
TRUNCATE TABLE    _CharCustomTitle
TRUNCATE TABLE    _CharIcon
TRUNCATE TABLE    _CharIconRightSide
TRUNCATE TABLE    _CharnameColor
TRUNCATE TABLE    _CharPinLock
TRUNCATE TABLE    _ChatBan
TRUNCATE TABLE    _ChatPCBan
TRUNCATE TABLE    _CommandLogs
TRUNCATE TABLE    _DynamicRank_Custom1
TRUNCATE TABLE    _DynamicRank_Custom2
TRUNCATE TABLE    _DynamicRank_Custom3
TRUNCATE TABLE    _DynamicRank_Custom4
TRUNCATE TABLE    _DynamicRank_Custom5
TRUNCATE TABLE    _DynamicRankJob_Hunter
TRUNCATE TABLE    _DynamicRankJob_Thief
TRUNCATE TABLE    _DynamicRankJob_Trader
TRUNCATE TABLE    _DynamicRankUnique
TRUNCATE TABLE    _GameServerCommands
TRUNCATE TABLE    _GameServerCommands_Planned
TRUNCATE TABLE    _GlobalBan
TRUNCATE TABLE    _GlobalLog
TRUNCATE TABLE    _LoginLogoutStatisticsExt
TRUNCATE TABLE    _LoginLogoutStatisticsExt_V2
TRUNCATE TABLE    _PCBan
TRUNCATE TABLE    _TitleColor
TRUNCATE TABLE    _UniqueKillLog
TRUNCATE TABLE    _UserSavedReverseLocations
TRUNCATE TABLE    hwidlist
TRUNCATE TABLE    hwidlist_V2


Tüm Char'lardaki Silkleri Temizle (Sil)
SQL:
UPDATE SRO_VT_ACCOUNT..SK_Silk SET silk_own=0    --Silk

UPDATE SRO_VT_ACCOUNT..SK_Silk SET silk_gift=0    --GiftSilk

UPDATE SRO_VT_ACCOUNT..SK_Silk SET silk_point=0 --SilkPoint
 
Son düzenleme:
  • Geri
    Üst