Okey, so I tried to make a query to set 'mindamage' 1 where 'mindamage' 120 and 'maxlevel' = 10
Obviously I failed anyone know how to fix? +Rep if you can!Code:UPDATE creature_proto SET mindamage='1 ' WHERE mindamage = '120' and maxlevel = '10';
Okey, so I tried to make a query to set 'mindamage' 1 where 'mindamage' 120 and 'maxlevel' = 10
Obviously I failed anyone know how to fix? +Rep if you can!Code:UPDATE creature_proto SET mindamage='1 ' WHERE mindamage = '120' and maxlevel = '10';
Dam dam dam free Rep going and i dnt have a clue xD
Last edited by Bunster; 06-29-2009 at 06:01 PM. Reason: I likes orange xD
Try that, otherwise it'sCode:UPDATE `creature_proto` SET mindamage='1' WHERE mindamage='120' AND maxlevel = '10';
Good luck.Code:UPDATE TABLE `creature_proto` SET mindamage='1' WHERE mindamage='120' AND maxlevel = '10';
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
Thanks for fast reply, anyways update is it possible to do it to be like < 10 as anything from 10 and lower?
Should do it.Code:UPDATE `creature_proto` SET mindamage='1' WHERE mindamage='120' AND maxlevel < '10';
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
Ahh, thanks! +Rep
Edit: Just gotta spread, will +Rep after I have