PapaZola Posted August 19, 2014 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted August 19, 2014 hello its posibble to remove warg from ranger when entered pvp map and gvg map? example player 1 at maintown when entered pvp and gvg the warg automatic will turn off Quote Link to comment Share on other sites More sharing options...
Jarek Posted August 20, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted August 20, 2014 Maybe like this OnPCLoadMapEvent: getmapxy(@map, @x, @y, 0, strcharinfo(0)); if ( (getmapflag(@map,mf_pvp) || getmapflag(@map,mf_gvg)) && checkwug() ) setoption Option_Wugrider,0; end; + you need to restrict mounting warg on this maps via skill_nocast_db.txt: 2241,6; Quote Link to comment Share on other sites More sharing options...
PapaZola Posted August 20, 2014 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted August 20, 2014 not working sir - script offwarg -1,{ OnPCLoadMapEvent: getmapxy(@map, @x, @y, 0, strcharinfo(0)); if ( (getmapflag(@map,mf_pvp) || getmapflag(@map,mf_gvg)) && checkwug() ) setoption Option_Wugrider,0; end; } Quote Link to comment Share on other sites More sharing options...
Jarek Posted August 20, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted August 20, 2014 not working sirMy bad OnPCLoadMapEvent: getmapxy(@map$, @x, @y, 0, strcharinfo(0)); if((getmapflag(@map$,mf_pvp) || getmapflag(@map$,mf_gvg)) && checkwug() ) setoption Option_Wugrider,0; end; And don't forget that OnPCLoadMapEvent triggers only in a maps marked with the 'loadevent' mapflag Quote Link to comment Share on other sites More sharing options...
PapaZola Posted August 20, 2014 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted August 20, 2014 u mean example mapname mapflag loadevent right? Quote Link to comment Share on other sites More sharing options...
Jarek Posted August 20, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted August 20, 2014 Yes Quote Link to comment Share on other sites More sharing options...
PapaZola Posted August 20, 2014 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted August 20, 2014 (edited) check pm please Edited August 20, 2014 by PapaZola Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
hello
its posibble to remove warg from ranger when entered pvp map and gvg map?
example player 1 at maintown when entered pvp and gvg the warg automatic will turn off
Link to comment
Share on other sites
6 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.