iRO
How can I add the unknown item db to the openkore db? I really don't like seeing the unknown item. Can anybody tell how to do it completely (for one item)?
I planned to do it for the rest. Maybe I'll upload it for others to use as well.
Unknown item #xxxx
Moderator: Moderators
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Unknown item #xxxx
Add it to items.txt you're using.
-
- Human
- Posts: 25
- Joined: 14 Feb 2011, 13:34
- Noob?: Yes
Re: Unknown item #xxxx
1.) Download GRF Tool from the Openkore Sourceforge Files Page
2.) Run the application, click Open, then browse to your RO directory (e.g. C:\Program Files\Gravity\RagnarokOnline)
3.) Select data.grf and click Open.
4.) A list of files will appear. In the Search box, type "txt" (without the quotes) to filter the results to only show txt files.
5.) Scan through the list again and search for these files: idnum2itemdisplaynametable.txt and idnum2itemdesctable.txt
6.) Select the files and click on Extract. Save it to your desktop. The files will be saved inside a folder named "data".
7.) Rename idnum2itemdisplaynametable.txt to items.txt and idnum2itemdesctable.txt to itemsdescriptions.txt
8.) *IMPORTANT* Open the files in Notepad and save them in UTF-8 encoding. (File > Save As...)
2.) Run the application, click Open, then browse to your RO directory (e.g. C:\Program Files\Gravity\RagnarokOnline)
3.) Select data.grf and click Open.
4.) A list of files will appear. In the Search box, type "txt" (without the quotes) to filter the results to only show txt files.
5.) Scan through the list again and search for these files: idnum2itemdisplaynametable.txt and idnum2itemdesctable.txt
6.) Select the files and click on Extract. Save it to your desktop. The files will be saved inside a folder named "data".
7.) Rename idnum2itemdisplaynametable.txt to items.txt and idnum2itemdesctable.txt to itemsdescriptions.txt
8.) *IMPORTANT* Open the files in Notepad and save them in UTF-8 encoding. (File > Save As...)
-
- Noob
- Posts: 5
- Joined: 30 Apr 2011, 17:31
- Noob?: No
Re: Unknown item #xxxx
Thanks.. that's helpful and it worked.
It is now much better as it eliminate all the unknown item mysteries.
Can I ask you if you may. How can I append only all the missing entries. In a way I can avoid replacing them one by one.
This is because, in certain cases such as in unidentified equipment will be seen as only by their weapon type (etc. katar, sword).
I think I prefer to not change anything about how it previously worked. Previously, I it would quickly identified the item with the string such as Jamadhar [1] (unidentified). Now it only shows Katar (unidentified) the same as if we use the client.
So, is it possible to just append and add the missing item ID to the table instead of replacing them entirely?
If it can't be done, I will just stick to my newly replace item db. I love it
and don't get me wrong, your previous solution worked wonderfully and I'm very thankful about it but I just thought i maybe better that way. Sorry if I'm asking too much.
It is now much better as it eliminate all the unknown item mysteries.
Can I ask you if you may. How can I append only all the missing entries. In a way I can avoid replacing them one by one.
This is because, in certain cases such as in unidentified equipment will be seen as only by their weapon type (etc. katar, sword).
I think I prefer to not change anything about how it previously worked. Previously, I it would quickly identified the item with the string such as Jamadhar [1] (unidentified). Now it only shows Katar (unidentified) the same as if we use the client.
So, is it possible to just append and add the missing item ID to the table instead of replacing them entirely?

If it can't be done, I will just stick to my newly replace item db. I love it

-
- Noob
- Posts: 1
- Joined: 18 May 2011, 15:18
- Noob?: No
Re: Unknown item #xxxx
Thank you for this, fixed all my unknown items on Valkyrie.nicolas0349 wrote:Download GRF Tool
Not sure why this isn't in the svn already. I'm not confident enough to mess with it currently.