Jump to content
  • 0
Sign in to follow this  
mashemaru

skill mapflag

Question

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

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.