upgrade chance tool? lost it

02/17/2020 02:37 whitefyre3#1
hi everyone!
so a while ago i had a tool that i found by one of the amazing developers on this website that showed you exactly how many tries you'd need to upgrade an SP/equipment, and everytime you relogged it would change that number, so you could get easy +15s and +10s quickly since you knew how many tries you'd need
could anyone link me to it or have it somewhere they could give it to me? :)
02/17/2020 09:08 Apourtartt#2
doesn't work anymore, for a while
02/17/2020 09:41 alvaropike#3
[Only registered and activated users can see links. Click Here To Register...]
02/17/2020 16:37 whitefyre3#4
Quote:
Originally Posted by Apourtartt View Post
doesn't work anymore, for a while
do you possibly have a link to it? im try to test it out on a few older private servers to see if it still works there :)
02/21/2020 14:16 Apourtartt#5
reading to their sources (almost every private servers use OpenNos or OpenNos.NW) will give you the answer : there is nothing like that.
If you don't know how to read their source, and doubt what I am saying, use a packetlogger and check if you find any undoccumented packet (here you go : [Only registered and activated users can see links. Click Here To Register...]) that could be related to it. But once again : no chance.
02/21/2020 19:50 Scyra99#6
yeah like everyone else said, it's not possible
02/26/2020 15:52 IceTrailer#7
#moved
02/27/2020 13:46 Kravos#8
Quote:
Originally Posted by whitefyre3 View Post
that showed you exactly how many tries you'd need to upgrade an SP/equipment, and everytime you relogged it would change that number, so you could get easy +15s and +10s quickly since you knew how many tries you'd need
Can you link me the developer once you found him? I would like to win the lottery if he is able to tell me how many tries I need to win. lol
02/27/2020 17:46 Apourtartt#9
Quote:
Originally Posted by Kravos View Post
Can you link me the developer once you found him? I would like to win the lottery if he is able to tell me how many tries I need to win. lol
It was working many years ago.


Well, since people just behind this post are becomign to being toxic without knowing anything about this, so here is the last "usefull answer" you could recieve from this post : it has been working, yes, probably because you were recieving packet saying "XXX tentatives needed", but no, it is not working anymore, so even if you have the tool, right now, you could not make any use of it.
02/27/2020 18:15 Kravos#10
Which RNG algorithms are programmed to give number x after y tries?
It is not RNG then.

(I had a few +15 first try upgrades and other SP Cards needed more than 250 tries). It is pure RNG.
02/27/2020 18:16 Saber none#11
Quote:
Originally Posted by Apourtartt View Post
It was working many years ago.
you don't get the point huh? If an sp suceed to upgrade or not is fully calculated on rng at THEIR server, you can't just predict a random number I highly doubt that "It was working many years ago".
02/27/2020 18:55 Pumba98#12
Quote:
Originally Posted by Kravos View Post
Can you link me the developer once you found him? I would like to win the lottery if he is able to tell me how many tries I need to win. lol
You only need 1452301 more tries, go for it :)
02/27/2020 19:06 Kravos#13
1452301*5€ = 7.261.505€ investment for 35.000.000€ jackpot. Worth.
02/27/2020 20:17 Blowa#14
Quote:
Originally Posted by Saber none View Post
you don't get the point huh? If an sp suceed to upgrade or not is fully calculated on rng at THEIR server, you can't just predict a random number I highly doubt that "It was working many years ago".
Actually, I remember there was this kind of bug not far away from the time when people could dupe their inventory using login on server with a Caps at their username.

Or the infinite LoD bug (another well known bug)
02/27/2020 20:40 Roxeez#15
Nothing is really random, most of random provider need a seed.
Just imagine they use sessionId, encryptionKey or what ever you call it as seed (They obviously used something available clientside), you can easily find what will be the generated values.