Jump to content
  • 0

Custom Weapon Not Showing When Attack


Question

Posted (edited)

Can You Explain Me Sir About This ? Im Very Confused About It 

 

 

25167,La_tizona,La Tizona,4,100,100,10,100,,2,4,0x000654E2,63,2,2,4,99,1,25167,{ bonus2 bSubRace,RC_Player,3; bonus bStr,5; bonus bDex,10; },{},{}

 

 

°Ë»ç_¿©_25167

°Ë»ç_¿©_25167.spr

and more

 

Weapontable.lua

[Weapon_IDs.WEAPONTYPE_La_tizona] = "_La_tizona"

WEAPONTYPE_La_tizona = 98

[Weapon_IDs.WEAPONTYPE_La_tizona] = Weapon_IDs.WEAPONTYPE_SWORD

 

post-18834-0-96961000-1416488214_thumb.jpg

Edited by RingShadow

9 answers to this question

Recommended Posts

Posted (edited)

try this since your using a 2013 client

data files


±â»ç_¿©_25167 and so forth

item_db.txt
25167,La_tizona,La Tizona,4,100,100,10,100,,2,4,0x000654E2,63,2,2,4,99,1,2,{ bonus2 bSubRace,RC_Player,3; bonus bStr,5; bonus bDex,10; },{},{}



iteminfo.lua/lub

[25167] = {
        unidentifiedDisplayName = "Sword",
        unidentifiedResourceName = "La_tizona",
        unidentifiedDescriptionName = {
            "Unidentified item, can be identified with [Magnifier].",
        },
        identifiedDisplayName = "La Tizona",
        identifiedResourceName = "La_tizona",
        identifiedDescriptionName = {
            "An one-handed sword with a rounded blade.",
            "Dex + 10, Str + 5",
            "Increase Damage to Players by 3%",
            "Class :^777777 Sword^000000",
            "Attack :^777777 39^000000",
            "Weight :^777777 60^000000",
            "Weapon Level :^777777 1^000000",
            "Required Level :^777777 2^000000",
            "Applicable Job :^777777 Novice, Swordman Class, Merchant Class, Thief Class^000000",
        },
        slotCount = 4,
        ClassNum = 98
    },


 

Edited by Yonko

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...