Kuroyama
New member
- Messages
- 128
- Points
- 0

How to fix acid demo damage soul link?
// If linked, alchemists will have 15% increase in CR_ACIDDEMONSTRATION's damage
if( sd->sc.data[SC_SOULLINK] && sd->sc.data[SC_SOULLINK]->val2 == SL_ALCHEMIST )
md.damage += md.damage*15/100;
I'm using this one but it makes the damage 999999 without link.
EDIT: This is for additional 15% dmage for acid demo when soul linked.
Last edited by a moderator: