Jump to content
  • 0

Custom Item Not Showing In Game


kalabasa

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

the custom item successfully shows on Alt +Q and Inventory displays correct picture also shows the item when dropped

it shows before for me atl

what would have gone wrong?

 

Client used: 2015-11-04a-Ragexe Pre-re

Nemo version 2021--01-18 plugin 2020-12-09

Patch Increase Headgear view ID to 5000

iteminfo Path System/itemInfo_custom.lua

im using Zack Translations 

GRF Editor: ver 1.8.3.8

accessoryid.lub

ACCESSORY_C_Luna_On_Shoulder = 1881,    
ACCESSORY_demonwings = 1882

}

accname.lub

[ACCESSORY_IDs.ACCESSORY_C_Luna_On_Shoulder] = "_C_Luna_On_Shoulder",
[ACCESSORY_IDs.ACCESSORY_demonwings] = "_demonwings"

}

 

import\itemdb.yml

- Id: 3000
    AegisName: _demonwings
    Name: Demon Wings
    Type: Armor
    Buy: 20
    Weight: 100
    Jobs:
      All: true
      Novice: false
      SuperNovice: false
    Classes:
      All: true
    Locations:
      Head_Low: true
    EquipLevelMin: 1   
    View: 1882

 

itemInfo_custom.lua

tbl = {

[3000] = {
        unidentifiedDisplayName = "_demonwings",
        unidentifiedResourceName = "_demonwings",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Demon Wings",
        identifiedResourceName = "_demonwings",
        identifiedDescriptionName = {
        "[^7BCC70 Quest Item ^000000]",

       },
        slotCount = 0,
        ClassNum = 1882
    },

Item

_demonwings

Collection

_demonwings

¾ÆÀÌÅÛ

_demonwings

³²

³²_demonwings.spr

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

rename _demonwings to demonwings

all file in sprite drop, collection, item

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

not working if i rename them resource fail and will stop the program

i edited out sprite drop collection item and in itemdb  iteminfo_custom.lua and accname.lub and not working any other work around?

also any official headgears wont display

Edited by kalabasa
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...