PDA

View Full Version : [MU] Hỏi về lỗi "Tài khoản bị tạm khóa" sau khi thực hiện SQL query



namnt2604
03-08-14, 11:36 AM
Chào các bạn, cho mình hỏi: Mình có thực hiện query để xóa các tài khoản và nhân vật trong db MU. Nhưng sau khi thực hiện xong thì các tài khoản mới tạo khi login vào game đều bị thông báo lỗi "Tài khoản bị tạm khóa", có bạn nào đã từng bị lỗi này và cách xử lý ra sao giúp mình với nhé. Cảm ơn nhiều!

2 Query mình thực hiện là:

1. - Xóa toàn bộ để lại db trống




delete character

Delete AccountCharacter

Delete GuildMember

Delete Guild

Delete MEMB_INFO

Delete MEMB_STAT

Delete T_CGuid

Delete T_CurCharName

Delete T_FriendList

Delete T_FriendMail

Delete T_FriendMain

Delete T_MasterLevelSystem

Delete warehouse

Delete VI_CURR_INFO


2. - Xóa hết chỉ chừa lại tài khoản trống




delete character

Delete AccountCharacter

Delete GuildMember

Delete Guild

Delete MEMB_STAT

Delete T_CGuid

Delete T_CurCharName

Delete T_FriendList

Delete T_FriendMail

Delete T_FriendMain

Delete T_MasterLevelSystem

Delete warehouse

Delete VI_CURR_INFO

Dragon7x
03-08-14, 11:41 AM
thay vì chạy quẻy sao ko attack lại db mới :-?

namnt2604
03-08-14, 11:56 AM
thay vì chạy quẻy sao ko attack lại db mới :-?

Vì ban đầu nghĩ query cũng xử lý được rồi nên mới chạy query đó bạn. Giờ bị lỗi này không biết xử lý sao ? Có lẽ phải Restore database . Vấn đề mình không rõ tại sao chạy Query đó lại sinh ra lỗi Block tài khoản ?
Anyway, thanks bạn đã comment :)

YouTobe
03-08-14, 12:20 PM
Vì ban đầu nghĩ query cũng xử lý được rồi nên mới chạy query đó bạn. Giờ bị lỗi này không biết xử lý sao ? Có lẽ phải Restore database . Vấn đề mình không rõ tại sao chạy Query đó lại sinh ra lỗi Block tài khoản ?
Anyway, thanks bạn đã comment :)

Chạy querry xóa bỏ thế hệ hoặc chạy querry sát nhập thế hệ 2 sang 1 là được. Vấn đề của bạn có thể là ở chỗ đó. Cũng không chắc lắm nhưng trước Open lại Mu gặp lỗi trên vài lần. Chạy xong là vào ok hết
P/s : không phải thì thôi nha. cũng tùy DB và bạn đã chạy những gì. ;)

The Gamer
03-08-14, 12:27 PM
Thử coi xem còn bị lỗi ko

=============================== 5 Reset, 400LV, 10 trieu Zen trong nhân vat, 20 trieu Zen ===============


