Hi good day rathena I'm currently stuck on the stuff i'm trying to make I basically want to take the average level of the online party members. I tried to use readparam(BaseLevel,[email protected][[email protected]]) but it didnt work somehow. Thank you in advance
Hi good day rathena I'm currently stuck on the stuff i'm trying to make I basically want to take the average level of the online party members. I tried to use readparam(BaseLevel,[email protected][[email protected]]) but it didnt work somehow. Thank you in advance
[email protected]_id = getcharid(1); if([email protected]_id){ getpartymember( [email protected]_id,2 ); getpartymember( [email protected]_id,1 ); for( [email protected] = 0; [email protected] < [email protected]; [email protected]++ ) if(isloggedin([email protected][[email protected]],[email protected][[email protected]])) [email protected] += 1; if(attachrid([email protected][[email protected]])) { //= Currently stuck what to put here.Link to comment
Share on other sites