View Single Post
  #1  
Old 04-29-2016, 04:25 PM
alberto667
Fire Beetle
 
Join Date: Apr 2010
Posts: 4
Default Spells usable by all classes

Hello everyone,

I am looking for tips or hints to mod the 'spells_new' entries so any class could use any spell.
So far i found this query that works, it changes lvl255 restriction to the lvl i want by columns (lvl50 for mage spells for example here) :

update spells_new set classes(13)=50 where classes(13)>253;

..Now i would like to go farther and for each spell ID to check the minimum lvl rec from classes1 to classes16 colums and apply that level to the rest of the classes.

Not sure if it's clear, english is not my native tongue.

Thanks for your help ladies and gentlemen
Reply With Quote