-- Char Reset :
Update Character set [clevel]=400, [experience]='0', [money]=10000000, [LevelUpPoint]=2000, [pointdutru]='0', [resets]=5, Relifes=0, ResetNBB=5, [strength]='26', [dexterity]='26', [vitality]='26', [energy]='26', [Leadership]='25', [Life]='110', [MaxLife]='110', [Mana]='60', [MaxMana]='60', [PkLevel] = '3', [PkTime] = '0', [pkcount] = '0', [NoResetInDay]='0', [Top50]=0, [Resets_Time]='0', PointUyThac=0, Onlinetime=0, [MagicList]= CONVERT(varbinary(180), null), SCFMasterLevel='0', SCFMasterPoints='0', SCFMasterSkill=CONVERT(varbinary(180), null), [SCFPCPoints]='0', Quest=CONVERT(varbinary(50), null), uythacoffline_stat='0', uythacoffline_time='0', UyThacOffline_Daily=0, point_event=0, PointUyThac_Event=0, DGT_Time=0, NBB_Resets_0h=0, NBB_Relifes_0h=0, reset_total=0, nbbtuluyen_str=0, nbbtuluyen_str_point=0, nbbtuluyen_str_exp=0, nbbtuluyen_str_cp=0, nbbtuluyen_agi=0, nbbtuluyen_agi_point=0, nbbtuluyen_agi_exp=0, nbbtuluyen_agi_cp=0, nbbtuluyen_vit=0, nbbtuluyen_vit_point=0, nbbtuluyen_vit_exp=0, nbbtuluyen_vit_cp=0, nbbtuluyen_ene=0, nbbtuluyen_ene_point=0, nbbtuluyen_ene_exp=0, nbbtuluyen_ene_cp=0, nbbtuluyen_point=0, nbbsongtu_lv=0, nbbsongtu_point=0, nbbsongtu_exp=0, nbbsongtu_cp=0
-- DELETE Rank Reset :
DELETE TopReset
-- DELETE Rank Reset Point:
DELETE TopResetScore
-- DEL Lucky Coin :
DELETE LuckyCoinsRank
-- Char Unblock :
Update Character SET ctlcode=0 WHERE ctlcode=1
-- Class DW :
Update Character SET Class='0', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='1' OR Class='2' OR Class='3')
-- Class DK :
Update Character SET Class='16', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='17' OR Class='18' OR Class='19')
-- Class ELF :
Update Character SET Class='32', [MapNumber]='3', [MapPosX]='175', [MapPosY]='115', [MapDir]='0' WHERE (Class='33' OR Class='34' OR Class='35')
-- Class MG :
Update Character SET Class='48', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='49' OR Class='50' OR Class='51')
-- Class DL :
Update Character SET Class='64', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='65' OR Class='66' OR Class='67')
-- Class SUM :
Update Character SET Class='80', [MapNumber]='51', [MapPosX]='53', [MapPosY]='226', [MapDir]='0' WHERE (Class='81' OR Class='82' OR Class='83')
-- Class RF :
Update Character SET Class='96', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='97' OR Class='98' OR Class='99')
-- Reset Guild :
Update Guild SET [G_Created]=GETDATE(), [G_TopPoint]=0, [G_TopRS]=0, [G_TopMem]=0, [G_PointTotal]=0, [G_SlgMem]=0, [G_RSTotal]=0, [G_RSYesterday]=0, [time_update_rsyesterday]=0
-- Reset Acc :
Update MEMB_INFO set [bank]=20000000, [vpoint]=0, [gcoin]=0, [gcoin_km]=0, gcoin_km_day=0, [jewel_chao]=0, jewel_chao_day=0, [jewel_cre]=0, [jewel_blue]=0, IPBonusPoint=0, SCFVipMoney=0, nbb_pl=0, jewel_heart=0, nbbcuonghoa_point=0
-- Reset Tui Do :
UPDATE Character SET Inventory=CONVERT(varbinary(3776), null)
-- Reset Hom Do :
UPDATE warehouse SET Money=0, Items=CONVERT(varbinary(3840), null)
-- Reset Hom Do Extra:
DELETE ExtendedWarehouse
-- Reset GIFTCODE:
DELETE GiftCode
-- Reset GIFTCODE Tang:
UPDATE GiftCode SET status=1
-- Reset GiftLog:
DELETE GiftLog
-- Reset Time Online:
DELETE nbb_timeonline_date
-- Reset Quest Daily:
DELETE nbb_quest_daily
-- Reset Quest Daily:
DELETE nbb_use_money
-- Reset Quest Daily:
DELETE nbb_pl_daily
-- Reset Cuong Hoa:
DELETE nbb_cuonghoa
-- Reset TOP Point:
DELETE nbb_toppoint
-- Season 6.2-- Xoa Tien te, Cashop:UPDATE MEMB_INFO SET MuItemShopList=CONVERT(varbinary(720), null),MuItemShopGiftList=CONVERT(varbinary(720), null),MuItemShopGiftMsg=CONVERT(varbinary(4995), null), WCoin=0, WCoinP=0, GoblinCoin=0
-- Xoa BuffUPDATE Character SET SCFExtInventory=0, SCFSealItem=0, SCFSealTime=0, SCFScrollItem=0, SCFScrollTime=0
-- Xoa Dau Gia:
DELETE DauGia_Item
DELETE DauGia_Bid
-- Xoa Thue Item:
DELETE NBB_ThueItem
DELETE Titan_Rewards

namnt2604
03-08-14, 12:52 PM
Thử coi xem còn bị lỗi ko

=============================== 5 Reset, 400LV, 10 trieu Zen trong nhân vat, 20 trieu Zen ===============


