Jump to content
  • 0

Custom item alt+q error on novice\high novice\1st job\trans 1st job


Gunburn

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  12/28/14
  • Last Seen:  

Greetings everyone, I would like to ask some help about my problem. I added a custom item called golden aura from Darkside-RO which uses hercules git i think. It's working perfectly fine when I'm pressing alt+q while wearing it on normal\trans 2nd jobs and 3rd jobs and even expanded classes like kagerou and deathknight. But getting an error when I alt+q while wearing it on novice\high novice\high 1st jobs like high thief\high archer.

Here are the scripts and screenshot of the error, thanks for your help in advance...

accessodyid.lub
ACCESSORY_goldenaura = 1597

accname.lub
[ACCESSORY_IDs.ACCESSORY_goldenaura] = "_goldenaura"

iteminfo.lua
[32005] = {
        unidentifiedDisplayName = "",
        unidentifiedResourceName  = "",
        unidentifiedDescriptionName = {
        },
        identifiedDisplayName = "goldenaura",
        identifiedResourceName = "goldenaura",
        identifiedDescriptionName = {
            "Golden Aura.",
            "------------------------",
            "Powerful aura bestowed by odin himself for the rightful owner.",
            "------------------------",
            "Class:^6666CC Headgear^000000",
            "Defense:^0000FF 0^000000",
            "Location:^6666CC Lower^000000",
            "Weight:^006600 10^000000",
            "Jobs:^6666CC All classes^000000",
        },
        slotCount = 4,
        ClassNum = 1597
    },

item_db.txt
32005,goldenaura,goldenaura,4,20,,100,,3600,,4,0xFFFFFFFF,63,2,1,4,0,1,1597,{ bonus bSpeedRate,100; bonus bBaseAtk,20; bonus bNoMagicDamage,100; bonus bUnbreakableWeapon,1; bonus bUnbreakableArmor,1; bonus bNoKnockback,0; bonus bDefRatioAtkClass,Class_All; bonus3 bAutoSpell,"SA_DISPELL",10,50; bonus3 bAutoSpell,"PR_LEXAETERNA",1,100; skill "TK_SEVENWIND", 5; skill "SA_CLASSCHANGE", 1; },{ sc_start4 SC_ENDURE,60000,10,0,0,1; skilleffect 384,0; sc_start SC_MELTDOWN,-1,5; SC_Start SC_CP_HELM,-1,5; SC_Start SC_CP_ARMOR,-1,5; SC_Start SC_CP_SHIELD,-1,5; SC_Start SC_CP_WEAPON,-1,5; },{ sc_end SC_ENDURE; }

 

screenrAthena003.thumb.jpg.c83723789f12313f33c2bafbeb962c71.jpgscreenrAthena002.thumb.jpg.bf9b343817229a85e5f3f00da013fb22.jpg3.thumb.jpg.b6b7c2da307841af418bf3c54500bde7.jpg

 

EDIT:

I set my goldenaura custom item as a shadow lower headgear and it didn't give an error on alt+q general, but whenever I go to the custom tab of alt+q it then gives me the error again. Please someone help me, I already wasted 2 of my fruitful days just to research for this problem and I always failed... -_-

image.thumb.png.ca7cff68f54cc02e4ee8f2cdb32a9aa4.png

 

Edited by Gunburn
Edit for warning
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  12/28/14
  • Last Seen:  

Bump. Anyone wanna help me? :(

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1678
  • Reputation:   704
  • Joined:  12/21/14
  • Last Seen:  

 

first try to remove all the item script and see if it work or not

for the iteminfo try like that

[32005] = {
        unidentifiedDisplayName = "",
        unidentifiedResourceName  = "",
        unidentifiedDescriptionName = { "..." },
        identifiedDisplayName = "goldenaura",
        identifiedResourceName = "goldenaura",
        identifiedDescriptionName = {
            "Golden Aura.",
            "------------------------",
            "Powerful aura bestowed by odin himself for the rightful owner.",
            "------------------------",
            "Class:^6666CC Headgear^000000",
            "Defense:^0000FF 0^000000",
            "Location:^6666CC Lower^000000",
            "Weight:^006600 10^000000",
            "Jobs:^6666CC All classes^000000"
        },
        slotCount = 4,
        ClassNum = 1597
    },

not sure if it would make a diffrent but still

Edited by sader1992
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  12/28/14
  • Last Seen:  

10 hours ago, sader1992 said:

 

first try to remove all the item script and see if it work or not

for the iteminfo try like that


[32005] = {
        unidentifiedDisplayName = "",
        unidentifiedResourceName  = "",
        unidentifiedDescriptionName = { "..." },
        identifiedDisplayName = "goldenaura",
        identifiedResourceName = "goldenaura",
        identifiedDescriptionName = {
            "Golden Aura.",
            "------------------------",
            "Powerful aura bestowed by odin himself for the rightful owner.",
            "------------------------",
            "Class:^6666CC Headgear^000000",
            "Defense:^0000FF 0^000000",
            "Location:^6666CC Lower^000000",
            "Weight:^006600 10^000000",
            "Jobs:^6666CC All classes^000000"
        },
        slotCount = 4,
        ClassNum = 1597
    },

not sure if it would make a diffrent but still

Already done removing the item bonus script sir it didn't fix it, and that same script works with other items. I'm suspecting that the custom item is the culprit itself, because I just extracted it from the grf of DarksideRO which uses hercules emulator.

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