Thread
:
Make Players Stronger / NPC weaker
View Single Post
#
5
01-18-2017, 12:10 PM
werebat
Hill Giant
Join Date: Oct 2010
Posts: 143
One line fixes all, for example: this line will halve the hp's of all npcs
update npc_types set hp = hp * 0.5;
Backup your table first so if you mess up you can restore it.
werebat
View Public Profile
Send a private message to werebat
Find all posts by werebat