-- Char Reset :
Update Character set [clevel]=400, [experience]='0', [money]=10000000, [LevelUpPoint]=2000, [pointdutru]='0', [resets]=5, Relifes=0, ResetNBB=5, [strength]='26', [dexterity]='26', [vitality]='26', [energy]='26', [Leadership]='25', [Life]='110', [MaxLife]='110', [Mana]='60', [MaxMana]='60', [PkLevel] = '3', [PkTime] = '0', [pkcount] = '0', [NoResetInDay]='0', [Top50]=0, [Resets_Time]='0', PointUyThac=0, Onlinetime=0, [MagicList]= CONVERT(varbinary(180), null), SCFMasterLevel='0', SCFMasterPoints='0', SCFMasterSkill=CONVERT(varbinary(180), null), [SCFPCPoints]='0', Quest=CONVERT(varbinary(50), null), uythacoffline_stat='0', uythacoffline_time='0', UyThacOffline_Daily=0, point_event=0, PointUyThac_Event=0, DGT_Time=0, NBB_Resets_0h=0, NBB_Relifes_0h=0, reset_total=0, nbbtuluyen_str=0, nbbtuluyen_str_point=0, nbbtuluyen_str_exp=0, nbbtuluyen_str_cp=0, nbbtuluyen_agi=0, nbbtuluyen_agi_point=0, nbbtuluyen_agi_exp=0, nbbtuluyen_agi_cp=0, nbbtuluyen_vit=0, nbbtuluyen_vit_point=0, nbbtuluyen_vit_exp=0, nbbtuluyen_vit_cp=0, nbbtuluyen_ene=0, nbbtuluyen_ene_point=0, nbbtuluyen_ene_exp=0, nbbtuluyen_ene_cp=0, nbbtuluyen_point=0, nbbsongtu_lv=0, nbbsongtu_point=0, nbbsongtu_exp=0, nbbsongtu_cp=0
-- DELETE Rank Reset :
DELETE TopReset
-- DELETE Rank Reset Point:
DELETE TopResetScore
-- DEL Lucky Coin :
DELETE LuckyCoinsRank
-- Char Unblock :
Update Character SET ctlcode=0 WHERE ctlcode=1
-- Class DW :
Update Character SET Class='0', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='1' OR Class='2' OR Class='3')
-- Class DK :
Update Character SET Class='16', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='17' OR Class='18' OR Class='19')
-- Class ELF :
Update Character SET Class='32', [MapNumber]='3', [MapPosX]='175', [MapPosY]='115', [MapDir]='0' WHERE (Class='33' OR Class='34' OR Class='35')
-- Class MG :
Update Character SET Class='48', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='49' OR Class='50' OR Class='51')
-- Class DL :
Update Character SET Class='64', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='65' OR Class='66' OR Class='67')
-- Class SUM :
Update Character SET Class='80', [MapNumber]='51', [MapPosX]='53', [MapPosY]='226', [MapDir]='0' WHERE (Class='81' OR Class='82' OR Class='83')
-- Class RF :
Update Character SET Class='96', [MapNumber]='0', [MapPosX]='143', [MapPosY]='134', [MapDir]='0' WHERE (Class='97' OR Class='98' OR Class='99')
-- Reset Guild :
Update Guild SET [G_Created]=GETDATE(), [G_TopPoint]=0, [G_TopRS]=0, [G_TopMem]=0, [G_PointTotal]=0, [G_SlgMem]=0, [G_RSTotal]=0, [G_RSYesterday]=0, [time_update_rsyesterday]=0
-- Reset Acc :
Update MEMB_INFO set [bank]=20000000, [vpoint]=0, [gcoin]=0, [gcoin_km]=0, gcoin_km_day=0, [jewel_chao]=0, jewel_chao_day=0, [jewel_cre]=0, [jewel_blue]=0, IPBonusPoint=0, SCFVipMoney=0, nbb_pl=0, jewel_heart=0, nbbcuonghoa_point=0
-- Reset Tui Do :
UPDATE Character SET Inventory=CONVERT(varbinary(3776), null)
-- Reset Hom Do :
UPDATE warehouse SET Money=0, Items=CONVERT(varbinary(3840), null)
-- Reset Hom Do Extra:
DELETE ExtendedWarehouse
-- Reset GIFTCODE:
DELETE GiftCode
-- Reset GIFTCODE Tang:
UPDATE GiftCode SET status=1
-- Reset GiftLog:
DELETE GiftLog
-- Reset Time Online:
DELETE nbb_timeonline_date
-- Reset Quest Daily:
DELETE nbb_quest_daily
-- Reset Quest Daily:
DELETE nbb_use_money
-- Reset Quest Daily:
DELETE nbb_pl_daily
-- Reset Cuong Hoa:
DELETE nbb_cuonghoa
-- Reset TOP Point:
DELETE nbb_toppoint
-- Season 6.2-- Xoa Tien te, Cashop:UPDATE MEMB_INFO SET MuItemShopList=CONVERT(varbinary(720), null),MuItemShopGiftList=CONVERT(varbinary(720), null),MuItemShopGiftMsg=CONVERT(varbinary(4995), null), WCoin=0, WCoinP=0, GoblinCoin=0
-- Xoa BuffUPDATE Character SET SCFExtInventory=0, SCFSealItem=0, SCFSealTime=0, SCFScrollItem=0, SCFScrollTime=0
-- Xoa Dau Gia:
DELETE DauGia_Item
DELETE DauGia_Bid
-- Xoa Thue Item:
DELETE NBB_ThueItem
DELETE Titan_Rewards

