gamka Posted November 25, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 29 Reputation: 0 Joined: 10/11/20 Last Seen: February 1, 2023 Share Posted November 25, 2020 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? Quote Link to comment Share on other sites More sharing options...
1 Panic Posted November 25, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 43 Reputation: 20 Joined: 05/05/15 Last Seen: May 12, 2022 Share Posted November 25, 2020 (edited) 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 November 25, 2020 by Panic Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted November 25, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted November 25, 2020 Use sprite editor if you are well know how to edit a sprite act Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted November 25, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: Monday at 10:43 AM Share Posted November 25, 2020 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.. Quote Link to comment Share on other sites More sharing options...
0 gamka Posted November 25, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 29 Reputation: 0 Joined: 10/11/20 Last Seen: February 1, 2023 Author Share Posted November 25, 2020 Yes I added it as a headdress. Added data / luafiles514 / lua files / spreditinfo nothing has changed ... Edit it in the Act Editor? Quote Link to comment Share on other sites More sharing options...
0 Panic Posted November 25, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 43 Reputation: 20 Joined: 05/05/15 Last Seen: May 12, 2022 Share Posted November 25, 2020 (edited) 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? 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 November 25, 2020 by Panic Quote Link to comment Share on other sites More sharing options...
0 gamka Posted November 25, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 29 Reputation: 0 Joined: 10/11/20 Last Seen: February 1, 2023 Author Share Posted November 25, 2020 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 Quote Link to comment Share on other sites More sharing options...
0 Radian Posted November 25, 2020 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted November 25, 2020 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. Quote Link to comment Share on other sites More sharing options...
0 gamka Posted November 25, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 29 Reputation: 0 Joined: 10/11/20 Last Seen: February 1, 2023 Author Share Posted November 25, 2020 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. Quote Link to comment Share on other sites More sharing options...
0 Panic Posted November 25, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 43 Reputation: 20 Joined: 05/05/15 Last Seen: May 12, 2022 Share Posted November 25, 2020 (edited) 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 November 25, 2020 by Panic 1 Quote Link to comment Share on other sites More sharing options...
0 gamka Posted November 26, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 29 Reputation: 0 Joined: 10/11/20 Last Seen: February 1, 2023 Author Share Posted November 26, 2020 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 Quote Link to comment Share on other sites More sharing options...
0 Panic Posted November 26, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 43 Reputation: 20 Joined: 05/05/15 Last Seen: May 12, 2022 Share Posted November 26, 2020 Glad I could help friend, have a good day. Quote Link to comment Share on other sites More sharing options...
Question
gamka
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?
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.