Jump to content
  • 0

The wings are not displayed correctly!


gamka

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  29
  • Reputation:   0
  • Joined:  10/11/20
  • Last Seen:  

 

Good day! Please tell me. Added wings to the server everything is fine everything is working everything is displayed but it is not displayed correctly! How can this be fixed?

1.png

2.png

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  43
  • Reputation:   20
  • Joined:  05/05/15
  • Last Seen:  

This is a layering issue, not a sprite issue, depending on your client version you will need to grab/edit the files in data/luafiles514/lua files/spreditinfo

 

@Haziel has an adjusted version you can find on his discord (https://discord.gg/3yKG3WfTaY) under #support-files. (it might be uploaded somewhere here on rA but I'm not sifting through the clown fiesta file section :^])

Edited by Panic
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

Use sprite editor if you are well know how to edit a sprite act

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  477
  • Reputation:   269
  • Joined:  06/13/17
  • Last Seen:  

Did you add it as headgear?.. better edit it..
if you add it as garment/robe.. then it's layer issues depends on your client version as @Panic says.. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  29
  • Reputation:   0
  • Joined:  10/11/20
  • Last Seen:  

 

Yes I added it as a headdress. Added data / luafiles514 / lua files / spreditinfo nothing has changed ... Edit it in the Act Editor?

3.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  43
  • Reputation:   20
  • Joined:  05/05/15
  • Last Seen:  

55 minutes ago, gamka said:

 

Yes I added it as a headdress. Added data / luafiles514 / lua files / spreditinfo nothing has changed ... Edit it in the Act Editor?

3.png

You need to add it as a garment, not a headgear. If you do not add it as a garment it will not register with the transparentitem.lub. You need to set the equip location to 8192 for costume or 4 for non-costume garment.

Edited by Panic
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  29
  • Reputation:   0
  • Joined:  10/11/20
  • Last Seen:  

 

Made the wings on the GERMENT position; the wings are not displayed at all, they are displayed only on the head. I tried to transfer the wings to the suit, the problem persists

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

2 minutes ago, gamka said:

 

Made the wings on the GERMENT position; the wings are not displayed at all, they are displayed only on the head. I tried to transfer the wings to the suit, the problem persists

If you only changed the postion in item_db.yml then thats not gonna work, first you need to make the client side read it as a robe/garment type of item.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  29
  • Reputation:   0
  • Joined:  10/11/20
  • Last Seen:  

 

I'm just developing, in the client and server parts of creating servers, it would be nice to get a small guide, or indicate where you can see step-by-step instructions.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  43
  • Reputation:   20
  • Joined:  05/05/15
  • Last Seen:  

You need to create entries for your garments in spriterobeid.lub (where you assign it's view ID similar to accessoryid.lub) and spriterobename.lub (where you assign the ID to a resource like accname.lub) it's pretty self explanatory when you open the lubs. Both lubs can be found in your datainfo folder.

 

This would be your entry for the wings you are trying to use (directly from kRO).

 

spriterobeid.lub
 

  ROBE_WINGS_OF_FALLEN_ANGEL = 3,

3 would be your view ID for your DB entry (you can change the ID if you wish).

spriterobename.lub

  [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = "타락천사의날개",

Make sure to put the name entry in both tables RobeNameTable and RobeNameTable_Eng.

 

 

Edited by Panic
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  29
  • Reputation:   0
  • Joined:  10/11/20
  • Last Seen:  

 

You helped me a lot! Thanks a lot, fixed everything! It was enough to do:

{
    Id: 19302
    AegisName: "Wings"
    Name: "Wings"
    Type: "IT_ARMOR"
    Buy: 100000
    Weight: 1000
    Def: 5
    Slots: 1
    Job: {
        All: true
        Novice: false
    }
    Loc: "EQP_COSTUME_GARMENT"
    ViewSprite: 9
    Script: <"
        bonus bDelayrate,-25;
        bonus bAspdRate,25;
        bonus bSpeedRate,25;
    ">
},

____________________________________________

Viewsprite: 9

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  43
  • Reputation:   20
  • Joined:  05/05/15
  • Last Seen:  

Glad I could help friend, have a good day.

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