Page 1 of 1

Shuttgart Castle Walls

Posted: Mon Dec 19, 2011 1:36 am
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

Re: Shuttgart Castle Walls

Posted: Mon Dec 19, 2011 5:39 am
by Dumpster
Are you using Geodata?

Re: Shuttgart Castle Walls

Posted: Mon Dec 19, 2011 4:51 pm
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

Re: Shuttgart Castle Walls

Posted: Mon Dec 19, 2011 6:00 pm
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

Re: Shuttgart Castle Walls

Posted: Mon Dec 19, 2011 9:54 pm
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...

Re: Shuttgart Castle Walls

Posted: Tue Dec 20, 2011 7:27 am
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 ;)

Re: Shuttgart Castle Walls

Posted: Wed Dec 21, 2011 11:37 pm
by WallMan
:O

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

Thanks to everyone.