Index: core3/branches/unstable/MMOCoreORB/bin/scripts/object/building/faction_perk/hq/hq_s04_imp_pvp.lua =================================================================== diff -u -N -r6271 -r6297 --- core3/branches/unstable/MMOCoreORB/bin/scripts/object/building/faction_perk/hq/hq_s04_imp_pvp.lua (.../hq_s04_imp_pvp.lua) (revision 6271) +++ core3/branches/unstable/MMOCoreORB/bin/scripts/object/building/faction_perk/hq/hq_s04_imp_pvp.lua (.../hq_s04_imp_pvp.lua) (revision 6297) @@ -49,6 +49,7 @@ baseMaintenanceRate = 0, faction = "imperial", pvpFaction = "imperial", + pvpStatusBitmask = OVERT, dataObjectComponent = "DestructibleBuildingDataComponent", allowedZones = {"dantooine", "naboo", "rori","tatooine", "corellia", "lok", "talus"}, constructionMarker = "object/building/player/construction/construction_player_house_generic_medium_style_01.iff", @@ -130,12 +131,12 @@ }, childCreatureObjects = { - { mobile="at_st", x=10, z=0, y=40, cellid=-1, respawn=30, containmentType=-1, heading=0}, - { mobile="stormtrooper", x=15, z=0, y=40, cellid=-1, respawn=30, containmentType=-1, heading=0}, - { mobile="stormtrooper", x=3.5, z=-6.75, y=-3, cellid=5, respawn=30, containmentType=-1, heading=0}, - { mobile="dark_trooper", x=5, z=-6.75, y=-3, cellid=5, respawn=30, containmentType=-1, heading=0}, - { mobile="stormtrooper", x=14.2, z=-13.75, y=-10, cellid=10, respawn=30, containmentType=-1, heading=0}, - { mobile="dark_trooper", x=15, z=-13.75, y=-4,cellid=10, respawn=30, containmentType=-1, heading=0}, + { mobile="at_st", x=10, z=0, y=40, cellid=-1, respawn=300, containmentType=-1, heading=0}, + { mobile="stormtrooper", x=15, z=0, y=40, cellid=-1, respawn=300, containmentType=-1, heading=0}, + { mobile="stormtrooper", x=3.5, z=-6.75, y=-3, cellid=5, respawn=300, containmentType=-1, heading=0}, + { mobile="dark_trooper", x=5, z=-6.75, y=-3, cellid=5, respawn=300, containmentType=-1, heading=0}, + { mobile="stormtrooper", x=14.2, z=-13.75, y=-10, cellid=10, respawn=300, containmentType=-1, heading=0}, + { mobile="dark_trooper", x=15, z=-13.75, y=-4,cellid=10, respawn=300, containmentType=-1, heading=0}, { mobile="imperial_recruiter", x=11.5, z=-11.5, y=-21, cellid=10, containmentType=-1, respawn=60, heading=1.59}, },