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!

ROM DB Editor

Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
@MunkyCS

I don't need that because already I have a repack fdb, but if you want to made for forum, I guess it would be fine.

I only referred to the fdb file with his *.db

It would be nice if applied changes on old *.db(ch6 weapons,npc,treasures,...) files could save to apply in a other recent *.db(ch7) files.

Regards,
Elssair.
 
Last edited:
Newbie Spellweaver
Joined
Jul 29, 2014
Messages
58
Reaction score
61
v0.4.6 released.
Many UI improvements. Among others:
  • Tool now remembers localization and offers loading your last choice
  • Made a common dialog for background processes
  • Ctrl+G, Ctrl+F (You can read a little more about Ctrl+G above)
  • Moved settings to a separate window; It shows up if no romdb.ini found;
  • Settings validation (some kind of)
  • Switched HTML render to Razor + Awesomium
  • Added templates for scripts in Advanced tab (simply loading/saving editor content as .cs file)

Btw, if you are running server and client on the same machine, then you don't need to copy all that .fdb/.db stuff all the time. It's enough to store all this only for client, set Global.ini like following:
Code:
;Resource path
DataPath       = "C:\Runewaker\RoM Client"
ResourcePath = "C:\Runewaker\RoM Client"
LuaPath        = "C:\Runewaker\Resource\LuaScript"
(assuming there is client.exe with all other files at C:\Runewaker\RoM Client).
And dont forget to set up my tool in the same way

That all will mean that your servers and your client will read all game data from the very same place (directly from client/fdb and client/data), and you now do not need to copy anything.

Ofc, you still need to distribute updated data to remote clients
 
Junior Spellweaver
Joined
Sep 29, 2014
Messages
149
Reaction score
66
yo thanks for keeping your program updating :) but I got a little problem, I allways get this error message


MunkyCS - ROM DB Editor - RaGEZONE Forums


link to the picture:
 
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
Thanks to your contribution I managed to create a title with a moded (supersayan) skill XDD, many thanks @MunkyCS


Regards,

Elssair.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Nov 2, 2016
Messages
5
Reaction score
0
yo thanks for keeping your program updating :) but I got a little problem, I allways get this error message


MunkyCS - ROM DB Editor - RaGEZONE Forums


link to the picture:

The same mistake was when I copied the folders and FDB WDB with Russian game client. DB Editor worked without this error when I replaced this folder file from the English client =)

Такая же ошибка возникла, когда я скопировал папки FDB и WDB из русского клиента игры. После замены этих папок из английского клиента все работает нормально =)
 
Newbie Spellweaver
Joined
Mar 18, 2017
Messages
7
Reaction score
0
Why are there no results?

Code:
var list = db.Weapons	.Where(item =>        item.Limits.MinLevel >= 50 &&        item.Type == WeaponType.Bow &&        item.ActualDPS > 0        ).OrderByDescending(o => o.ActualDPS);db.UI_ShowObjectList(list, o => string.Format("level: {1}; dps: {0:F2}", o.ActualDPS, o.Limits.MinLevel));
 
Newbie Spellweaver
Joined
Mar 17, 2015
Messages
7
Reaction score
0
Hey

I want to show a text in my client, when im near a mob or npc or sth like that. (Like worldbosses like Kolanda and mandara .. )
I found out, that there is a flag at this npcs / mobs called "npcmode".
How can i change this value in the db editor?

I hope you can understand me. If theres a question, just ask me.

Thanks for reading.

Greetings Penc
 
Initiate Mage
Joined
Apr 17, 2015
Messages
1
Reaction score
0
yo thanks for keeping your program updating :) but I got a little problem, I allways get this error message


MunkyCS - ROM DB Editor - RaGEZONE Forums


link to the picture:


I am having the same issue. Can anybody help me with that? Would be awesome.

Thanks already! :)
 
Newbie Spellweaver
Joined
Aug 18, 2014
Messages
16
Reaction score
0
Hey, first thing i wanna thanks munkyCs for all the hardwork you put into this.
Also, i just needed someone to remember me on how to mail me a gear with stats on it, i use to do it, but i quited about 6 mounth and i dont remember...
Thanks
 
Initiate Mage
Joined
May 8, 2021
Messages
4
Reaction score
0
Hello,

Maybe the Editor is outdated but it is a great tool.
Is it working with the new 6.5.2 release?

I can edit Spell abilities but the spell duration is showing always "0". And if I change that only the default durations is taken ingame.

Can you help please how to change duration with new server files?

Thanks!
 
Back
Top