Search the Community
Showing results for tags 'reduction'.
Found 3 results
-
[FONT=Arial Black][SIZE=7][COLOR="#0000FF"]Reduction RSPS | 718[/COLOR][/SIZE][/FONT] [IMG]http://img824.imageshack.us/img824/3286/718g.png[/IMG] [IMG]http://img255.imageshack.us/img255/5497/reduction.png[/IMG] [COLOR="#FF0000"]Join now at Reduction.eu5.org ![/COLOR]
-
This is making a max hit possible on a npc. I will show a example for nex. Go Into Npc.java and find: public void hit(int damage, Hits.HitType type) { And add this somewhere in it [CODE] if(damage >= 500 && getId() == 13447) { damage = 500; }[/CODE] Very Simple but useful. Happy new years.