Cái này ko xử lý được :( thanks bạn!

The Gamer
03-08-14, 01:02 PM
Cái này ko xử lý được :( thanks bạn!

đã chạy query đó chưa?__________

namnt2604
03-08-14, 01:49 PM
đã chạy query đó chưa?__________

Đã chạy rồi bạn à.
30 charrrrrrrrrrrrrr

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


Chạy querry xóa bỏ thế hệ hoặc chạy querry sát nhập thế hệ 2 sang 1 là được. Vấn đề của bạn có thể là ở chỗ đó. Cũng không chắc lắm nhưng trước Open lại Mu gặp lỗi trên vài lần. Chạy xong là vào ok hết
P/s : không phải thì thôi nha. cũng tùy DB và bạn đã chạy những gì. ;)

Bạn có thể nói rõ hơn không ? hoặc có thể gửi giúp query để mình test thử xem sao nhé. Thx bạn!

cuocdoisp
03-08-14, 10:05 PM
Reset máy chủ rồi thử lại xem sao

namnt2604
04-08-14, 05:33 AM
Reset máy chủ rồi thử lại xem sao

Cũng không được luôn bác cuocdoisp, tạm thời đã phải restore db để giải quyết vấn đề. Thx bác!

ikenylee
04-08-14, 08:23 AM
Query dành cho các bạn mở Alphatest dùng web netbanbe:

Delete TopReset
Delete TopResetScore
Delete Log_TienTe
Delete GiftCode
Delete CardPhone
Delete DoanhThu
Delete item_vpoint_changed
Delete ItemLock
Delete EVENT_INFO
Delete EVENT_INFO_BC_5TH
Delete Event_TOP_RS
Delete T_MU2003_EVENT
Delete SCFS5Quest
Delete BotPet
Delete TitanLotteryLog
delete character
Delete AccountCharacter
Delete GuildMember
Delete Guild
Delete MEMB_STAT
Delete T_CGuid
Delete T_CurCharName
Delete T_FriendList
Delete T_FriendMail
Delete T_FriendMain
Delete warehouse
Delete TopReset
Delete TopResetScore
Delete Log_TienTe



Update memb_info set MuItemShopList=CONVERT(varbinary(720), null)
Update memb_info set MuItemShopGiftList=CONVERT(varbinary(720), null)
Update memb_info set MuItemShopGiftMsg=CONVERT(varbinary(4995), null)
Update memb_info set gcoin_km='0' where gcoin_km>0
Update memb_info set gcoin='0' where gcoin>0
Update memb_info set vpoint='0' where vpoint>0
Update memb_info set WCoin='0' where WCoin>0
Update memb_info set WCoinP='0' where WCoinP>0
Update memb_info set GoblinCoin='0' where GoblinCoin>0
Update memb_info set bank='0' where bank>0
Update memb_info set SCFLuckyCoins='0' where SCFLuckyCoins>0
Update memb_info set jewel_chao='0' where jewel_chao>0
Update memb_info set jewel_cre='0' where jewel_cre>0
Update memb_info set jewel_blue='0' where jewel_blue>0