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!

Reverse World (晶铁之门) server and client, guide released

Joined
Mar 25, 2007
Messages
660
Reaction score
309
man, I already compiled all things in that source
I mean that running successfully all tools and make them works..
because missioneditor needs .Lua file and modeleditor needs .lba file.... bla bla..
we need original resource files....
 
Joined
Mar 25, 2007
Messages
660
Reaction score
309
@geger009
you will soon face to the isseue.. we have no original data for quests, maps and models.

@holchan
you can find every scripts for translation in Client\rez\other folder
sepcially, in Client\rez\other\UI\SCRIPT
most of all, try to translate for tools then share it
after activating this thread, I will upload even client source
 
Joined
Mar 12, 2011
Messages
962
Reaction score
589

Attachments

You must be registered for see attachments list
Last edited:
Joined
Jan 22, 2009
Messages
1,135
Reaction score
428
@djbadboys38
Only chinese :/

@topic

Query for clean Database:
Code:
/*
DATABASE: Dictionary
*/

/*USE [Dictionary]
GO
*/


/*
DATABASE: Log
*/

USE [Log]
GO

TRUNCATE table dbo.log_feemap_0
TRUNCATE table dbo.log_feespace_0
TRUNCATE table dbo.log_map_0
TRUNCATE table dbo.log_space_0


/*
DATABASE: Guild
*/

USE [Guild]
GO

TRUNCATE table dbo.GuildApplyList
TRUNCATE table dbo.GuildBaseInfo
TRUNCATE table dbo.GuildEvent
TRUNCATE table dbo.GuildMember
TRUNCATE table dbo.GuildSkillStudied
TRUNCATE table dbo.GuildStore
TRUNCATE table dbo.GuildWarRecord


/*
DATABASE: Player
*/

USE [Player]
GO

TRUNCATE table dbo.apprenticeinfo
TRUNCATE table dbo.auction
TRUNCATE table dbo.auctionmessage
TRUNCATE table dbo.cheatplayer
TRUNCATE table dbo.citydynamicinfo
TRUNCATE table dbo.cityvendue
TRUNCATE table dbo.dynamiccoinshop
TRUNCATE table dbo.guildalies
TRUNCATE table dbo.guildcities
TRUNCATE table dbo.guildrecord
TRUNCATE table dbo.guildstatus
TRUNCATE table dbo.masterAwardInfo
TRUNCATE table dbo.masterinfo
TRUNCATE table dbo.npcreword
TRUNCATE table dbo.playeractivitylog
TRUNCATE table dbo.playerbuff
TRUNCATE table dbo.playercontrol
TRUNCATE table dbo.playerequipment
TRUNCATE table dbo.playerewardstore
TRUNCATE table dbo.playerfaction
TRUNCATE table dbo.playerFormulaCD
TRUNCATE table dbo.playerfriend
TRUNCATE table dbo.playergroupquest
TRUNCATE table dbo.playerhorse
TRUNCATE table dbo.playerinfo
TRUNCATE table dbo.playeritem
TRUNCATE table dbo.playerkey
TRUNCATE table dbo.playerkill
TRUNCATE table dbo.playerkilllist
TRUNCATE table dbo.playerKnowledgeQA
TRUNCATE table dbo.playerlife
TRUNCATE table dbo.playerluckyDisk
TRUNCATE table dbo.playermail
TRUNCATE table dbo.playerquestlog
TRUNCATE table dbo.playerrepeatquest
TRUNCATE table dbo.playerreputationinfo
TRUNCATE table dbo.playerreword
TRUNCATE table dbo.playerskill
TRUNCATE table dbo.playerspace
TRUNCATE table dbo.playerticket
TRUNCATE table dbo.playertitle
TRUNCATE table dbo.rewordinfo
TRUNCATE table dbo.spaceinstancemonster
TRUNCATE table dbo.spaceinstancetrigger
TRUNCATE table dbo.t_recover_log
TRUNCATE table dbo.topinfo
TRUNCATE table dbo.useronline
TRUNCATE table dbo.warhistory
TRUNCATE table dbo.worldaction


/*
DATABASE: User
*/

USE [User]
GO

TRUNCATE table dbo.userinfo
 
Elite Diviner
Joined
Apr 28, 2012
Messages
420
Reaction score
439
I think that the text is here - other.rez -> DATABASE/
such quests: QUESTINFO.GB2
111 - Reverse World (晶铁之门) server and client, guide released - RaGEZONE Forums
remains to understand what is the format *.gb2
p.s. gm commands - GMCOMMAND.GB2
setlevel GM_SETLEVEL addnpc GM_ADDNPC removenpc GM_REMOVENPC modify GM_MODIFY getnpcwp GM_GETNPCWP addnpcwp GM_ADDNPCWP modifynpcwp GM_MODIFYNPCWP deletenpcwp GM_DELETENPCWP savenpcwp GM_SAVENPCWP additem GM_ADDITEM cooldown GM_COLDDOWN settrans GM_SETTRANS die GM_DIE relive GM_RELIVE resetwp GM_RESETWP setwander GM_WANDERTYPE settribe GM_SETTRIBE addtrigger GM_ADDTRIGGER removetrigger GM_REMOVETRIGGER addmp GM_ADDMP addmoney GM_ADDMONEY forcetop GM_FORCETOP notice GM_NOTICE quest GM_QUEST raceskill GM_LEARNRACESKILL addtitle GM_ADDTITLE addmachine GM_ADDMACHINE removemachine GM_DELMACHINE citystate GM_CITYSTAT citydeveloppoint GM_CITYDEVELOPPIOINT cityuppoint GM_CITYUPPOINT sethp GM_SETONEHP createrace GM_CREATERACE destoryrace GM_CREATERACE setactive GM_SETACTIVE addspirit GM_ADDSPIRIT addfaction GM_ADDFACTION addlife GM_ADDLIFE sethorselevel GM_SETHORSELEVEL addguilddata GM_ADDGUILDDATA guildmaintain GM_GUILDMAINTAIN guildevent GM_GUILDEVENT weekmaintain GM_WEEKMAINTAIN
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Mar 25, 2007
Messages
660
Reaction score
309
hmmm....
@holchan, are you a noob in translation?

all the strings are in Client\rez\other\DATABASE
load them by text editor then chage incoding to GB2312
exam: for quest string, open QUESTINFO.GB2

and if you are going to translate UI string, check Client\rez\other\UI\SCRIPT folder
load the .XML, change strings and save them UTF-8 type

any more question?

for .GB2 file, compile this source
you can import .GB2 file then edit it...

download :
 
Back
Top