Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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