View Single Post
  #3  
Old 04-16-2013, 07:38 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default

This actually was pretty awesome for me thank you! For some reason I cant get spell editors to work on my PC and I have no idea why.

I do have a question tho,

lets say I wanted to increase [ALL] PC based destrimental spells could I use;

Code:
UPDATE spells_new set effect_base_value1 = effect_base_value1 * 2 where effect_base_value1 < 0 and class1 < 254 ;
Obviously I would swap out the "class" column everytime being a newb, but then that way there I wouldnt change out NPC spells.
Reply With Quote