View Single Post
  #6  
Old 06-09-2013, 08:05 AM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 187
Default

Str opposes mitigation, so.. You could run a query to reduce str

Code:
Update npc_types set astr = astr - 10 where level = (level you have issues with)
Do that, parse, if damage is still too high then repeat.


Backup tables first . And I'm not sure of implications of negative str
Reply With Quote