Resource icon

bonus3 bAtkEnemyStat 1.0

No permission to download
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.

Author
Guest
Downloads
37
Views
3,245
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. Version 1.0

    Fixed critical error
Back
Top