Luffy Posted January 2, 2018 Share Posted January 2, 2018 Pessoal, sempre que tento add pedras nas armas ou armaduras diz que não há slot nos itens. Link to comment Share on other sites More sharing options...
Hinata Posted January 5, 2018 Share Posted January 5, 2018 Hidden Content Give reaction to this post to see the hidden content. Erro recebido em syserr: 0104 23:48:58451 :: File "ui.py", line 1399, in OnSelectItemSlot 0104 23:48:58451 :: File "ui.py", line 55, in __call__ 0104 23:48:58451 :: File "ui.py", line 46, in __call__ 0104 23:48:58451 :: File "uiInventory.py", line 632, in SelectItemSlot 0104 23:48:58451 :: File "uiInventory.py", line 687, in __DropSrcItemToDestItemInInventory 0104 23:48:58452 :: File "uiInventory.py", line 797, in AttachMetinToItem 0104 23:48:58452 :: File "localeInfo.py", line 515, in REFINE_FAILURE_NO_GOLD_SOCKET 0104 23:48:58452 :: NameError 0104 23:48:58452 :: : 0104 23:48:58452 :: global name 'REFINE_FAILURE_NO_GOLD_SOCKET0' is not defined 0104 23:48:58452 :: Definido o REFINE_FAIILURE_NO_GOLD_SOCKET ele apenas não da mais o erro, porém o item continua impossível de equipar jóias. Link to comment Share on other sites More sharing options...
Luffy Posted January 5, 2018 Author Share Posted January 5, 2018 3 horas atrás, Hinata disse: Hidden Content Give reaction to this post to see the hidden content. Erro recebido em syserr: 0104 23:48:58451 :: File "ui.py", line 1399, in OnSelectItemSlot 0104 23:48:58451 :: File "ui.py", line 55, in __call__ 0104 23:48:58451 :: File "ui.py", line 46, in __call__ 0104 23:48:58451 :: File "uiInventory.py", line 632, in SelectItemSlot 0104 23:48:58451 :: File "uiInventory.py", line 687, in __DropSrcItemToDestItemInInventory 0104 23:48:58452 :: File "uiInventory.py", line 797, in AttachMetinToItem 0104 23:48:58452 :: File "localeInfo.py", line 515, in REFINE_FAILURE_NO_GOLD_SOCKET 0104 23:48:58452 :: NameError 0104 23:48:58452 :: : 0104 23:48:58452 :: global name 'REFINE_FAILURE_NO_GOLD_SOCKET0' is not defined 0104 23:48:58452 :: Definido o REFINE_FAIILURE_NO_GOLD_SOCKET ele apenas não da mais o erro, porém o item continua impossível de equipar jóias. Pois é, eu percebi isso . E também não da pra por emblema com formato ".jpeg" na guild. Link to comment Share on other sites More sharing options...
Hinata Posted January 6, 2018 Share Posted January 6, 2018 Alguém? Link to comment Share on other sites More sharing options...
Luffy Posted January 8, 2018 Author Share Posted January 8, 2018 Em 04/01/2018 em 23:51, Hinata disse: Hidden Content Give reaction to this post to see the hidden content. Erro recebido em syserr: 0104 23:48:58451 :: File "ui.py", line 1399, in OnSelectItemSlot 0104 23:48:58451 :: File "ui.py", line 55, in __call__ 0104 23:48:58451 :: File "ui.py", line 46, in __call__ 0104 23:48:58451 :: File "uiInventory.py", line 632, in SelectItemSlot 0104 23:48:58451 :: File "uiInventory.py", line 687, in __DropSrcItemToDestItemInInventory 0104 23:48:58452 :: File "uiInventory.py", line 797, in AttachMetinToItem 0104 23:48:58452 :: File "localeInfo.py", line 515, in REFINE_FAILURE_NO_GOLD_SOCKET 0104 23:48:58452 :: NameError 0104 23:48:58452 :: : 0104 23:48:58452 :: global name 'REFINE_FAILURE_NO_GOLD_SOCKET0' is not defined 0104 23:48:58452 :: Definido o REFINE_FAIILURE_NO_GOLD_SOCKET ele apenas não da mais o erro, porém o item continua impossível de equipar jóias. Consegui a solução pra por pedras nos itens. Vai na source do client abri itemData.h Procure por: enum EMetinSubTypes { METIN_NORMAL = 1, METIN_GOLD = 0, }; Edite para: enum EMetinSubTypes { METIN_NORMAL = 0, METIN_GOLD = 1, }; Agora só falta o problema dos emblemas. Link to comment Share on other sites More sharing options...
Hinata Posted January 8, 2018 Share Posted January 8, 2018 20 horas atrás, Luffy disse: Consegui a solução pra por pedras nos itens. Vai na source do client abri itemData.h Procure por: enum EMetinSubTypes { METIN_NORMAL = 1, METIN_GOLD = 0, }; Edite para: enum EMetinSubTypes { METIN_NORMAL = 0, METIN_GOLD = 1, }; Agora só falta o problema dos emblemas. Thanks, ainda não testei sobre os emblemas vou testar e depois digo algo Link to comment Share on other sites More sharing options...
Luffy Posted January 8, 2018 Author Share Posted January 8, 2018 Solução para os emblemas da guild Spoiler Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Hinata Posted January 8, 2018 Share Posted January 8, 2018 1 minuto atrás, Luffy disse: Solução para os emblemas da guild Ocultar conteúdo Hidden Content Give reaction to this post to see the hidden content. OMG faast! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now