Author |
Message |
Phire Ant
Joined: Sun Jul 03, 2011 7:26 pm Posts: 307
|
So today i got message from a Gl trading partner stating that he had scanned one of my best planets: His IGN: Romanoid His Scan: 16828 My planet Cloak: 9825 0 118% 21419 thank god he's a stand up guy Dan i sent you a In game request if you can bring the scans back to zero thanks 
_________________   “I send you a kaffis of mustard seed, that you may taste and acknowledge the bitterness of my victory.” Alexander The Great
|
Tue Jan 15, 2013 3:42 pm |
|
 |
Chakotay
Joined: Fri May 14, 2010 7:30 pm Posts: 1529
|
You mean former Ni mates.
Last edited by Chakotay on Tue Jan 15, 2013 7:31 pm, edited 1 time in total.
|
Tue Jan 15, 2013 5:52 pm |
|
 |
romanoid
Joined: Mon Aug 29, 2011 12:14 pm Posts: 516
|
Chakotay wrote: You mean form Ni mates. you are behind of situation...
_________________
|
Tue Jan 15, 2013 6:13 pm |
|
 |
kirkeastment
Joined: Sun Jun 19, 2011 6:24 pm Posts: 2810 Location: UK
|
This is exactly what was needed to prove the point to Dan that cloak is indeed broken... can i ask if Romanoid also sent an in-game report to Dan, to the effect of saying, i was scanning with "insert scan here", and found this planet, so that Dan has proof from both parties involved.
|
Tue Jan 15, 2013 6:23 pm |
|
 |
romanoid
Joined: Mon Aug 29, 2011 12:14 pm Posts: 516
|
well, Phire Ant got hes planet clean, what i will get Dan? thats just unfair IMHO... rest of the planets are crap i found on todays run and did spend few refills to get last purgers i need to run scan run...
_________________
|
Tue Jan 15, 2013 7:01 pm |
|
 |
Chakotay
Joined: Fri May 14, 2010 7:30 pm Posts: 1529
|
I figured the cloak was still broken.
|
Tue Jan 15, 2013 7:32 pm |
|
 |
daniel_bishop81
Joined: Mon Nov 22, 2010 4:48 pm Posts: 127 Location: milton keynes, england
|
on my last scan run i had a buffed scan of just over 17000 and i scanned a colossal crystal which had 27000 cloak while being guarded, i dont see how this should have been possible
_________________ CO LEADER OF STORMKYN ALLIANCE
|
Wed Jan 16, 2013 6:21 pm |
|
 |
Pongoloid
Joined: Fri Dec 28, 2012 3:54 am Posts: 988
|
Is it possible that attempted scans are handled like attacks -- i.e. each scan attempt = scan power multiplied by 0.66 to 1.66? If that is the case, it would be possible, though unlikely, in each of these scenarios for the scanner to spot the cloaked planet.
I've read in two places now that Dan has said if your scan is lower than the planet's cloak, you will not see the planet. If scan is static, that would mean it is truly broken. But if there is a scan "roll," similar to attacks, while searching for planets, it would be possible.
I'm just guessing about the game mechanics behind scanning for planets; the wiki is not terribly detailed and I'd like to hear more about it if somebody knows.
|
Thu Jan 17, 2013 2:03 am |
|
 |
Phire Ant
Joined: Sun Jul 03, 2011 7:26 pm Posts: 307
|
**Update** "Thanks for the report. I'll clear that scan and take a closer look."- Dan
_________________   “I send you a kaffis of mustard seed, that you may taste and acknowledge the bitterness of my victory.” Alexander The Great
|
Thu Jan 17, 2013 2:25 am |
|
 |
Devastation
Joined: Tue Dec 06, 2011 3:17 pm Posts: 3632 Location: Gone.
|
Pongoloid wrote: Is it possible that attempted scans are handled like attacks -- i.e. each scan attempt = scan power multiplied by 0.66 to 1.66? If that is the case, it would be possible, though unlikely, in each of these scenarios for the scanner to spot the cloaked planet.
I've read in two places now that Dan has said if your scan is lower than the planet's cloak, you will not see the planet. If scan is static, that would mean it is truly broken. But if there is a scan "roll," similar to attacks, while searching for planets, it would be possible.
I'm just guessing about the game mechanics behind scanning for planets; the wiki is not terribly detailed and I'd like to hear more about it if somebody knows. There is no scan roll.
_________________ Devastation - Rank 1209 - Proud Officer of Imperium of Namalak
|
Thu Jan 17, 2013 10:32 am |
|
 |
Silver_Stiched_Crow
Joined: Thu Aug 04, 2011 1:56 pm Posts: 1403
|
XxDarthDexterxX wrote: Pongoloid wrote: Is it possible that attempted scans are handled like attacks -- i.e. each scan attempt = scan power multiplied by 0.66 to 1.66? If that is the case, it would be possible, though unlikely, in each of these scenarios for the scanner to spot the cloaked planet.
I've read in two places now that Dan has said if your scan is lower than the planet's cloak, you will not see the planet. If scan is static, that would mean it is truly broken. But if there is a scan "roll," similar to attacks, while searching for planets, it would be possible.
I'm just guessing about the game mechanics behind scanning for planets; the wiki is not terribly detailed and I'd like to hear more about it if somebody knows. There is no scan roll. As far as I can tell it's probably something like Roll for planet type Roll for planet size Roll for resources (perhaps not this one) Roll for cloak vs scan. In that order, because without planet type, you can't roll for size or resources.
|
Sat Jan 19, 2013 5:10 pm |
|
 |
Devastation
Joined: Tue Dec 06, 2011 3:17 pm Posts: 3632 Location: Gone.
|
I think it's: Code: Find maximum number of planets in database (to get number between 1 and X where X is the total number)-> Randomly pick planet ->
If(cloak > scan) { go back to start }
else, planet has been scanned!
_________________ Devastation - Rank 1209 - Proud Officer of Imperium of Namalak
|
Sat Jan 19, 2013 11:51 pm |
|
 |
KJReed
Joined: Mon Nov 21, 2011 1:08 am Posts: 3142
|
XxDarthDexterxX wrote: I think it's: Code: Find maximum number of planets in database (to get number between 1 and X where X is the total number)-> Randomly pick planet ->
If(cloak > scan) { go back to start }
else, planet has been scanned! Thats wrong. Any cloak reduces the chance of a successful scan. I do believe the random selection part is correct though.
|
Sat Jan 19, 2013 11:58 pm |
|
 |
Devastation
Joined: Tue Dec 06, 2011 3:17 pm Posts: 3632 Location: Gone.
|
That was more of a rough outline. I'm not gonna spend 20 mins detailing precisely how I think it works.
_________________ Devastation - Rank 1209 - Proud Officer of Imperium of Namalak
|
Sun Jan 20, 2013 12:35 am |
|
 |
|