Jump to content

Updated translation for iteminfo/cskroption.lub


frenzmu06

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   47
  • Joined:  04/01/12
  • Last Seen:  

 

 

Which has the more priority? itemInfo.lub or item_db.txt? I edited the System/itemInfo.lub - I put for some slots in headgears and I got 4 slotted headgears even without editing my item_db.txt nor my itemslotcounttable.txt. Have I done something wrong?

 

Is this a bug or it's just me?  I tested it in 2013 clients

 

I tried Lord Kaho's Horn into 4 slot without editing my item_db.txt and itemslotcounttable.txt.

 

[5013] = {
        unidentifiedDisplayName = "Head Gear",
        unidentifiedResourceName = "¸®º»",
        unidentifiedDescriptionName = {
            "Unidentified item, can be identified with [Magnifier].",
        },
        identifiedDisplayName = "Lord Kaho's Horn",
        identifiedResourceName = "·ÎµåÄ«È£ÀÇ»Ô",
        identifiedDescriptionName = {
            "A special headgear created specifically for Lord Kaho ... Whoever he is.",
            "STR + 5, INT + 5",
            "VIT + 10, AGI + 10",
            "LUK + 20, MDEF + 10",
            "Class :^777777 Headgear^000000",
            "Defense :^777777 30^000000",
            "Equipped on :^777777 Upper^000000",
            "Weight :^777777 10^000000",
            "Applicable Job :^777777 Every Job^000000",
        },
        slotCount = 4,
        ClassNum = 99
 

 

itemslotcounttable.txt is not used anymore by 2013 client, instead it uses the "slotCount = Value," field in the iteminfo.lub, changing the values @ slotcount field makes your item show how many slot you have input in that field but it is only a visual edit (you still have to edit your item_db for it to fully work/validate the slots you've added)

even the idnum2itemdesctable.txt is not need anymore and idnum2itemdisplaynametable

ikr

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  224
  • Reputation:   4
  • Joined:  02/09/12
  • Last Seen:  

can i know how to compile iteminfo.lua to lub 



shako add me in skype ijaymaliwat

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   47
  • Joined:  04/01/12
  • Last Seen:  

can i know how to compile iteminfo.lua to lub 

shako add me in skype ijaymaliwat

just rename the file extension of your iteminfo.lua to .lub

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  224
  • Reputation:   4
  • Joined:  02/09/12
  • Last Seen:  

can i know how to compile iteminfo.lua to lub 

shako add me in skype ijaymaliwat

just rename the file extension of your iteminfo.lua to .lub

i just want it to be secure like on luafile when compiling

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   3
  • Joined:  04/12/13
  • Last Seen:  

1

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1176
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

need update for new item.

thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   47
  • Joined:  04/01/12
  • Last Seen:  

should i continue updating this topic?

 

there is already THIS more updated one(i think) by Michieru.

 

Originl Topic by them here

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1176
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

@frenzmu06, Thanks a lot for the link

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

should i continue updating this topic?

 

there is already THIS more updated one(i think) by Michieru.

 

Originl Topic by them here

 

Yes you should continue this. Well they have updated itemInfo.lub/lua but some of their item info are missing or like not the same name with the actual item or they use AEGIS name for it. Like for an example...

 

    [2629] = {
        unidentifiedDisplayName = "Accessory",
        unidentifiedResourceName = "º§Æ®",
        unidentifiedDescriptionName = {
            "A reproduction of the",
            "girdle of might that",
            "Thor wore to enhance",
            "his prodigious strength. Str +40, MDEF +7",
            "^FFFFFF_^000000",
            "^FF0000This can be made 30 Day version, and tradable by talking with the Godly Item Confiscator in Prontera Castle.^000000",
            "Not Tradable",
            "^FFFFFF_^000000",
            "Class: ^777777Accessory^000000",
            "Defense: ^7777772^000000",
            "Weight: ^777777800^000000",
            "Required Level: ^77777794^000000",
            "Jobs: ^777777All^000000"
        },
        identifiedDisplayName = "Magingiorde",
        identifiedResourceName = "¸Þ±ä±â¿À¸£µå",
        identifiedDescriptionName = {
            "A reproduction of the",
            "girdle of might that",
            "Thor wore to enhance",
            "his prodigious strength. Str +40, MDEF +7",
            "^FFFFFF_^000000",
            "^FF0000This can be made 30 Day version, and tradable by talking with the Godly Item Confiscator in Prontera Castle.^000000",
            "Not Tradable",
            "^FFFFFF_^000000",
            "Class: ^777777Accessory^000000",
            "Defense: ^7777772^000000",
            "Weight: ^777777800^000000",
            "Required Level: ^77777794^000000",
            "Jobs: ^777777All^000000"
        },
        slotCount = 0,
        ClassNum = 0
    },

 

Maybe if you can merge those item info it would be great :D.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   47
  • Joined:  04/01/12
  • Last Seen:  

should i continue updating this topic?

 

there is already THIS more updated one(i think) by Michieru.

 

Originl Topic by them here

 

Yes you should continue this. Well they have updated itemInfo.lub/lua but some of their item info are missing or like not the same name with the actual item or they use AEGIS name for it. Like for an example...

 

 

    [2629] = {
        unidentifiedDisplayName = "Accessory",
        unidentifiedResourceName = "º§Æ®",
        unidentifiedDescriptionName = {
            "A reproduction of the",
            "girdle of might that",
            "Thor wore to enhance",
            "his prodigious strength. Str +40, MDEF +7",
            "^FFFFFF_^000000",
            "^FF0000This can be made 30 Day version, and tradable by talking with the Godly Item Confiscator in Prontera Castle.^000000",
            "Not Tradable",
            "^FFFFFF_^000000",
            "Class: ^777777Accessory^000000",
            "Defense: ^7777772^000000",
            "Weight: ^777777800^000000",
            "Required Level: ^77777794^000000",
            "Jobs: ^777777All^000000"
        },
        identifiedDisplayName = "Magingiorde",
        identifiedResourceName = "¸Þ±ä±â¿À¸£µå",
        identifiedDescriptionName = {
            "A reproduction of the",
            "girdle of might that",
            "Thor wore to enhance",
            "his prodigious strength. Str +40, MDEF +7",
            "^FFFFFF_^000000",
            "^FF0000This can be made 30 Day version, and tradable by talking with the Godly Item Confiscator in Prontera Castle.^000000",
            "Not Tradable",
            "^FFFFFF_^000000",
            "Class: ^777777Accessory^000000",
            "Defense: ^7777772^000000",
            "Weight: ^777777800^000000",
            "Required Level: ^77777794^000000",
            "Jobs: ^777777All^000000"
        },
        slotCount = 0,
        ClassNum = 0
    },

 

Maybe if you can merge those item info it would be great :D.

sry, i think that wouldn't happen anymore as i lost interest on ragnarok, i even dropped my upcoming server (already up) which i spend some times, moved to dota2.

 

but i can update/add SOME items on the latest rev (rev6) by request

just post item id/id range and i'll work on it if i have spare time;

pm me if you need something personal

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  126
  • Reputation:   4
  • Joined:  10/31/12
  • Last Seen:  

some1 have itemlua.lub support to pre-renewal item_db???

can u share it :) 

thx

Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  08/27/14
  • Last Seen:  

thx, i rename it to iteminfo and all my translation problems are fixed.

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   2
  • Joined:  09/01/12
  • Last Seen:  

Hi, Do you have cskroption.info for pre-renewal?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...