View Full Version : Query xoá toàn bộ đồ của nhân vật
sieucuoivnn
08-04-11, 12:23 PM
Em cần một query xoá toàn bộ đồ của các nhân vật, bác nào biết thì giúp em với nha :)
Delete from Accountcharacter where ID <> 0
Delete from character where AccountID <> ''
sieucuoivnn
08-04-11, 12:35 PM
query này xoá được item trên người của tất cả các nhân vật hả bạn
Sr, mình nhầm, tưởng là xóa tất cả nhân vật, để xem lại chút đã!
sieucuoivnn
08-04-11, 12:46 PM
mình dùng cái query này :
UPDATE Character
SET Inventory=('')
UPDATE warehouse
SET Items=('')
nhưng bị báo lỗi là : Server: Msg 260, Level 16, State 1, Line 1
Disallowed implicit conversion from data type varchar to data type varbinary, table 'MuOnline.dbo.Character', column 'Inventory'. Use the CONVERT function to run this query.
sunthah12
10-04-11, 03:58 PM
up.............................
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.