Jump to content
  • 0

Weapon appears at character's foot


changerr

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   3
  • Joined:  07/18/15
  • Last Seen:  

Well guys, I have this problem. I added a weapon but it is appearing on my character's FOOT, does anyone know how to solve? hexed 2014-03-05

Screenshot_1.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   3
  • Joined:  07/18/15
  • Last Seen:  

On 9/30/2019 at 6:02 AM, changerr said:

Well guys, I have this problem. I added a weapon but it is appearing on my character's FOOT, does anyone know how to solve? hexed 2014-03-05

Screenshot_1.png


ITEM_DB: 

REPLACE INTO item_db VALUES(30212,'1550','1550',4,100,NULL,500,25,NULL,NULL,1,NULL,414947,NULL,2,2,1,2,NULL,4,101,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','');

ItemInfo.lua: 

[30212] = {
        unidentifiedDisplayName = "Livro do Caos",
        unidentifiedResourceName = "1550",
        unidentifiedDescriptionName = {
            "Item não identificado, pode ser identificado com [Lupa].",
            "Peso : ^77777750^000000"
        },
        identifiedDisplayName = "Livro do Caos",
        identifiedResourceName = "1550",
        identifiedDescriptionName = {
            "Espada simples, de uma mão só. Arraste esta arma para sua janela de equipamento para usar.",
            "Classe: ^777777Espada^000000",
            "Força de Ataque: ^77777725^000000",
            "Peso: ^77777750^000000",
            "Nível da arma: ^7777771^000000",
            "Nível necessário: ^7777772^000000",
            "Classes que utilizam: ^777777Aprendiz/ Espadachim/ Mercador/ Gatuno e as respectivas evoluções^000000"
        },
        slotCount = 4,
        ClassNum = 101,
    },

 

Weapontable.lua:

WEAPONTYPE_1550 = 101,

[Weapon_IDs.WEAPONTYPE_1550] = "_1550",

[Weapon_IDs.WEAPONTYPE_1550] = Weapon_IDs.WEAPONTYPE_BOOK,

 

 

Edited by Emistry
codebox
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

I think 2014 doesn't use lua yet, dunno for that version, might be a view id issue of the item db entry 

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