Edit text of item

09/10/2015 01:09 floppydj#1
Hello, I have a problem and I've changed the time and speed of mounts in my private server, and now I want to change the text of the description of the mounts, and name.
Change lydian by Lion, for example.

I think, that should be done on the client, but not how.
Any help? Thank you
09/10/2015 01:38 ThunderNikk#2
arcadia.dbo.stringresource also make sure this table is the one you are using for your language. Be careful with some of the strings as editing incorrectly can cause client or server crashes.

after editing the name and tooltip strings use and rdb tool and create a new rdb to put in the clients resource folder.

all edits are usually done both database table and client side there are only a few that you can get away with only doing on one side.

Next time please use our help thread and I will gladly go into much greater detail because you are helping keep our forum more organized...

[Only registered and activated users can see links. Click Here To Register...]
09/23/2015 06:24 floppydj#3
after creating the RDB using what I put databurner No data is changed. Do I have to do more ago or I misunderstood the procedure?
09/23/2015 12:53 ThunderNikk#4
You said you used databurner.

Are you resourcing the file or are you trying to pack the file right back into the data.xxx files?

Are you launching the client US ASCII or with some other language locale?

If you are resourcing the file are you hashing the name correctly ASCII or code page?

If you are resourcing the file did you place it in the clients resource folder?
09/23/2015 13:24 floppydj#5
I'm using US ASCII client.
It is the first change I tried to make the client.
The resource folder I have not played, I just tried to put db_string.rdb within data.xxx using: fl.UpdateFile ("data.00", "db_string.rdb", false);
09/23/2015 16:51 SilentWisdom#6
Download Grimoire
Profit
10/12/2015 22:00 XJaegerMeisteRX#7
To change riding description, change state id in your new item.
Lydian riding state has state_id: 7019.

Edit State Resource and copy state id 7019 to a new one that is not used.
Change text_id and tooltip_id from state resource in string resource.

For Lydian riding state 7019 it is: text_id 30007019 -->> Lydian Riding and tooltip_id 70007019 for description.

Search last state id and add new uniqe one, may be id: 500000 or something else

Use if its free:
state_id = 500000
text_id = 3050000 enter your favourite value like Lion riding
tooltip_id = 7050000 edit the tooltip.

If u like it, add new icon at icon_file_name for condition on riding.

save all changes in database and load rdb files into glandus rdb tool. (or store it back to data)

U need:
- state resource = db_tenacity.rdb
- string resource = db_string.rdb

and maybe if u change the icon file, edit:
- 02_item.spr hash the files.

Save files by using hash names and take it into your client resource folder or without hash for store in data files.

Done? Shout be work !