Page 1 of 1

Castle Guards

Posted: Mon Aug 03, 2009 10:09 am
by Legionaire
Can anyone tell me how do I disable Castle Guards on a Gracia Final server?

Re: Castle Guards

Posted: Mon Aug 03, 2009 12:24 pm
by devo

Re: Castle Guards

Posted: Mon Aug 03, 2009 10:24 pm
by qwerty13
Or maybe you want minimize guards count?

Code: Select all

DELETE from castle_siege_guards where id LIKE '%2';DELETE from castle_siege_guards where id LIKE '%3';DELETE from castle_siege_guards where id LIKE '%5';DELETE from castle_siege_guards where id LIKE '%6';DELETE from castle_siege_guards where id LIKE '%8';DELETE from castle_siege_guards where id LIKE '%9';

Re: Castle Guards

Posted: Tue Aug 04, 2009 8:18 am
by Legionaire
thanks both for the solutions. I will try to apply them tonight