Castle Guards

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Legionaire
Posts: 6
Joined: Mon May 25, 2009 7:54 pm

Castle Guards

Post by Legionaire »

Can anyone tell me how do I disable Castle Guards on a Gracia Final server?
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: Castle Guards

Post by devo »

A hero of war is that what they see...
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Castle Guards

Post 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';
Legionaire
Posts: 6
Joined: Mon May 25, 2009 7:54 pm

Re: Castle Guards

Post by Legionaire »

thanks both for the solutions. I will try to apply them tonight
Post Reply