![]() |
|
|||||||
| View Poll Results: What class is your main (the character you play the most) | |||
| Bard |
|
31 | 7.01% |
| Cleric |
|
39 | 8.82% |
| Druid |
|
45 | 10.18% |
| Enchanter |
|
34 | 7.69% |
| Magician |
|
37 | 8.37% |
| Monk |
|
28 | 6.33% |
| Necromancer |
|
33 | 7.47% |
| Paladin |
|
26 | 5.88% |
| Ranger |
|
16 | 3.62% |
| Rogue |
|
23 | 5.20% |
| Shadow Knight |
|
27 | 6.11% |
| Shaman |
|
50 | 11.31% |
| Warrior |
|
29 | 6.56% |
| Wizard |
|
24 | 5.43% |
| Voters: 442. You may not vote on this poll | |||
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#2
|
|||
|
I think hes trying to get people to poll for the class that they play the most
__________________
Juice
| ||
|
|
|||
|
#3
|
|||
|
I'm afraid you lost me somewhat with that code stuff. Are you hinting that you will actually be able to pull the exact numbers from the database given certain search parameters?
That would be awesome and a quick way to know for sure, though the true current class distrubution might be somewhat polluted by twinks and retired characters | ||
|
|
|||
|
#4
|
|||
|
Yes. That is why I wanted an easy argument to use with it. Like level. :P
| ||
|
|
|||
|
#5
|
|||
|
Well in that case your guess/opinion is as good as mine.
Level 10 might work I suppose. Anyone else got some thoughts on this? | ||
|
|
|||
|
#6
|
|||
|
433, btw. On the warriors > 10
I can't/won't be able to do queries everyday, but if it will help new players choose what to be, then find the conditionals that you need. | ||
|
|
|||
|
#7
|
|||
|
I would say 4 different queries would be all we need to get an idea of what the high end game looks like:
50 (just 50) 46-49 40-45 30-39 That should tell us how many are at top levels, as well as how many will be there shortly. Any levels lower would have too many of chars that people just don't play enough to make a difference. So, something like: At level 50, there are: 22 bards 23 clerics 56 druids etc At levels 46-49 there are: 28 bards 50 clerics 97 druids etc (numbers there are completely made up out of thin air)
__________________
Tallenn 40 Druid
Marlock 29 Enchanter | ||
|
|
|||
|
#8
|
||||
|
Quote:
Your census will be better for your goals. | |||
|
Last edited by nilbog; 04-15-2010 at 06:38 PM..
|
|
|||
|
#9
|
||||
|
Quote:
And thank you very much BTW ;P | |||
|
|
||||
|
#10
|
|||
|
Np, you guys decide on some queries and let me know.
[You must be logged in to view images. Log in or Register.] http://www.eqemulator.net/wiki/wikka...chemacharacter Code:
SELECT COUNT(*) FROM character_ WHERE character_.level BETWEEN '46' AND '49' AND character_.class = '1' | ||
|
Last edited by nilbog; 04-15-2010 at 06:53 PM..
|
|
||
![]() |
|
|