trunk/conf/battle/client.conf
// valid range of dye's and styles on the client
min_hair_style: 0
max_hair_style: 27
min_hair_color: 0
max_hair_color: 8
min_cloth_color: 0
max_cloth_color: 4
trunk/conf/char_athena.conf
// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces or any of these characters which are not allowed in
// Windows filenames \/:*?"<>|
// ... or else guild emblems won't work client-side!
server_name: rAthena
what emulator you are using ? by default.. rathena support all new carts.. as long as you enabled the Renewal features..
and if error..then update ur KRO.....
show the error.....we are not here to guess what error you are facing...
if you didnt have PCRE installed with you...then go install
refer to Wiki or search in forum....answered several times.
http://rathena.org/wiki/PCRE
all these question has been answered repeating..
a simple search would surely return alot of result to you ~
get your latest data folder file / lub here..
http://subversion.assembla.com/svn/ClientSide/
the inventory tab...
use a shorter name for each tab...
if( !#Claimed ){
if( Sex ){
dispbottom "BOY";
getitem 607,1;
}else{
dispbottom "Girl";
getitem 608,1;
}
set #Claimed,1;
}
find any freebies npc at forum and edit to your like
OnInit:
delwaitingroom;
waitingroom "PVP Ladder",0;
end;
beside....your real solution for your script is this...
if ($@LadderChatRoom == 1) {
delwaitingroom;
waitingroom "PvP Top "+$@LadderLength+"",0; // Look on the configuration!
}
isnt the WOE Controller made by Euphy got the Reward System itself ?
setarray .Reward[0],14001,1; // Reward for all members of conquering guilds, per castle: <ID>,<Count>{,...} (0 to disable)