Geralt Posted April 24, 2020 Posted April 24, 2020 Guys at the castle of wot in izlude have a part that I can use skill and the other not example in arena_room I can use skill when I enter the rooms at prt_are_in I can't use my mapflag noskill Quote //Prontera Arena =============== //prt_are_in mapflag noskill Quote
1 sader1992 Posted April 24, 2020 Posted April 24, 2020 (edited) - script noskill_mapflag_remove -1,{ OnInit: if(getmapflag("prt_are_in",mf_noskill)) removemapflag "prt_are_in",mf_noskill; end; } put it at the end of your scripts list so it would load last Edited April 24, 2020 by sader1992 Quote
0 sader1992 Posted April 24, 2020 Posted April 24, 2020 when you edit the map flag reload the scripts use @mapflag command to check what map flags are in the map you in. Quote
0 Geralt Posted April 24, 2020 Author Posted April 24, 2020 10 minutes ago, sader1992 said: quando você editar a bandeira do mapa recarregar os scripts use @mapflag comando para verificar quais sinalizadores de mapa estão no mapa em que você está. I checked with the command @mapflag appears as I can't use the skill on the map so I think noskill.txt isn't loading Quote
0 Geralt Posted April 24, 2020 Author Posted April 24, 2020 1 minute ago, sader1992 said: @reloadscript I have done it too @reloadsricpt I have already compiled it again I didn't solve it in the noskill.txt file, it's commented // more inside the server still I can't use Quote
0 sader1992 Posted April 24, 2020 Posted April 24, 2020 if even after the reload the mapflag is not removed make sure there is no where else the mapflag targeting the map other files or you can disable the mapflag using a script with oninit event at the end of your scripts list Quote
0 Geralt Posted April 24, 2020 Author Posted April 24, 2020 (edited) 15 minutes ago, sader1992 said: se mesmo depois da recarga da bandeira mapeada não é removido certifique-se de que não há onde mais a bandeira mapeando visando o mapa outros arquivos ou você pode desativar a bandeira do mapa usando um script com evento oninit no final de sua lista de scripts I don't know where to start the script Edited April 24, 2020 by Geralt Quote
Question
Geralt
Guys at the castle of wot in izlude have a part that I can use skill and the other not
example in
arena_room I can use skill
when I enter the rooms at prt_are_in I can't use
my mapflag noskill
7 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.