Shuttgart Castle Walls

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
WallMan
Posts: 42
Joined: Fri Oct 07, 2011 5:53 am

Shuttgart Castle Walls

Post by WallMan »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5082:
L2JDP Revision 8445:


Hi Guys,

We have a problem with the walls of Shuttgart. In siege, the walls can't be killed. As GM i can't kill them too.

Anyone have idea about this problem?

Thanks in advance
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: Shuttgart Castle Walls

Post by Dumpster »

Are you using Geodata?
Makes no claim to know anything about anything.
WallMan
Posts: 42
Joined: Fri Oct 07, 2011 5:53 am

Re: Shuttgart Castle Walls

Post by WallMan »

Hi Dumpster,

Yes, i'm using geodata.

My server chronicle is Freya.

Someone told me that the wall is configured like NPC but, i don't know where to check it.

Thanks
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: Shuttgart Castle Walls

Post by Dumpster »

shift click the wall to get its id then search the id to see its info it should be located in the door.csv
Makes no claim to know anything about anything.
WallMan
Posts: 42
Joined: Fri Oct 07, 2011 5:53 am

Re: Shuttgart Castle Walls

Post by WallMan »

Dumpster,

I checked the door.csv file and it say
#NOTES:
#All Castle doors and gates are found in the castledoor.sql
When i check the query i found this
DROP TABLE IF EXISTS `castle_door`;
CREATE TABLE `castle_door` (
`castleId` tinyint(1) unsigned NOT NULL DEFAULT '0',
`id` int(8) unsigned NOT NULL DEFAULT '0',
`name` varchar(30) NOT NULL,
`x` mediumint(6) NOT NULL DEFAULT '0',
`y` mediumint(6) NOT NULL DEFAULT '0',
`z` mediumint(6) NOT NULL DEFAULT '0',
`range_xmin` mediumint(6) NOT NULL DEFAULT '0',
`range_ymin` mediumint(6) NOT NULL DEFAULT '0',
`range_zmin` mediumint(6) NOT NULL DEFAULT '0',
`range_xmax` mediumint(6) NOT NULL DEFAULT '0',
`range_ymax` mediumint(6) NOT NULL DEFAULT '0',
`range_zmax` mediumint(6) NOT NULL DEFAULT '0',
`hp` mediumint(6) unsigned NOT NULL DEFAULT '0',
`pDef` mediumint(6) unsigned NOT NULL DEFAULT '0',
`mDef` mediumint(6) unsigned NOT NULL DEFAULT '0',
`isWall` enum('true','false') NOT NULL DEFAULT 'false',
PRIMARY KEY (`id`),
KEY `id` (`castleId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
...
(9,22130004,'Castle Wall',80197,-151587,-557,79730,-152022,-840,80861,-150985,-590,2036520,837,674,'true'),
(9,22130005,'Castle Wall',74915,-151587,-555,74229,-152016,-839,75377,-150961,-589,2036520,837,674,'true'),
These last lines is the information about the two walls.

The information about Giran's castle walls are similar:
(3,23220003,'Castle Wall',114540,143297,-2755,114232,143232,-2991,114848,143360,-2531,2036520,837,674,'true'),
(3,23220004,'Castle Wall',114540,146623,-2755,114232,146559,-2989,114848,146687,-2531,2036520,837,674,'true'),
mmm...
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: Shuttgart Castle Walls

Post by Gladicek »

WallMan wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5082:
L2JDP Revision 8445:


Hi Guys,

We have a problem with the walls of Shuttgart. In siege, the walls can't be killed. As GM i can't kill them too.

Anyone have idea about this problem?

Thanks in advance
Do you tried siege golem ? :) Because i remember that can be killed just with summons from craft ;)
Image
L2J retired
WallMan
Posts: 42
Joined: Fri Oct 07, 2011 5:53 am

Re: Shuttgart Castle Walls

Post by WallMan »

:O

That's true. I'm sorry for my fault.

Thanks to everyone.
Post Reply