• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

skill mapflag

mashemaru

New member
Messages
5
Points
0
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:
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.

 
Back
Top