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 mashemaru, 22 October 2015 - 12:41 PM.
Posted 22 October 2015 - 12:41 PM
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 mashemaru, 22 October 2015 - 12:41 PM.
Posted 26 October 2015 - 04:53 PM
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.
0 members, 1 guests, 0 anonymous users