Hi all
i would like to add another code similiar as this
thanks
i would like to add another code similiar as this
what i want try to do is add check if player equip certain weapon id and it will do the damage % cap like above code. Let say if the player using infiltrator item id 1267, it will give atk_addrate 25%. how can i accomplish this?ATK_ADDRATE(map_flag_gvg(src->m)?25:100); //+25% dmg on woe/+100% dmg on nonwoe
thanks