Issue information

Issue ID
#1023
Status
Confirmed
Severity
Low
Started
Hercules Elf Bot
Feb 21, 2008 14:57
Last Post
Hercules Elf Bot
Nov 23, 2012 3:29
Confirmation
N/A

Hercules Elf Bot - Feb 21, 2008 14:57

Originally posted by [b]Ai4rei[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1023

CODE
/*==========================================
* Works like @WHO - displays all online users names in window
*------------------------------------------*/
BUILDIN_FUNC(getusersname)
{
[...]
        if((disp_num++)%10==0)
            clif_scriptnext(sd,st->oid);
        clif_scriptmes(sd,st->oid,pl_sd->status.name);
[...]
}


Currently using this function generates a Next-button for every 10 players, but it does not regular paging (10 players, next, 10 players, next....) but displays all players at once and up-to 5 or more Next-buttons in the mes-window. I don't know if it's intended, but I doubt it.

Hercules Elf Bot - Nov 23, 2012 3:29

Originally posted by [b]mkbu95[/b]
Temporary fix (disabling the script_next thing) in [rev=16948].