bonus3 bAtkEnemyStat

G

Guest

Guest
bonus3 bAtkEnemyStat


View File





Hercules Plugin

bonus3 bAtkEnemyStat

Description:

Will increase Damage by z% if Enemy Stat is >= y

Repo Link:

https://github.com/Normynator/Ragnarok/blob/master/HPM-Plugins/bonustargetstats/bonustargetstats.c

Credits:

Senpai Dastgir, for giving me inspiration

How to install?

https://github.com/HerculesWS/Hercules/wiki/Hercules-Plugin-Manager

How to use?

Format:

STR = 1

AGI = 2

VIT = 3

INT = 4

DEX = 5

LUK = 6

bonus3 bAtkEnemyStat, x, y, z;

x = Stat

y = Stat enemy must have

z = damage increase (10 = 10%);

e.g:

bonus3 bAtkEnemyStat, 3, 50, 10;

Increase Damage by 10% if enemy vit >= 50.




 
Last edited:
Back
Top