 | Style numbers under name? |  |
04-10-2007, 03:46 PM
|
#1 | | //bemanistyle::[Regular]
Megamanny is offline
Join Date: Jun 2006 Location: Wichita, Kansas Posts: 1,074
Marketplace Rating: 0 | Style numbers under name? always wanted to know but decided to ask now.
Right underneath the username there is a 1-12 that is like IIDX I would assume and a certain amount of numbers seem to be highlighted.
Can someone please explain to me what this does and how it is affected and such?
Thanks in advance.
P.S.: Mine is at 5 so far. I remember it used to be a lot less but I'm just curious.
__________________ | |
| |
04-11-2007, 03:01 PM
|
#2 | | Lookie what I can do!
Keith is offline
Join Date: Dec 2004 Location: St. Louis Posts: 789
Marketplace Rating: 0 | It has to do with how many posts you have. The more posts you have, the higher the number is.
__________________ | |
| |
06-08-2007, 08:15 AM
|
#3 | | Banned
nejino_hito is offline
Join Date: Feb 2007 Location: Beyond the Earth Posts: 407
Marketplace Rating: 0 | excuse me, i wanna ask. can you mention how much posts each level? | |
| |
06-08-2007, 02:07 PM
|
#4 | | //bemanistyle::[Member]
koa5001 is offline
Join Date: Jun 2006 Location: Baltimore, MD Posts: 250
Marketplace Rating: 0 | Quote:
Originally Posted by nejino_hito excuse me, i wanna ask. can you mention how much posts each level? | Well so far I've figured out that:
more than 50 posts = 1
more than 100 posts = 2
more than 200 posts = 3
more than 300 posts = 4
__________________  Wii Console Number: 7804 3626 7275 8332 Brawl FC: 0516-7950-6983 (PM if you add me!)
| |
| |
06-09-2007, 09:33 PM
|
#5 | | I'm invisible 8)
SulferDragon is offline
Join Date: Sep 2006 Location: Salem, OR Posts: 1,214
Marketplace Rating: 0 | Quote:
Originally Posted by koa5001 more than 50 posts = 1
more than 100 posts = 2
more than 200 posts = 3
more than 300 posts = 4 | No, 400 posts = 4. At least from everyone I've seen and myself it's like that.
Also 800 = 5
1,500?? (not sure) = 6
and so on... | |
| |
06-12-2007, 10:34 AM
|
#6 | | //bemanistyle::[Regular]
Arkaaito is offline
Join Date: Jul 2006 Posts: 641
Marketplace Rating: 1 | IIRC it's just level = 1+max(floor(log[2](1/50)),-1).
Or if this sounds complicated, it's described by the recursive relation:
(threshhold for level n+1) = 2*(threshhold for level n)
threshhold for level 1 = 50.
So for instance,
level(arka) = 1+max(floor(log[2](540/50)),-1) = 1+max(floor(log[2](10.8)),-1) = 1+max(floor(3.xyz),1) = 1 + 3 = 4
level(thoralf) = 1+max(floor(log[2](12/50)),-1) = 1 + -1 = 0
level(SulferDragon) = 1+max(floor(log[2](1013/50)),-1) = ...when the heck did YOU make so many posts?!  | |
| |
06-12-2007, 10:55 AM
|
#7 | | We livin' like Superstars.
Paul is offline
Join Date: Nov 2005 Location: Boston, MA Posts: 2,854
Marketplace Rating: 14 | Quote:
Originally Posted by Arkaaito IIRC it's just level = 1+max(floor(log[2](1/50)),-1).
Or if this sounds complicated, it's described by the recursive relation:
(threshhold for level n+1) = 2*(threshhold for level n)
threshhold for level 1 = 50.
So for instance,
level(arka) = 1+max(floor(log[2](540/50)),-1) = 1+max(floor(log[2](10.8)),-1) = 1+max(floor(3.xyz),1) = 1 + 3 = 4
level(thoralf) = 1+max(floor(log[2](12/50)),-1) = 1 + -1 = 0
level(SulferDragon) = 1+max(floor(log[2](1013/50)),-1) = ...when the heck did YOU make so many posts?!  | Haha, bro, I really don't understand all of that.
If there usually is an increase in posts really fast, the user might've bought a post count from the token shop that increases the surrent post count + 50.
__________________ Twitter://@paulhartling | |
| |
06-12-2007, 12:02 PM
|
#8 | | //bemanistyle::[Regular]
Arkaaito is offline
Join Date: Jul 2006 Posts: 641
Marketplace Rating: 1 | In English:
Again IIRC, the threshhold for level 1 is 50 posts. After that, the threshhold doubles for each successive level.
Spelled out: for level 2 it's 100 posts, level 3 it's 200 posts, level 4 it's 400 posts, level 5 it's 800 posts, level 6 it's 1600 posts, level 7 it's 3200 posts, level 8 it's 6400 posts, level 9 it's 12800 posts, level 10 it's 25600 posts, level 11 it's 51200 posts, and level 12 it's 102400 posts.
Why do we have so many levels?  | |
| |
06-18-2007, 03:20 AM
|
#9 | | g//ay for k//eternal
DELICIOUS HOT COCK is offline
Join Date: Jul 2005 Posts: 14,525
Marketplace Rating: 3 | Because IIDX does.
__________________  | |
| |
06-18-2007, 09:06 PM
|
#10 | | noderator
phuzion is offline
Join Date: Oct 2005 Location: A-K Rowdy, Ohio Posts: 841
Marketplace Rating: 0 | Quote:
Originally Posted by Arkaaito IIRC it's just level = 1+max(floor(log[2](1/50)),-1).
Or if this sounds complicated, it's described by the recursive relation:
(threshhold for level n+1) = 2*(threshhold for level n)
threshhold for level 1 = 50.
So for instance,
level(arka) = 1+max(floor(log[2](540/50)),-1) = 1+max(floor(log[2](10.8)),-1) = 1+max(floor(3.xyz),1) = 1 + 3 = 4
level(thoralf) = 1+max(floor(log[2](12/50)),-1) = 1 + -1 = 0
level(SulferDragon) = 1+max(floor(log[2](1013/50)),-1) = ...when the heck did YOU make so many posts?!  |
tl;dr version: level 1 starts at 50 posts, and each successive level is double of the previous postcount.
I'm not sure if this is correct, for all I know, you may have to have 573,000 posts to get level 12. Moderators do not have access to that part of the backend of the site. 
__________________ 
thanks redshoepaul
| |
| |  |
06-19-2007, 12:45 AM
|
#11 | | //bemanistyle::[Member]
Aznriceball is offline
Join Date: Jun 2007 Location: No mans land Posts: 51
Marketplace Rating: 0 | I see... this helped me. 
__________________
Trust me, I'm helpful. Right right?!?!
| |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | All times are GMT -6. The time now is 08:46 AM. | | |