Jump to content
  • 0

Rebellion Vending machines missing stuff


kyrato

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/06/13
  • Last Seen:  

Hey i noticed i have some missing desc and picture/spr for most of the items in these machines. anyone else have these missing?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   24
  • Joined:  09/02/12
  • Last Seen:  

maybe because your client is too old to support these new item. update it will fix the problem.

hint: itemInfo.lub

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/06/13
  • Last Seen:  

mk ill try to get the latest KRO, 

 

but im using the latest revision of the english translation i believe so idk if that iteminfo.lub part will help. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   24
  • Joined:  09/02/12
  • Last Seen:  

heres an example data needed to item id 13197 "Mini_Mei" that must be found into your grf.

 

data\sprite\¾ÆÀÌÅÛ\¹Ì´Ï¸ÞÀÌ.act

data\sprite\¾ÆÀÌÅÛ\¹Ì´Ï¸ÞÀÌ.spr

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection\¹Ì´Ï¸ÞÀÌ.bmp

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item\¹Ì´Ï¸ÞÀÌ.bmp

and heres the script looks like in itemInfo.lub

 

    [13197] = {
        unidentifiedDisplayName = "Gatling Gun",
        unidentifiedResourceName = "µå¸®ÇÁÅÍ",
        unidentifiedDescriptionName = {
            "Unknown Item, can be identified by ^6A5ACDMagnifier^000000."
        },
        identifiedDisplayName = "Mini Mei",
        identifiedResourceName = "¹Ì´Ï¸ÞÀÌ",
        identifiedDescriptionName = {
            "A modified version of mass-produced gatling gun. It's quite useful considering it's quality.",
            "Class: ^777777Gatling Gun^000000",
            "Attack: ^777777220^000000",
            "Weight: ^777777250^000000",
            "Weapon Level: ^7777772^000000",
            "Required Level: ^777777106^000000",
            "Jobs: ^777777Rebellion^000000"
        },
        slotCount = 2,
        ClassNum = 19
    },

this is only applies to client that support itemInfo.lub else must manually update your idnum2item and num2item text files.

if you find this hard to do then disable that vending machine.

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
Answer this question...

×   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...