Minimize castle/fort guards number.

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
detunius
Posts: 32
Joined: Thu Dec 04, 2008 7:34 pm

Minimize castle/fort guards number.

Post by detunius »

how to minimize castle guards or fort guards number :?:
couse a small server with 10-20 people is to dificult to defend all guards

thanks.
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Minimize castle/fort guards number.

Post by qwerty13 »

yeah! this is actually question..how can i do this?
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: Minimize castle/fort guards number.

Post by kotk »

Take a look at castle_siege_guards.sql and the castle_siege_guards table.
Elektra
Posts: 205
Joined: Thu Sep 01, 2005 2:32 am

Re: Minimize castle/fort guards number.

Post by Elektra »

using this will reduce the total seige spawn to 33% of the current values

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';
enjoy!
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Minimize castle/fort guards number.

Post by qwerty13 »

tnx alot:)
Post Reply