headgears.txt

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
Motivus
Developers
Developers
Posts: 157
Joined: 04 Apr 2008, 13:33
Noob?: Yes

headgears.txt

#1 Post by Motivus »

Currently almost no headgears display a name on iRO, and I can only assume it is the same else where. I looked in to the code and everything is fine. It seems headgears.txt is out of date, but I am unsure what the lookId is or where to find how to map lookId to itemId in the client files.
Oh no.

m1334
Noob
Noob
Posts: 18
Joined: 16 Oct 2010, 12:02
Noob?: Yes

Re: headgears.txt

#2 Post by m1334 »

How can I update this for pRO?

pgervaise
Noob
Noob
Posts: 3
Joined: 14 May 2014, 09:47
Noob?: No

Re: headgears.txt

#3 Post by pgervaise »

I managed to generate an "headgears.txt" for fRO server. The way to do this is using "data.grf" from Ragnarok Client and extracting files :

Code: Select all

data/luafiles514/lua files/datainfo/accessoryid.lub
data/luafiles514/lua files/datainfo/accname.lub
data/idnum2itemresnametable.txt
Then I wrote a java program to manipulate these and generate "headgears.txt" based on these files.

Another way is using that URL :

http://nn.nachtwolke.com/dev/viewlist/

Edit: I can't attach "headgears.txt" to the message

Post Reply