View Single Post
  #15  
Old 02-07-2013, 01:28 AM
Disorder
Hill Giant
 
Join Date: Apr 2010
Location: USA
Posts: 133
Default

For an immediate fix, I figured out how to use LIKE %sumair (or fire, etc) for mage pets.

Quote:
UPDATE npc_types SET hp = hp * 8 WHERE npc_types.name LIKE 'sumfire%';
It's not streamlined like I was hoping for, but better than doing every single one by hand.

I think it would be interesting to see pets become easily distinguished from all other npc_types, but maybe it isn't as useful as I think it would be.
__________________
Disorder
Reply With Quote