Killed by a ghost?
Moderators: winston, another_commander, Getafix
Killed by a ghost?
I just killed the last of three pirates - a fer-de-lance - and as soon as he died I instantly statred getting shot. There was nothing on my radar apart from the white dots of cargo, so I hit Witchdrive Fuel Injectors but I was just annihilated by a barrage of laser fire from no-where.
- Commander Learner
- Dangerous
- Posts: 123
- Joined: Thu Aug 20, 2009 12:08 pm
- Location: Somewheeeeeere over the rainbooooooooooow~
Re: Killed by a ghost?
Hehe, yes. It would be quite interesting how many kills do you have and which galaxy you're currently in.PhilHibbs wrote:...but I was just annihilated by a barrage of laser fire from no-where.Commander Learner wrote:What rank are you? You could have triggered the "cloaking device" mission and your target is an invisible ship.
- Cmdr James
- Commodore
- Posts: 1357
- Joined: Tue Jun 05, 2007 10:43 pm
- Location: Berlin
there is, i think its named something along the lines ofCmdr James wrote:I think there is an OXP with a ghost ship, not the built in cloak one something else.
the flying dutchman
Bounty Scanner
Number 935
Number 935
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Hehe, but in my personal Ooniverse. Maybe PhilHibbs stumbled about a pirate-Vector. They have a low chance and need a score >650 to appear at all. It's a nice and small surprise, but shouldn't be deadly for experienced Commanders, hehe. Maybe I should reduce the chance for it a bit more [currently pirate(0.2)], hmm.Commander McLane wrote:I think he has come across a ship which has an equipment item installed that in my personal Ooniverse doesn't exist, and the purpose of which is to make its bearer invisible on the radar screen.
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Should the vector.oxp become part of my personal Ooniverse (currently it is not), it would of course fall victim to the impermeable MASC-barrier. The sole purpose of the barrier is to let whole ships through, except their MASC. So on my side of the barrier the ship looks exactly the same as on your side, but somehow the PCMCIA-slot where the MASC was plugged in has been replaced by a painting of a dead acrylic fish eating an anamorphic metaphoric cat. Or something of the like. (Weighing in at only 89375 ₢ the painting is also much cheaper than what now dangles pathetically at the outer side of the barrier.)Svengali wrote:Hehe, but in my personal Ooniverse. Maybe PhilHibbs stumbled about a pirate-Vector. They have a low chance and need a score >650 to appear at all. It's a nice and small surprise, but shouldn't be deadly for experienced Commanders, hehe. Maybe I should reduce the chance for it a bit more [currently pirate(0.2)], hmm.Commander McLane wrote:I think he has come across a ship which has an equipment item installed that in my personal Ooniverse doesn't exist, and the purpose of which is to make its bearer invisible on the radar screen.
- Cmdr Wyvern
- ---- E L I T E ----
- Posts: 1649
- Joined: Tue Apr 11, 2006 1:47 am
- Location: Somewhere in the great starry void
The MASCM and it's countermeasure doesn't exist in my ooniverse, nor are they allowed to exist. Nor shall I give NPCs such devices, though I shall remove them.
Running Oolite buttery smooth & rock stable w/ tons of eyecandy oxps on:
ASUS Prime X370-A
Ryzen 5 1500X
16GB DDR4 3200MHZ
128GB NVMe M.2 SSD (Boot drive)
1TB Hybrid HDD (For software and games)
EVGA GTX-1070 SC
1080P Samsung large screen monitor
ASUS Prime X370-A
Ryzen 5 1500X
16GB DDR4 3200MHZ
128GB NVMe M.2 SSD (Boot drive)
1TB Hybrid HDD (For software and games)
EVGA GTX-1070 SC
1080P Samsung large screen monitor
Uuh! You're scratching a hole in the ships-hull, sucking the card out, replacing it with a dead fish? That's an extraordinary way, I'd say (and probably a surprise for that Commander too) :-)Commander McLane wrote:Should the vector.oxp become part of my personal Ooniverse (currently it is not), it would of course fall victim to the impermeable MASC-barrier.
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
That oxp is certainly worth to install. It has some very original features. And now I just acquired the new scoop-addon from an internal mission. Downside is, that this new equipment already broke down in combat before I could use it. Currently looking for a system to repair it.Svengali wrote:Uuh! You're scratching a hole in the ships-hull, sucking the card out, replacing it with a dead fish? That's an extraordinary way, I'd say (and probably a surprise for that Commander too)Commander McLane wrote:Should the vector.oxp become part of my personal Ooniverse (currently it is not), it would of course fall victim to the impermeable MASC-barrier.
UPS-Courier & DeepSpacePirates & others at the box and some older versions
Does it mean, after damaging this baby you still have it listed in your EQ-List (F5)? That would mean that something is not working then.Eric Walch wrote:That oxp is certainly worth to install. It has some very original features. And now I just acquired the new scoop-addon from an internal mission. Downside is, that this new equipment already broke down in combat before I could use it. Currently looking for a system to repair it.
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Yes, it is listed as damaged.Svengali wrote:Does it mean, after damaging this baby you still have it listed in your EQ-List (F5)? That would mean that something is not working then.Eric Walch wrote:That oxp is certainly worth to install. It has some very original features. And now I just acquired the new scoop-addon from an internal mission. Downside is, that this new equipment already broke down in combat before I could use it. Currently looking for a system to repair it.
EDIT: Looking in your code, you write:
Code: Select all
this.equipmentDamaged = this.equipmentDestroyed = function(equipmentKey)
{
if(equipmentKey == "EQ_VECTOR_SCOOPS" && player.ship.equipmentStatus("EQ_VECTOR_SCOOPS") == "EQUIPMENT_DAMAGED") {
player.ship.setEquipmentStatus("EQ_VECTOR_SCOOPS","EQUIPMENT_OK"); player.ship.removeEquipment("EQ_VECTOR_SCOOPS"); return; }
}
Code: Select all
this.equipmentDamaged = this.equipmentDestroyed = function(equipmentKey)
{
if(equipmentKey == "EQ_VECTOR_SCOOPS" && player.ship.equipmentStatus("EQ_VECTOR_SCOOPS") == "EQUIPMENT_DAMAGED") {
player.ship.removeEquipment("EQ_VECTOR_SCOOPS_DAMAGED"); return; }
}
UPS-Courier & DeepSpacePirates & others at the box and some older versions
Strange. Maybe the script somehow completely missed the notification. Could it be that more than one EQ was damaged at the same time? Via console everything was fine and even in a battle the script has got this notification, so I'm a bit puzzled.Eric Walch wrote:Yes, it is listed as damaged.
I've had some cases were a damaged EQ is not removed, so this was the workaround (sorry, forgot to report it).Eric Walch wrote:I see you try to completely remove the equipment. I do not immediately see why it fails, but better write:...
Not sure about it. If I remember right I've had cases were EQs are completely destroyed. It is rare and the other EQ needs this to work properly .-)Eric Walch wrote:And probably you can ignore the possibility of this.equipmentDestroyed as that only happens when playing in strict mode. But in strict mode none of the oxp's is loaded.
I'll go and test it a bit more, hmm.