Jump to content

Adding Custom Weapon


Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/05/15
  • Last Seen:  

item_db

13423,13423,13423,5,0,,0,185,,1,4,0xFFFFFFFF,7,2,2,3,1,0,2,{ bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_All,40; },{},{}

iteminfo.lua

[13423] = {
        unidentifiedDisplayName = "13423",
        unidentifiedResourceName = "13423",
        unidentifiedDescriptionName = {
            "Unknown Item, can be identified by using a ^6666CCMagnifier^000000."
        },
        identifiedDisplayName = "13423",
        identifiedResourceName = "13423",
        identifiedDescriptionName = {
            "A one-handed sword that is made by the Paradise Group. A weapon that can be used by anyone easily.",
            "^FF0000Unrefineable^000000",
            "Class:^6666CC One-Handed Sword^000000",
            "Attack:^CC0000 147^000000",
            "Weight:^009900 0^000000",
            "Weapon Level:^009900 2^000000",
            "Level Requirement:^009900 26^000000",
            "Jobs:^6666CC Swordman, Merchant and Thief classes^000000"
        },
        slotCount = 4,
        ClassNum = 101

 

idnum2itemdisplaynametable.txt

13423#13423#

idnum2itemresnametable.txt

13423#13423#

 

 

 

Weapon_IDs = {

WEAPONTYPE_13423 = 101
    

 

WeaponNameTable = {

    [Weapon_IDs.WEAPONTYPE_13423] = "_13423"

 

 

Expansion_Weapon_IDs = {

    [Weapon_IDs.WEAPONTYPE_13423] = Weapon_IDs.WEAPONTYPE_SWORD

 

sprite/Àΰ£Á·/°Ë»ç/°Ë»ç_³²_13423.act&°Ë»ç_³²_13423.spr

same for female

¾Ç¼¼»ç¸®/³²_13423.act&³²_13423.spr

same for female

texture/item/13423.bmp & collection/13423.bmp

but when i equip it i got error..

pls tulong

 

 

 

 

 

 

 

 

 

Edited by bspace88
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

message me.

  • Upvote 1
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
Reply to this topic...

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