Hi, i have a K5 server, i have more of 500 users in TantraBackup00 and i use the query of SQL to copy TantraBackup00 data to GameInfo00 ->
My SQL Daemon exports successfully the Rank00.txt and MRank00.txt but all user remain Waisya Level 1, i dont understand this, becaouse all steps work.Code:delete from GameInfo00;insert into GameInfo00(UserID,CharacterName,CharacterLevel, BrahmanPoint, MBrahmanPoint,Tribe,Trimurity,GuildName,GuildID,GuildRank,curtime, Name1,Name2,Name3,Level1,Level2,Level3,TotalMoney) select UserID, CharacterName,CharacterLevel,BrahmanPoint,MBrahmanPoint,Tribe,Trimurity,GuildName, GuildID,GuildRank,curtime,Name1,Name2,Name3,Level1,Level2,Level3, TotalMoney from TantraBackup00
Please help me on this.



Reply With Quote





