mashemaru 0 Posted October 22, 2015 (edited) Is it possible to have 2 different effect on 1 skill depending on mapflag? For example, on a certain mapflag or map array you cant dispell song buffs and on default you can. Thanks. Edited October 22, 2015 by mashemaru Quote Share this post Link to post Share on other sites
0 Easycore 31 Posted October 26, 2015 if( map_flag_vs(src->m)) { //What you put } Search the other mapflags, in Scourge are different names. For eg: map_flag_vs = PVP, map_flag_gvg = WoE and map_flag_gvg2 = Battlegrounds. Quote Share this post Link to post Share on other sites
Is it possible to have 2 different effect on 1 skill depending on mapflag?
For example, on a certain mapflag or map array you cant dispell song buffs and on default you can.
Thanks.
Edited by mashemaruShare this post
Link to post
Share on other sites