I have trouble when doing Character Select and even Exit to Windows
The message always tells me that Please wait for 10 seconds before trying to log out.
How do i check for errors on this?
Hello rAthena, Is it possible for custom weapon with sprites will be on the costume system and it will show? I was planning to make the Custom Weapon like a Costume. Is it possible? I've tried but it doesn't show, or im doing it wrong.
Thank you Technoken! Just one more request, please. the last thing it needs is an AFK checker. People in my server still found ways to abuse this system. Thank you so much in advance
Greetings rAthena
Can i request this script that if only you can recieve the reward if you're on the same map as the MVP is killed
I thank you in advance
More power to rAthena
Hello rAthena. Can you guys edit this script to make it all of the party members receive two rewards not randomly? its scripted by Annie thank you in advance
- script jfksdhfkjs -1,{
OnNPCKillEvent:
if ( !getmonsterinfo( killedrid, MOB_MVPEXP ) ) end;
if ( getcharid(1) ) {
getpartymember getcharid(1), 1;
getpartymember getcharid(1), 2;
for ( [email protected] = 0; [email protected] < [email protected]; [email protected]++ ) {
if ( isloggedin( [email protected][[email protected]], [email protected][[email protected]] ) ) { // what happens if someone in the party member is offline =/
[email protected][[email protected]] = [email protected][[email protected]];
[email protected]++;
}
}
getitem 607, 3, [email protected][ rand( [email protected] ) ];
announce "Party ["+ strcharinfo(1) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" at "+ strcharinfo(3), 0;
}
else {
getitem 607, 3;
announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" at "+ strcharinfo(3), 0;
}
end;
}
I got the this script already from this topic:
But it doesnt work for rebellion and ninja for obvious reason, my request is can you guys make it for gunslinger= rebellion and Nnija=kagerou/oboro? Please? Thank you!
I am sorry if i post this in the wrong section but i don't know where to so here it is.
I was just wondering how to fix this? Client version is 2013-12-23