View Single Post
  #1  
Old 04-08-2013, 09:51 AM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default Global class Item Adjustments?

I dont know if this is even possible, but I want to reduce the delay of knight ONLY useable weapons and berserker knight only useable weapons.

I know its rather limiting and possibly not even doable, but I dont want to reduce the delay of weapons that any other class can use...

For instance, I dont want a 1hs's delay reduced that a warrior and pally can both use, or a 2 hs that a zerker pally sk and war can use... Is this possible?

Code:
UPDATE items SET delay = delay * .5 WHERE class = paladin and class = shadowknight
Im pretty sure that would do exactly what I dont want to happen... Is there a way to do what im asking without having to change them one by one?
Reply With Quote