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.
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.
- Submitter
Normynator - Submitted
01/11/17 - Category
Plugins
Last edited: