• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

erro character

Newbie Spellweaver
Joined
Apr 13, 2009
Messages
6
Reaction score
0
I gave wipe on my server
but now I'm getting the error
of character
I know about the money
broke logs with standard error of money
WHAT can I do to fix the error
 
Junior Spellweaver
Joined
Apr 5, 2009
Messages
101
Reaction score
3
The same problem here.
I make full wipe with this code and have the same error (Error : Character creation)
I already delete tbl_Npcdata but still erro :*::*::*:
My server is 2.2.3.2
Code:
Code:
Use RF_World
Truncate Table tbl_general;
Truncate Table tbl_base;
Truncate Table tbl_AccountTrunk;
Truncate Table tbl_AccountTrunk_Extend;
Truncate Table tbl_AccountTrunkCharge;
Truncate Table tbl_aminepersonal_inven;
Truncate Table tbl_animuslog; 
Truncate Table tbl_battletournament;
Truncate Table tbl_Buddy;
Truncate Table tbl_Guild;
Truncate Table tbl_GuildBattleRank;
Truncate Table tbl_history_electraceboss_0;
Truncate Table tbl_history_electraceboss_1;
Truncate Table tbl_history_electraceboss_2;
Truncate Table tbl_history_electraceboss_candidacy_0;
Truncate Table tbl_history_electraceboss_candidacy_1;
Truncate Table tbl_history_electraceboss_candidacy_2;
Truncate Table tbl_history_electraceboss_winner_0;
Truncate Table tbl_history_electraceboss_winner_1;
Truncate Table tbl_history_electraceboss_winner_2;
Truncate Table tbl_honor_guild;
Truncate Table tbl_inven;
Truncate Table tbl_Macro;
Truncate Table tbl_patriarch_candidate;
Truncate Table tbl_patriarch_comm;
Truncate Table tbl_patriarch_elect;
Truncate Table tbl_Punishment;
Truncate Table tbl_pvporderview;
Truncate Table tbl_pvppointlimitinfo;
Truncate Table tbl_PvpRankToday;

USE [RF_USER]
Truncate Table tbl_rfaccount;
Truncate Table tbl_UserBan;
Truncate Table tbl_userAccount;
Truncate Table tbl_StaffAccount;
Truncate Table tbl_HostAccount;
Truncate Table tbl_RFTestAccount;
Truncate Table tbl_UserBan
 
Upvote 0
Junior Spellweaver
Joined
Apr 5, 2009
Messages
101
Reaction score
3
Yea but when i try to delete some rows manualy i have this error in tbl_rfaccount

Sem título - erro character - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top