M mashemaru New member Messages 5 Points 0 Oct 22, 2015 #2 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. Last edited by a moderator: Oct 22, 2015
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.
E Easycore New member Messages 184 Points 0 Oct 26, 2015 #3 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.
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.