#1
|
|||
|
|||
Alternate adopt
Okay i now have 2 pets that SHOULD have 50% chance of lookng diferent...
instaid some people cant seem to get the real one... the aulternates are showing up everywhere though |
#2
|
|||
|
|||
RE: Alternate adopt
That's what happens with a 50/50 chance. Change the rate to 1/7 or so and people will get the alt a lot less.
|
#3
|
|||
|
|||
RE: Alternate adopt
Yeah, and the randomization isn't perfect. It uses PHP's rand() function which is based on the system clock, so with a low chance such as 1 in 2 this can be affected by the server's clock or time of day.
Brandon |
#4
|
|||
|
|||
RE: Alternate adopt
I see...
so the reason one is comeing up more then the other is merely coincidental? |
#5
|
|||
|
|||
RE: Alternate adopt
Yes.. basically. I have done one 50/50 and I got one of each on 2 adopts without having to change the DB... a member got 5 of the alts before getting the regular & another member tried for 9 days before she got the alt.
|
#6
|
||||
|
||||
RE: Alternate adopt
would there be a way to insert a code to make there be more than two alternates allowed? I am starting a site where I'd like to have maybe ten or so random images be possible to be picked for pets!
thanks! |
#7
|
||||
|
||||
RE: Alternate adopt
ahh never mind, lol, I see on the FAQ where I ought to have looked first, there is no way right now.
Quote:
|
#8
|
|||
|
|||
RE: Alternate adopt
Just while this topic's back on page one, I heard that mt_rand() is "truely" random, whereas rand() is not.
This is coming from someone who deals a lot with random chances on his php site, so I thought I'd put it out there. It certainly seams to be working with my finch pets! |
#9
|
|||
|
|||
RE: Alternate adopt
It is closer, but still not a "true" random. The closest thing to a true random available right now is a commercial script that runs about $800.00 That basically takes wind variance calulations into effect to create the random and it is said to still only be about 95% true.
Sea |
#10
|
||||
|
||||
RE: Alternate adopt
Urgh, that's sorta annoying. :P Perhaps mt_rand() could be used more in the script, even if it isn't perfect..?
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Alternate Images for Genders | Con | Suggestions and Feature Requests | 26 | 12-08-2014 08:23 PM |
Genders/More Alternate Images | Clessidra | Suggestions and Feature Requests | 3 | 02-27-2014 11:42 AM |
Multi Alternate Images | Taintedkitten | Questions and Supports | 3 | 01-10-2013 08:44 PM |
alternate outcomes | Nemesis | Questions and Supports | 3 | 07-03-2012 02:36 PM |
Alternate images, how do they work? | Shikari | Questions and Supports | 4 | 08-06-2011 09:17 PM |
What's New? |
What's Hot? |
What's Popular? |