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
Shuttgart Castle Walls
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Dumpster
- Posts: 254
- Joined: Thu Nov 04, 2010 5:15 am
- Location: U.S.A
-
- Posts: 42
- Joined: Fri Oct 07, 2011 5:53 am
Re: Shuttgart Castle Walls
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
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
- Dumpster
- Posts: 254
- Joined: Thu Nov 04, 2010 5:15 am
- Location: U.S.A
Re: Shuttgart Castle Walls
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.
-
- Posts: 42
- Joined: Fri Oct 07, 2011 5:53 am
Re: Shuttgart Castle Walls
Dumpster,
I checked the door.csv file and it say
The information about Giran's castle walls are similar:
I checked the door.csv file and it say
When i check the query i found this#NOTES:
#All Castle doors and gates are found in the castledoor.sql
These last lines is the information about the two walls.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'),
The information about Giran's castle walls are similar:
mmm...(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'),
- Gladicek
- Posts: 634
- Joined: Wed Jan 19, 2011 6:25 pm
- Location: Czech Republic
Re: Shuttgart Castle Walls
Do you tried siege golem ?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



L2J retired
-
- Posts: 42
- Joined: Fri Oct 07, 2011 5:53 am
Re: Shuttgart Castle Walls
:O
That's true. I'm sorry for my fault.
Thanks to everyone.
That's true. I'm sorry for my fault.
Thanks to everyone.