pre-re itemInfo.lub

Thuan

New member
Messages
15
Points
0
Alright, I have read through topics about this and tried a few hours now, and it didn't work out
 
I'm using the 2012-04-18 client and trying to setup pre-renewal item descriptions with their values.

Diffs Read data folder first / Read lua before lub remain unchecked.
 
What I did:
1. get the num2item-whatever-.txt files from here:
http://herc.ws/board/topic/3586-r-iteminfolua-updated-for-pre-renewal/?p=23689
 
2. Convert them using Item Converter to itemInfo.lua:

For example, the entry for Diabolus Robe looks like this, "Defense : ^7777776^000000" seems to be the correct DEF-value (6) for pre-re, right?

itemInfo.lua:
 

[2374] = { unidentifiedDisplayName = "Diabolus Robe", unidentifiedResourceName = "디아볼루스로브", unidentifiedDescriptionName = { }, identifiedDisplayName = "Diabolus Robe", identifiedResourceName = "디아볼루스로브", identifiedDescriptionName = { "A robe which is decorated with unknown letters. The wearer feels like they're learning a new language.", "MaxSP +150, Mdef +5", "Reduces casting delay by 10%", "Increases effectiveness of ^FF0000Heal^000000 skill by 6%.", "When equipped with Diabolus Ring, ", "Matk +3% and Atk +3%.", "Class : ^777777Armor^000000", "Defense : ^7777776^000000", "Weight : ^77777730^000000", "Required Level : ^77777760^000000", "Jobs: ^777777Transcendent Archer, Mage, Acolyte^000000", }, slotCount = 1, ClassNum = 0 },
3. Convert to .lub using "luac5.1.4.exe"

4. Put itemInfo.lub into the RO-FolderSystem

5. See if it works (it doesn't):

(screen attached)

Like I think it gets the descriptions from somewhere else. Even when I temporarily rename the "System" folder and/or leaving my custom.grf to just modifying the clientinfo.xml (in case some files from there are messing things up), the descriptions are still from renewal and in english.

Am I missing something? Can someone help me with this?

screenHercules000.jpg

 
I eventually found out myself, it was reading from RO-Folderdatacskroption.lub all the time...

 
I eventually found out myself, it was reading from RO-Folderdatacskroption.lub all the time...
2. Convert them using Item Converter to itemInfo.lua: Where can i find this? thanks in advance!

 
Back
Top