الموقع العربي الاول للعبة Silkroad Online

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم الاسئلة و الاستفسارات لعمل السيرفرات الخاصة (https://silkroad4arab.com/vb/forumdisplay.php?f=226)
-   -   كيفيه ازاله جميع الاكوانتات الي في ال DB (https://silkroad4arab.com/vb/showthread.php?t=592401)

saksak 27-09-2015 02:49 AM

كيفيه ازاله جميع الاكوانتات الي في ال DB
 
كيفيه ازاله جميع الاكوانتات الي في ال DB

Msh Mohm 27-09-2015 05:00 AM

رد: كيفيه ازاله جميع الاكوانتات الي في ال DB
 
استخدم الـ qury ده
هتفتح SQL و هتيجى عند اللى اسمه SRO_VT_ACCOUNT
و Click لمين و New Query
و حط الكلام ده و دوس Execute
كود PHP:

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_SHARD و تختار New Query
و خد الكلام ده كوبى و بيست فى ال New Query و بردو دوس Execute
كود PHP:

USE SRO_VT_SHARD 
GO 
truncate table _CharSkill 
truncate table _CharSkillMastery 
truncate table _GuildMember 
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 

delete from _Char where charid 

truncate table _Chest 
truncate table _ChestInfo 
truncate table _ItemPool 
delete from _Items where ID64 

delete from _AccountJID 
truncate table _GuildChest 
update _AlliedClans set Ally1 
0Ally2 0Ally3 0Ally4 0Ally5 0Ally6 0Ally7 0Ally8 
truncate table _GuildWar 
delete from _Guild where ID 

delete from _AlliedClans where ID 

truncate table _CharNameList 
truncate table _CharQuest 
truncate table _ClientConfig 
truncate table _DeletedChar 
truncate table _SiegeFortressStruct 
truncate table _SiegeFortressStoneState 
truncate table _SiegeFortressRequest 
truncate table _SiegeFortressObject 
truncate table _SiegeFortressItemForge 
truncate table _SiegeFortressBattleRecord 
delete from _SiegeFortress 
truncate table _OpenMarket 


Mando1995 28-09-2015 01:43 AM

رد: كيفيه ازاله جميع الاكوانتات الي في ال DB
 
اقتباس:

المشاركة الأصلية كتبت بواسطة Msh Mohm (المشاركة 5224557)
استخدم الـ qury ده
هتفتح SQL و هتيجى عند اللى اسمه SRO_VT_ACCOUNT
و Click لمين و New Query
و حط الكلام ده و دوس Execute
كود PHP:

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_SHARD و تختار New Query
و خد الكلام ده كوبى و بيست فى ال New Query و بردو دوس Execute
كود PHP:

USE SRO_VT_SHARD 
GO 
truncate table _CharSkill 
truncate table _CharSkillMastery 
truncate table _GuildMember 
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 

delete from _Char where charid 

truncate table _Chest 
truncate table _ChestInfo 
truncate table _ItemPool 
delete from _Items where ID64 

delete from _AccountJID 
truncate table _GuildChest 
update _AlliedClans set Ally1 
0Ally2 0Ally3 0Ally4 0Ally5 0Ally6 0Ally7 0Ally8 
truncate table _GuildWar 
delete from _Guild where ID 

delete from _AlliedClans where ID 

truncate table _CharNameList 
truncate table _CharQuest 
truncate table _ClientConfig 
truncate table _DeletedChar 
truncate table _SiegeFortressStruct 
truncate table _SiegeFortressStoneState 
truncate table _SiegeFortressRequest 
truncate table _SiegeFortressObject 
truncate table _SiegeFortressItemForge 
truncate table _SiegeFortressBattleRecord 
delete from _SiegeFortress 
truncate table _OpenMarket 


+1

Hamza FiGo 29-09-2015 02:32 AM

رد: كيفيه ازاله جميع الاكوانتات الي في ال DB
 
تمام يغلق مع اختيار افضل اجابة

##


الساعة الآن 07:46 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.