you can try this
http://upaste.me/r/996569
data that stored in sql something it need more time to update it.
it's better to check it in game and not from the database itself.
adjust monster's DEX or Level since both affect the hit rate.
you can add in your custom skill casting database in the db/mob_skill_db2.txt , tons of example you can get inside the file.
a serious reason for changing latest revision ??
stability & maintainability better performance less bug latest update etc
I feel that it's inappropriate to blame rAthena for this.
You cant blame rAthena for breaking these just because your 3rd party tool failed to work in your server.
It's 3rd party tools issue after all.
There are no emulator out there that doing update based on other 3rd party tool compability.
it's 3rd party tools who have to keep on update to keep it working on every latest revision.
Simple Scenario If I am confusing you.
If you playing any hacking tools in any servers, you wont ask the server to update based on your hacking tools , so that your hacking tools still working after every update.
if( BaseLevel > 85 ){
set .@Price,12345; // Zeny required for heal
}
else{
set .@Price,0; // Zeny required for heal
}
set .@Buffs,0; // Also buff players? (1: yes / 0: no)
set .@Delay,10; // Heal delay, in seconds
Searching for help ??
read these !!
http://rathena.org/board/forum-30/announcement-9-scripting-support-easy-as-1-2-3/
http://rathena.org/board/topic/85849-scripting-support-rules/
Scripting Support Rules
You have to clearly and elaborately describe your problem.
You will have to use the code bbcode tag whenever you would like to post either scripting code or map-server error messages.