if you are using your localhost. try to put a clientinfo.xml on your data folder.
then try to make a shortcut of your Fioere Ragnarok Online.
then on the shortcut icon. simply right click then add this at the end of the target.
/account:clientinfo.xml
it will now read first your clientinfo.xml on your data folder before it reads your grf. and if you want to use your grf. make it sure that you put the correct ip there. since you are using the latest version. some of the new client. only reads grf files not on your data folder.
just try to add this.
M_Save:
savepoint "your map",x,y;
callfunc "F_KafEnd",0,1,"in the your map";
}
M_Save:
savepoint "prontera",156,172;
callfunc "F_KafEnd",0,1,"in the city of Prontera";
this save point is located at the center of Prontera.
@Euphy i use you woe controller. and i follow the instruction?but im still wondering why there is no treasure chest respawn?how can i set it automatically respawn every 12am.
thanks in advance.
if you want to make your votes converted to cash points or kafra points. you must set this to true.
'ChangeToCashPoints' => true,
and don't forget to change this also.
'ChangeToCredits' => false,
it is not the problem. the problem there if your server set to renewal setup.
try to look at the forum first before you make another post. there is already a topic regarding on your problem.
try to follow this. this is the solution for your problem.
http://rathena.org/board/topic/64923-stat-points-cost-per-stat-point-problem/
the use of atcommand_athena.conf is to make an alias on an existed commands.
kill: ["die"]
kill is already added on the commands. but if you want to make a custom command. like dead
you will add it there instead of making a new entry.
kill: ["kill", "dead"]
so you can now use @dead.
at your mmo.h
//Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well.
#define MAX_CHARS 9
//Number of slots carded equipment can have. Never set to less than 4 as they are also used to keep the data of forged items/equipment. [skotlex]
//Note: The client seems unable to receive data for more than 4 slots due to all related packets having a fixed size.
#define MAX_SLOTS 4
define max_chars 9
which means 1-3 page.