19 Jan, 2008, Tailsthefox wrote in the 1st comment:
Votes: 0
I need help, for some reason on wholist anyone over 1quad pl won't show up on wholist if they aren't hardcore. I need help fixing this bug here is the code:

wholist
Thanks in advance
edit: code to large to post here.
19 Jan, 2008, kiasyn wrote in the 2nd comment:
Votes: 0
Tailsthefox said:
edit: code to large to post here.


try our pastebin
19 Jan, 2008, Kjwah wrote in the 3rd comment:
Votes: 0
kiasyn said:
Tailsthefox said:
edit: code to large to post here.


try our pastebin


That's what I was thinking.. lol :D I was checking that out and it's really cool. :D
19 Jan, 2008, blueice wrote in the 4th comment:
Votes: 0
i dont see anything in your code that would cause this, i would check what IS_HC() is doing, as i dont see powerlevel comparison for who groups for those other than hardcore.

else if (IS_HC(wch))
cur_who->type = WT_UNKNOWN;


not sure but what does get_rank_number() check and what does it return
if( ( !IS_IMMORTAL( wch ) && get_rank_number( wch ) < iLevelLower ) || ( !IS_IMMORTAL( wch ) && get_rank_number( wch ) > iLevelUpper ) || ( fPkill && !can_pk( wch ) ) || ( fQuesting && !xIS_SET( wch->act, PLR_QUESTING ) ) || ( fImmortalOnly && wch->level < LEVEL_IMMORTAL ) || ( fClassRestrict && !rgfClass[wch->class] ) || ( fRaceRestrict && !rgfRace[wch->race] ) || ( fClanMatch && ( pClan != wch->pcdata->clan ) )


other than those possible areas i saw nothing
19 Jan, 2008, Tailsthefox wrote in the 5th comment:
Votes: 0
IS there anything else thats in the code that could cause this bug?
19 Jan, 2008, blueice wrote in the 6th comment:
Votes: 0
so i dont have to disgrace my computer with dbsagas sourcecode lol, could you post the two codes i mentioned, will make it easier to visualize when i look at it again
19 Jan, 2008, Tailsthefox wrote in the 7th comment:
Votes: 0
Thanks blueice it was the get_rank code I fixed it and everything works now.
0.0/7