Jump to content
  • 0

Custom HG Won't show [SOLVED]


LewL

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  84
  • Reputation:   1
  • Joined:  01/08/20
  • Last Seen:  

Before i posted this i already tried searching for the same problem posted here but i tried everything i can, still it won't show ?
Already checked my spr and act files also my lua and lub files still can't figure it out. Btw i'm using the lastest ragnarok online offline server pack 2019 
By anacondaq.

/db/import/Itemdb.txt

32000,Beginner_Mark,Beginner Mark,5,20,,0,,1,,0,0xFFFFFFFF,63,2,256,,0,1,2000,{bonus bAllStats,1;},{},{}
32001,Blessing_Of_Porings,Blessing Of Porings,5,20,,0,,1,,0,0xFFFFFFFF,63,2,1,,0,1,2001,{ bonus bAllStats,1;},{},{}
32002,Heart_Sunglasses,Heart Sunglasses,5,20,,0,,1,,0,0xFFFFFFFF,63,2,512,,0,1,2002,{bonus bAllStats,1;},{},{}

Client Side: lua files/datainfo/accessoryid.lub

ACCESSORY_Beginner_Mark = 2000,
ACCESSORY_Blessing_Of_Porings = 2001,
ACCESSORY_Heart_Sunglasses = 2002,

lua files/datainfo/accname.lub

[ACCESSORY_IDs.ACCESSORY_Beginner_Mark] = "_Beginner_Mark",
[ACCESSORY_IDs.ACCESSORY_Blessing_Of_Porings] = "_Blessing_Of_Porings",
[ACCESSORY_IDs.ACCESSORY_Heart_Sunglasses] = "_Heart_Sunglasses",

System/itemInfo.lua

        [32000] = {
        unidentifiedDisplayName = "Hat",
        unidentifiedResourceName = "캡",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Beginner Mark",
        identifiedResourceName = "Beginner_Mark",
        identifiedDescriptionName = {
        "^0000EECatastrophe Ragnarok Custom^000000.",
        "To Be Decided.",
        "Class :^777777 Custom Headgear^000000",
        "Defense :^777777 5^000000",
        "Equipped on :^777777 Upper^000000",
        "Weight :^777777 10^000000",
        "Applicable Job :^777777 Every Job^000000",
        },
        slotCount = 0,
        ClassNum = 2000
    },

Untitled.png

Edited by Emistry
codebox
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  84
  • Reputation:   1
  • Joined:  01/08/20
  • Last Seen:  

8 hours ago, Deye0823 said:

Hello,

I have the same problem and I have tried to do everything the guides say but I still haven't solved anything.

any solution for this ?.

Thank you.

figured it out by increasing the viewid on diff

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  17
  • Reputation:   0
  • Joined:  03/31/20
  • Last Seen:  

Hello,

I have the same problem and I have tried to do everything the guides say but I still haven't solved anything.

any solution for this ?.

Thank you.

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