changerr Posted September 29, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 11 Reputation: 3 Joined: 07/18/15 Last Seen: June 27, 2020 Share Posted September 29, 2019 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 Quote Link to comment Share on other sites More sharing options...
0 changerr Posted September 29, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 11 Reputation: 3 Joined: 07/18/15 Last Seen: June 27, 2020 Author Share Posted September 29, 2019 (edited) 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 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 October 12, 2019 by Emistry codebox Quote Link to comment Share on other sites More sharing options...
0 llchrisll Posted October 10, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted October 10, 2019 I think 2014 doesn't use lua yet, dunno for that version, might be a view id issue of the item db entry Quote Link to comment Share on other sites More sharing options...
Question
changerr
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
Link to comment
Share on other sites
2 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.