how do I edit npc dmg with mysql pls?
as the title above states how can I mass edit npcs min and max dmg using mysql based off their level? thanks for any help in advance.
|
|
UPDATE npc_types SET min_damage = min_damage * 1.5 WHERE min_damage > 0
UPDATE npc_types SET max_damage = max_damage * 1.5 WHERE max_damage > 0 that will increase min and max damage by 1.5 (50%) for all records in npc_types obviously you can modify that to your desires |
thanks for the help, this is exactly what I was looking for! :)
|
All times are GMT -4. The time now is 10:11 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.