Castle Guards
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 6
- Joined: Mon May 25, 2009 7:54 pm
Castle Guards
Can anyone tell me how do I disable Castle Guards on a Gracia Final server?
- devo
- Posts: 798
- Joined: Mon Jun 15, 2009 1:19 pm
Re: Castle Guards
A hero of war is that what they see...
- qwerty13
- Posts: 640
- Joined: Mon Feb 02, 2009 9:57 am
- Location: Europe
- Contact:
Re: Castle Guards
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';
-
- Posts: 6
- Joined: Mon May 25, 2009 7:54 pm
Re: Castle Guards
thanks both for the solutions. I will try to apply them tonight