nightssky
27-12-12, 08:57 AM
mình chạy 3 lệnh này để xóa hêt nhân vật và thùng đồ nó vẫn báo lỗi mình lấy lệnh từ forum netbanbe: mình dùng data cho sv 11.11.92 data full của qweb
- Xóa hết chỉ chừa lại tài khoản trống
Code:
delete character Delete AccountCharacterDelete GuildMemberDelete GuildDelete MEMB_STATDelete T_CGuidDelete T_CurCharNameDelete T_FriendListDelete T_FriendMailDelete T_FriendMainDelete T_MasterLevelSystemDelete warehouseDelete VI_CURR_INFO
- Xóa thùng đồ
Code:
UPDATE warehouseSET Items=('')
- Xóa thùng đồ cá nhân
Code:
UPDATE CharacterSET Inventory=('')
còn đây là lỗi chây Sql Alyziler
- lỗi chạy lệnh xóa nhân vật để lại tai khoản trống
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'GuildMemberDelete'.
-lỗi xóa thùng đồi
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'Items'.
- lỗi xóa thùng đồ cá nhân
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'Inventory'.
mình chạy sql alyziler đã chọn đúng database MuOnline rồi mà báo lỗi đó.Các bạn hướng dẫn giúp mình mình cảm ơn nhiều
- Xóa hết chỉ chừa lại tài khoản trống
Code:
delete character Delete AccountCharacterDelete GuildMemberDelete GuildDelete MEMB_STATDelete T_CGuidDelete T_CurCharNameDelete T_FriendListDelete T_FriendMailDelete T_FriendMainDelete T_MasterLevelSystemDelete warehouseDelete VI_CURR_INFO
- Xóa thùng đồ
Code:
UPDATE warehouseSET Items=('')
- Xóa thùng đồ cá nhân
Code:
UPDATE CharacterSET Inventory=('')
còn đây là lỗi chây Sql Alyziler
- lỗi chạy lệnh xóa nhân vật để lại tai khoản trống
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'GuildMemberDelete'.
-lỗi xóa thùng đồi
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'Items'.
- lỗi xóa thùng đồ cá nhân
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'Inventory'.
mình chạy sql alyziler đã chọn đúng database MuOnline rồi mà báo lỗi đó.Các bạn hướng dẫn giúp mình mình cảm ơn nhiều