mrlongshen Posted March 3, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 3, 2013 http://www.eathena.ws/board/Mvp-Ladder-t178049.html can someone integrated for rathena ? this script also have a problem on the ranking. the ranking is not shown. besides that it also have this error. [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: variable name='.@num' index=0 [Debug]: Function: getstrlen [Debug]: Source (NPC): Mvp Ladder Room at mellina (100,51) Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 3, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 3, 2013 (edited) this script also have a problem on the ranking. the ranking is not shown. Maybe because of this if you try with your gm set .gmnotop, 20; // GM not suppose to beat player's record ... For the error you can try with the latest integer's function find in this topic // ~~~~~ Please use this latest int__ function that support negative numbers ~~~~~ function script int__ { .@i = getstrlen( .@str$ = getarg(0) ) -3; .@is_negative = charat( .@str$, 0 ) == "-"; while ( .@i > .@is_negative ) { .@str$ = insertchar( .@str$, ",", .@i ); .@i -= 3; } return .@str$; } Edited March 3, 2013 by Capuche Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 3, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Author Share Posted March 3, 2013 set .gmnotop, 20; // GM not suppose to beat player's record ... no bro. since i see, when my player go also nothing. ok i try the function on there Quote Link to comment Share on other sites More sharing options...
Question
mrlongshen
http://www.eathena.ws/board/Mvp-Ladder-t178049.html
can someone integrated for rathena ?
this script also have a problem on the ranking.
the ranking is not shown.
besides that it also have this error.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.