Jump to content
  • 0

[FIXED] help Adding costume weapon using 2015 client


EvilMaker

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  12/04/15
  • Last Seen:  

Hi I'm newbie here! 

followed all the guides from rathena step by step about adding costume weapon but still the item sprite won't show up when equipped.

here are my script,

Quote

item_db.txt pre-re

40013,40013,40013,4,50,,400,17,,1,4,0x00000080,7,2,2,3,0,0,101,{},{},{}

i tried this too from one-hand range

13423,13423,13423,4,50,,400,17,,1,4,0x00000080,7,2,2,3,0,0,101,{ },{},{}

 

Data Folder

Quote

data\sprite\Àΰ£Á\±â»ç\±â»ç_³²_40013 sprt & act

data\sprite\Àΰ£Á\±â»ç\±â»ç_¿©_40013 sprt & act

data\sprite\¾ÆÀÌÅÛ\_40013 sprt & act

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection\_40013.bmp

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item\_40013.bmp

 

Weapontable.lub

Quote

 WEAPONTYPE_40013 = 101,

  [Weapon_IDs.WEAPONTYPE_40013] = "_40013"

  [Weapon_IDs.WEAPONTYPE_40013] = Weapon_IDs.WEAPONTYPE_SWORD

 

Iteminfo.lua

Quote

[40013] = {
        unidentifiedDisplayName = "40013",
        unidentifiedResourceName = "_40013",
        unidentifiedDescriptionName = {
            "Unidentified item, can be identified with [Magnifier].",
        },
        identifiedDisplayName = "Barnyu",
        identifiedResourceName = "_40013",
        identifiedDescriptionName = {
            "test",
            "Class :^777777^000000",
            "Defense :^777777 0^000000",
            "Equipped on :^777777 ^000000",
            "Required Level :^777777 ??^000000",
            "Weight :^777777 10^000000",
            "Applicable Job :^777777^000000",
        },
        slotCount = 3,
        ClassNum = 101
    },

 

Result,

screentest-TEST-TesT001.thumb.jpg.3d7f2e62302b97049aad06329e946701.jpg

 

someone give me advice and it works now! thanks!

Edited by EvilMaker
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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