Nukayool Posted October 8, 2017 Share Posted October 8, 2017 Boas Malta, É o seguinte os jogadores ao alterarem ou mudarem de mapa conseguem "bugar" as montadas. Isto é ela fica lá equipada e não estão montados. Eu queria corrigir isto de maneira a que ou fiquem montados quando alteram com ela equipada ou então ela sai-se automaticamente. cumpz Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted October 9, 2017 Share Posted October 9, 2017 Coloca aqui o id de uma montada sff, ou print dela equipada para ver o slot estive com isso ha uns dias e sei que esta aqui algures Link to comment Share on other sites More sharing options...
Nukayool Posted October 9, 2017 Author Share Posted October 9, 2017 Boas @Tierri Lopes De momento são todas, se alterar ficam equipadas lá mas não fico montado. cumpz Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted October 15, 2017 Share Posted October 15, 2017 Olá, acho que já tenho a solução. Podes meter aqui a tua quest de montadas sff? Link to comment Share on other sites More sharing options...
Nukayool Posted October 15, 2017 Author Share Posted October 15, 2017 Boas, Desde já Obrigado. Hidden Content Give reaction to this post to see the hidden content. cumpz Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted October 15, 2017 Share Posted October 15, 2017 Basta descomentar e editares: Hidden Content Give reaction to this post to see the hidden content. Para: Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Nukayool Posted October 15, 2017 Author Share Posted October 15, 2017 Meti assim: Hidden Content Give reaction to this post to see the hidden content. Contudo está igual Link to comment Share on other sites More sharing options...
Marco Posted October 15, 2017 Share Posted October 15, 2017 (edited) Não há uma forma na source para tal? Edited October 15, 2017 by L2P Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted October 15, 2017 Share Posted October 15, 2017 19 minutes ago, L2P said: Não há uma forma na source para tal? Sim há mas, sei que está na metin2dev mas não encontro :/ Elimina isto: Hidden Content Give reaction to this post to see the hidden content. Deixa apenas: Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Marco Posted October 15, 2017 Share Posted October 15, 2017 @Nukayool tenta: Não tenho certeza de resolve, vi num forum. quest mount_bug begin state start begin when login with pc.is_mount() begin pc.unmount() pc.mount(vnum) end end end quest mount_bug begin state start begin when item.use begin if pc.is_mount() then pc.setqf("is_mount", 0) else pc.setqf("is_mount", 1) end end when login with pc.getqf("is_mount") == 1 begin pc.unmount() pc.mount(vnum) end end end Link to comment Share on other sites More sharing options...
Nukayool Posted October 16, 2017 Author Share Posted October 16, 2017 @Tierri Lopes @L2P Obrigado aos dois por tudo, Contudo a solução do tierri sem meter a cena que meti funcionou. cumpz 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