Page 1 of 1

fortress open door

Posted: Sun Dec 13, 2009 6:00 pm
by darkzonenet
Hi,

i was trying to make the fortress doors to be open all the time.

i changed their hp to 0 like castles door but the doors didn't destroy.

i know that they are static objects so any idea how can i make them to be opened all the time?

Re: fortress open door

Posted: Sun Dec 13, 2009 6:01 pm
by janiii
check data/door.csv

Code: Select all

#Table Description:#name;static_object_id;posx;posy;posz;pos_minx;pos_miny;pos_minz;pos_maxx;pos_maxy;pos_maxz;hp;physical_defence;magic_defence;unlockable;[b]start_opened[/b]

Re: fortress open door

Posted: Sun Dec 13, 2009 6:13 pm
by darkzonenet
well there not fort doors id there. but if i will add the lines with fortdoor ids will it work?

Re: fortress open door

Posted: Sun Dec 13, 2009 7:02 pm
by janiii
check door id in game and then find it in door.csv and set the auto open property to true.