Jump to content
  • 0

WIngs Problem


scrubtasticx

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/25/12
  • Last Seen:  

SO i got my wings working only problem is all the wings once put on all look like angel wings its just when im wearing them otherwise its all fine any idea what im doing wrong?

 

AccessoryID.lub  ACCESSORY_Angel_Wings = 1059,
                            ACCESSORY_Butterfly_Wings = 1059

}

i have tried to change one of the 1059 to 1060 but same results .

 

Accname.lub      [ACCESSORY_IDs.ACCESSORY_Angel_Wings] = "_Angel_Wings",
                           [ACCESSORY_IDs.ACCESSORY_Butterfly_Wings] = "_Butterfly_Wings"
}

 

Iteminfo.lua           [19900] = {
        unidentifiedDisplayName = "Angel Wings",
        unidentifiedResourceName = "Angel_Wings",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Angel Wings",
        identifiedResourceName = "Angel_Wings",
        identifiedDescriptionName = {
            "Angel Wings.",
            "Class:^6666CC Costume^000000",
            "Location:^6666CC Upper^000000",
            "Weight:^009900 0^000000",
            "Level Requirement:^009900 1^000000",
            "Jobs:^6666CC All classes^000000"
        },
        slotCount = 0,
        ClassNum = 1059
    },
    [19901] = {
        unidentifiedDisplayName = "Butterfly Wings",
        unidentifiedResourceName = "Butterfly_Wings",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Butterfly Wings",
        identifiedResourceName = "Butterfly_Wings",
        identifiedDescriptionName = {
            "Butterfly Wings.",
            "Class:^6666CC Costume^000000",
            "Location:^6666CC Upper^000000",
            "Weight:^009900 0^000000",
            "Level Requirement:^009900 1^000000",
            "Jobs:^6666CC All classes^000000"
        },
        slotCount = 0,
        ClassNum = 1059
    },

 

ItemDB.txt            //Custom Wings
19900,Angel_Wings,Angel Wings,5,,0,10,,10,,0,0xFFFFFFFF,7,2,1024,,1,0,1059,{},{},{}
19901,Butterfly_Wings,Butterfly Wings,5,,0,10,,10,,0,0xFFFFFFFF,7,2,1024,,1,0,1060,{},{},{}

Edited by scrubtasticx
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/25/12
  • Last Seen:  

nevermind i fixed it LOL thanks all

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