32
replies
1341 views
Description
Can be used to make Runewords:
I guess you jump jump out of 0 Key drop bug glitch.
It is from time to time, there is a zero drop happen sometime.
My personal guess is that server maintain total Key count, if someone use it, it could drop elsewhere. [uber legend]
It is from time to time, there is a zero drop happen sometime.
My personal guess is that server maintain total Key count, if someone use it, it could drop elsewhere. [uber legend]
Please be aware, all my trade is in non ladder d2r. Not warlock.
I only have keys from The Summoner⦠like four of them and I donāt even do Key runs
I just dropped one, after 150+ runs xDStoBeast wrote: 6 hours ago
I only have keys from The Summoner⦠like four of them and I donāt even do Key runs
I got a Key off The Countess just yesterday so who knows!
As a casual player, who only do summoner "run" while it waits the garbage to sell...
I have found a lot of keys and every time it was sold for 8 Perfect Gems in a few minutes. In every 10-12 runs (TBH I clear the whole map in hope I find flawless gems and some runes) I find a key or two. But never seen a double key drop there. Nodrop, or trash drop is common, but my only The Stone of Jordan came from the (non terrorized) Summoner as well.
I have found a lot of keys and every time it was sold for 8 Perfect Gems in a few minutes. In every 10-12 runs (TBH I clear the whole map in hope I find flawless gems and some runes) I find a key or two. But never seen a double key drop there. Nodrop, or trash drop is common, but my only The Stone of Jordan came from the (non terrorized) Summoner as well.
I don't have RotW expansion yet.
When I look for rune, you can offer Perfect Gems as well.
I live in Europe/Budapest timezone.
When I look for rune, you can offer Perfect Gems as well.
I live in Europe/Budapest timezone.
Please give a source for this "bug". Otherwise I'll claim that it's just bad luck.
The odds getting no Key from Nihlathak in 90 runs is 0.04%.
That means, this happens to one plaer for every 2.500 doing Key runs.
How many people are playing d2r? How many are running keys? How many will have that experience?
Correct! Many.
It happens. Just continue and the Key will drop. Just as it did for OP.
Looking for a cheap Cure on D2R HCNL? I got some!
I also have 100+ crafted amulets (from cheap to gg) on D2R SCNL. Let me know what you are looking for.
I also have 100+ crafted amulets (from cheap to gg) on D2R SCNL. Let me know what you are looking for.
I feel you, but here's an example of how it works in Diablo.
You go out looking for a specific item explicitly, like a D- Key. You run Nilathak like crazy, find nothing.
Then, some days later, his zone gets terrorized, you just want to farm a little bit, maybe trigger a Herald or whatever.
You dont look out for anything, you run his area, at last, you kill Nilathak.
He drops 3 keys at once, happened to me yesterday.
It is how it is
* All my trades are NON-Ladder and on RotW!
The bug I feel it happen is based on the code, it is use c++ random seed in server side.vued wrote: 5 hours ago
Please give a source for this "bug". Otherwise I'll claim that it's just bad luck.
The odds getting no Key from Nihlathak in 90 runs is 0.04%.
That means, this happens to one plaer for every 2.500 doing Key runs.
How many people are playing d2r? How many are running keys? How many will have that experience?
Correct! Many.
It happens. Just continue and the Key will drop. Just as it did for OP.
The random seed is not actually random. Hence it is not 0.04% if you know how to produce that issue.
The way I try to avoid it is use different server, its seed will be different based on time, server difference.
In the end, if you know how to create a lot of keys (good luck) and avoid that Key problem, you can further reduce that 0.04% to something like 0.01%.
The way I create Key is usually to see if I can get Key in 6 run, if not, I stop and play it another day or different server.
d2r's random is not uniform, means statistical record cant be trust. if you happen do a lot things in certain random seed. there will be cluster effect.
--
The fact is that we all know there is 'bad luck' bug over there. That we can do is play around it . Even if developer knows it and everyone knows , it doesnt change a thing. As long as there is working part, it wont change.
Please be aware, all my trade is in non ladder d2r. Not warlock.
Yeah, I know how pseudo random number generators work.leox wrote: 1 hour agoThe bug I feel it happen is based on the code, it is use c++ random seed in server side.vued wrote: 5 hours ago
Please give a source for this "bug". Otherwise I'll claim that it's just bad luck.
The odds getting no Key from Nihlathak in 90 runs is 0.04%.
That means, this happens to one plaer for every 2.500 doing Key runs.
How many people are playing d2r? How many are running keys? How many will have that experience?
Correct! Many.
It happens. Just continue and the Key will drop. Just as it did for OP.
The random seed is not actually random. Hence it is not 0.04% if you know how to produce that issue.
The way I try to avoid it is use different server, its seed will be different based on time, server difference.
In the end, if you know how to create a lot of keys (good luck) and avoid that Key problem, you can further reduce that 0.04% to something like 0.01%.
The way I create Key is usually to see if I can get Key in 6 run, if not, I stop and play it another day or different server.
d2r's random is not uniform, means statistical record cant be trust. if you happen do a lot things in certain random seed. there will be cluster effect.
--
The fact is that we all know there is 'bad luck' bug over there. That we can do is play around it . Even if developer knows it and everyone knows , it doesnt change a thing. As long as there is working part, it wont change.
If there really is a bug, this could maybe impact very rare drops but not a 1 in 12 chance Key drop.
Just to clarify: Do you have a source for your claim? Has this been confirmed by Blizzard, by code check, or is it reliably reproducable?
And this server bug, that you claim exists, does it impact the server (i.e. no keys for nobody playing), only single players, or only single characters?
Looking for a cheap Cure on D2R HCNL? I got some!
I also have 100+ crafted amulets (from cheap to gg) on D2R SCNL. Let me know what you are looking for.
I also have 100+ crafted amulets (from cheap to gg) on D2R SCNL. Let me know what you are looking for.
As you're running the expansion, maybe the loot filter is mis-configured to hide the keys?
I will not take offers that bypass diablo2.io
I'm also farming these keys a lot and I don't believe it to be any different than before RotW. Sometimes not a single drop for 30-50 runs, then suddenly a dual Key drop
I play RotW non-ladder SC only, from EU but can trade in all regions
let's say if you are QA of blizzard, the only way to issue trouble about random seed problem is based on massive player observation.vued wrote: 26 minutes agoYeah, I know how pseudo random number generators work.leox wrote: 1 hour agoThe bug I feel it happen is based on the code, it is use c++ random seed in server side.vued wrote: 5 hours ago
Please give a source for this "bug". Otherwise I'll claim that it's just bad luck.
The odds getting no Key from Nihlathak in 90 runs is 0.04%.
That means, this happens to one plaer for every 2.500 doing Key runs.
How many people are playing d2r? How many are running keys? How many will have that experience?
Correct! Many.
It happens. Just continue and the Key will drop. Just as it did for OP.
The random seed is not actually random. Hence it is not 0.04% if you know how to produce that issue.
The way I try to avoid it is use different server, its seed will be different based on time, server difference.
In the end, if you know how to create a lot of keys (good luck) and avoid that Key problem, you can further reduce that 0.04% to something like 0.01%.
The way I create Key is usually to see if I can get Key in 6 run, if not, I stop and play it another day or different server.
d2r's random is not uniform, means statistical record cant be trust. if you happen do a lot things in certain random seed. there will be cluster effect.
--
The fact is that we all know there is 'bad luck' bug over there. That we can do is play around it . Even if developer knows it and everyone knows , it doesnt change a thing. As long as there is working part, it wont change.
If there really is a bug, this could maybe impact very rare drops but not a 1 in 12 chance Key drop.
Just to clarify: Do you have a source for your claim? Has this been confirmed by Blizzard, by code check, or is it reliably reproducable?
And this server bug, that you claim exists, does it impact the server (i.e. no keys for nobody playing), only single players, or only single characters?
And if amount is big enough and if you lucky enough to find the problem. There is no way for developer to fix it.
And it is server issue. Since I am player, what I really care is to avoid this trap and do Key run in normal random seed, not special bad luck one.
Even if there is way to proof it, I am not going to help blizzard's QA job. And I feel blizzard doesnt want people to raise this issue. Not all problem need to be fix if it sometimes works not broken all the time.
Please be aware, all my trade is in non ladder d2r. Not warlock.
Similar pages
Advertisment
Hide ads
Greetings stranger!
You don't appear to be logged in...
99
Who is online
Users browsing Forums:
basicnecromancy,
Bing [Bot],
DasNarf,
Elektroputzi,
HaveANiceDay,
hybris,
jiuno,
k88lech,
Lazysmurf,
PetalBot [Bot],
Schnorki,
tadkarcz,
TeleTabitha,
vued and 498 guests.
No matches
leox
361