About This 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.
What's New in Version 1.0 See changelog
Released
- Fixed critical error

Recommended Comments
There are no comments to display.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now