Cần Pro Silkroad Chỉ Giáo Vài Bước
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Kết quả 1 đến 4 của 4
  1. #1
    Thành Viên
    Ngày tham gia
    Feb 2014
    Bài viết
    25
    Thanks
    1
    Thanked 13 Times in 4 Posts

    Cần Pro Silkroad Chỉ Giáo Vài Bước

    Các Pro Chỉ Giáo Mình Phát . Mình Cần Các Pro Chỉ Giáo cách Check Media.pk2 về Ip mình muốn . Và Cách Xoa Các Thông Tin Nhân Vật . Gulid . Nv ... Nói Chung là Làm sạch hết dữ liều liên quan đến accont trong data Shard . gọi là xóa hết thông tin cũ đi . thanks nhé .

    --- Chế độ gộp bài viết ---

    uppppppppppppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppp
    Khách viếng thăm hãy cùng trangham1 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. #2
    Đang tìm rau để chăn btbaotrung90's Avatar
    Ngày tham gia
    Mar 2009
    Đang ở
    Đây
    Bài viết
    881
    Thanks
    191
    Thanked 326 Times in 148 Posts

    Ðề: Cần Pro Silkroad Chỉ Giáo Vài Bước

    Query xóa dữ liệu cũ
    Code:
    USE [SRO_VT_SHARD]
    GO
    truncate table _OpenMarket
    print 'Cleaned _OpenMarket'
    truncate table _CharSkill
    print 'Cleaned _CharSkill'
    truncate table _CharSkillMastery
    print 'Cleaned _CharSkillMastery'
    truncate table _GuildMember
    print 'Cleaned _GuildMember'
    truncate table _BlockedWhisperers
    print 'Cleaned _BlockedWhisperers'
    truncate table _Inventory
    print 'Cleaned _Inventory'
    truncate table _InventoryForAvatar
    print 'Cleaned _InventoryForAvatar'
    truncate table _InventoryForLinkedStorage
    print 'Cleaned _InventoryForLinkedStorage'
    truncate table _TrainingCampMember
    print 'Cleaned _TrainingCampMember'
    truncate table _TrainingCampSubMentorHonorPoint
    print 'Cleaned _TrainingCampSubMentorHonorPoint'
    update _TrainingCampHonorRank set CampID = NULL, Rank = NULL
    print 'Cleaned _TrainingCampHonorRank'
    truncate table _TrainingCampBuffStatus
    print 'Cleaned _TrainingCampBuffStatus'
    delete from _TrainingCamp
    print 'Cleaned _TrainingCamp'
    truncate table _StaticAvatar
    print 'Cleaned _StaticAvatar'
    truncate table _User
    print 'Cleaned _User'
    truncate table _Friend
    print 'Cleaned _Friend'
    truncate table _Memo
    print 'Cleaned _Memo'
    truncate table _TimedJob
    print 'Cleaned _TimedJob'
    truncate table _CharTrijobSafeTrade
    print 'Cleaned _CharTrijobSafeTrade'
    delete from _CharTrijob
    print 'Cleaned _CharTrijob'
    truncate table _InvCOS
    print 'Cleaned _InvCOS'
    delete from _CharCOS where ID > 0
    print 'Cleaned _CharCOS'
    delete from _Char where charid > 0
    print 'Cleaned _Char'
    truncate table _Chest
    print 'Cleaned _Chest'
    truncate table _ChestInfo
    print 'Cleaned _ChestInfo'
    truncate table _ItemPool
    print 'Cleaned _ItemPool'
    delete from _Items where ID64 > 0
    print 'Cleaned _Items'
    delete from _AccountJID
    print 'Cleaned _AccountJID'
    update _AlliedClans set Ally1 = 0, Ally2 = 0, Ally3 = 0, Ally4 = 0, Ally5 = 0, Ally6 = 0, Ally7 = 0, Ally8 = 0
    print 'Cleaned _AlliedClans'
    truncate table _GuildWar
    print 'Cleaned _GuildWar'
    truncate table _CharNameList
    print 'Cleaned _CharNameList'
    truncate table _CharQuest
    print 'Cleaned _CharQuest'
    truncate table _ClientConfig
    print 'Cleaned _ClientConfig'
    truncate table _DeletedChar
    print 'Cleaned _DeletedChar'
    truncate table _SiegeFortressStoneState
    print 'Cleaned _SiegeFortressStoneState'
    truncate table _SiegeFortressRequest
    print 'Cleaned _SiegeFortressRequest'
    truncate table _SiegeFortressObject
    print 'Cleaned _SiegeFortressObject'
    truncate table _SiegeFortressItemForge
    print 'Cleaned _SiegeFortressItemForge'
    truncate table _SiegeFortressBattleRecord
    print 'Cleaned _SiegeFortressBattleRecord'
    update _SiegeFortressStruct SET OwnerGuildID = '0'
    print 'Cleaned _SiegeFortressStruct'
    UPDATE  _SiegeFortress SET GuildID = '0', TaxRatio = '0', Tax = '0', NPCHired = '0', Introduction = NULL, CreatedDungeonTime = NULL, CreatedDungeonCount = NULL
    print 'Cleaned _SiegeFortress'
    truncate table _CharNickNameList
    print 'Cleaned _CharNickNameList'
    truncate table _GPHistory
    print 'Cleaned _GPHistory'
    truncate table _GuildChest
    print 'Cleaned _GuildChest'
    delete from _Guild where ID > 0
    print 'Cleaned _Guild'
    delete from _AlliedClans where ID > 0
    print 'Cleaned _AlliedClans'
    Yeubxa comback [Only registered and activated users can see links. ]

  3. #3
    Thành Viên
    Ngày tham gia
    Feb 2014
    Bài viết
    25
    Thanks
    1
    Thanked 13 Times in 4 Posts

    Ðề: Cần Pro Silkroad Chỉ Giáo Vài Bước

    cu cho vao query srhad la tự động xoa hết ak cậu
    Khách viếng thăm hãy cùng trangham1 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  4. #4
    Thành Viên
    Ngày tham gia
    Feb 2014
    Bài viết
    25
    Thanks
    1
    Thanked 13 Times in 4 Posts

    Ðề: Cần Pro Silkroad Chỉ Giáo Vài Bước

    Trích dẫn Gửi bởi btbaotrung90 [Only registered and activated users can see links. ]
    Query xóa dữ liệu cũ
    Code:
    USE [SRO_VT_SHARD]
    GO
    truncate table _OpenMarket
    print 'Cleaned _OpenMarket'
    truncate table _CharSkill
    print 'Cleaned _CharSkill'
    truncate table _CharSkillMastery
    print 'Cleaned _CharSkillMastery'
    truncate table _GuildMember
    print 'Cleaned _GuildMember'
    truncate table _BlockedWhisperers
    print 'Cleaned _BlockedWhisperers'
    truncate table _Inventory
    print 'Cleaned _Inventory'
    truncate table _InventoryForAvatar
    print 'Cleaned _InventoryForAvatar'
    truncate table _InventoryForLinkedStorage
    print 'Cleaned _InventoryForLinkedStorage'
    truncate table _TrainingCampMember
    print 'Cleaned _TrainingCampMember'
    truncate table _TrainingCampSubMentorHonorPoint
    print 'Cleaned _TrainingCampSubMentorHonorPoint'
    update _TrainingCampHonorRank set CampID = NULL, Rank = NULL
    print 'Cleaned _TrainingCampHonorRank'
    truncate table _TrainingCampBuffStatus
    print 'Cleaned _TrainingCampBuffStatus'
    delete from _TrainingCamp
    print 'Cleaned _TrainingCamp'
    truncate table _StaticAvatar
    print 'Cleaned _StaticAvatar'
    truncate table _User
    print 'Cleaned _User'
    truncate table _Friend
    print 'Cleaned _Friend'
    truncate table _Memo
    print 'Cleaned _Memo'
    truncate table _TimedJob
    print 'Cleaned _TimedJob'
    truncate table _CharTrijobSafeTrade
    print 'Cleaned _CharTrijobSafeTrade'
    delete from _CharTrijob
    print 'Cleaned _CharTrijob'
    truncate table _InvCOS
    print 'Cleaned _InvCOS'
    delete from _CharCOS where ID > 0
    print 'Cleaned _CharCOS'
    delete from _Char where charid > 0
    print 'Cleaned _Char'
    truncate table _Chest
    print 'Cleaned _Chest'
    truncate table _ChestInfo
    print 'Cleaned _ChestInfo'
    truncate table _ItemPool
    print 'Cleaned _ItemPool'
    delete from _Items where ID64 > 0
    print 'Cleaned _Items'
    delete from _AccountJID
    print 'Cleaned _AccountJID'
    update _AlliedClans set Ally1 = 0, Ally2 = 0, Ally3 = 0, Ally4 = 0, Ally5 = 0, Ally6 = 0, Ally7 = 0, Ally8 = 0
    print 'Cleaned _AlliedClans'
    truncate table _GuildWar
    print 'Cleaned _GuildWar'
    truncate table _CharNameList
    print 'Cleaned _CharNameList'
    truncate table _CharQuest
    print 'Cleaned _CharQuest'
    truncate table _ClientConfig
    print 'Cleaned _ClientConfig'
    truncate table _DeletedChar
    print 'Cleaned _DeletedChar'
    truncate table _SiegeFortressStoneState
    print 'Cleaned _SiegeFortressStoneState'
    truncate table _SiegeFortressRequest
    print 'Cleaned _SiegeFortressRequest'
    truncate table _SiegeFortressObject
    print 'Cleaned _SiegeFortressObject'
    truncate table _SiegeFortressItemForge
    print 'Cleaned _SiegeFortressItemForge'
    truncate table _SiegeFortressBattleRecord
    print 'Cleaned _SiegeFortressBattleRecord'
    update _SiegeFortressStruct SET OwnerGuildID = '0'
    print 'Cleaned _SiegeFortressStruct'
    UPDATE  _SiegeFortress SET GuildID = '0', TaxRatio = '0', Tax = '0', NPCHired = '0', Introduction = NULL, CreatedDungeonTime = NULL, CreatedDungeonCount = NULL
    print 'Cleaned _SiegeFortress'
    truncate table _CharNickNameList
    print 'Cleaned _CharNickNameList'
    truncate table _GPHistory
    print 'Cleaned _GPHistory'
    truncate table _GuildChest
    print 'Cleaned _GuildChest'
    delete from _Guild where ID > 0
    print 'Cleaned _Guild'
    delete from _AlliedClans where ID > 0
    print 'Cleaned _AlliedClans'
    cậu có code xoá dữ liệu cũ sro account không
    Khách viếng thăm hãy cùng trangham1 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

 

 

Các Chủ đề tương tự

  1. Tổng hợp về Sv Silkroad !!!
    Bởi Alexandria trong diễn đàn SilkRoad Online
    Trả lời: 222
    Bài viết cuối: 05-04-17, 11:29 AM
  2. [Giúp đỡ] Không thể chạy được silkroad.exe
    Bởi untouchable741 trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 2
    Bài viết cuối: 12-05-13, 04:48 PM
  3. Silkroad Có Ai Biết chĩ Giúp Em Vói
    Bởi hdkiemsong trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 9
    Bài viết cuối: 27-09-12, 05:41 PM
  4. Xin sv Silkroad
    Bởi hieuhieu1 trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 1
    Bài viết cuối: 17-05-12, 11:36 PM
  5. Cần giúp đỡ về SilkRoad
    Bởi nyD-vEnus trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 1
    Bài viết cuối: 04-01-12, 04:35 PM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 09:39 PM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.