why you want to increase it ? it's somekind of limit to a percentage in game..
10000 = 100.00%
why would you need to increase it further ?
100% is absolute drop rate already.
this settings are usually used to limit the max drop rate...not increase the max drop rate.
if i am not mistaken...you need a file named
bookresnametable.txt
it's inside the data folder... the OLD 1....not the latest 1 since it's not included anymore...and some other files...
not really sure with the exact name
@papol22
remove the RENEWAL Casting system
/// renewal cast time
/// (disable by commenting the line)
///
/// leave this line to enable renewal casting time algorithms
/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
/// example:
/// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
/// "fixed cast time" which can only be reduced by specialist items and skills
#define RENEWAL_CAST
disable it and recompile...
Please make your own topic for your own issues....
the current emulator has no way to detect the player using @afk or not...
unless your @afk are using chatroom then we can use checkchatting to check it..
or...your @afk will set a variable...or player mode...then have a command to check on it ...
or you can use @afk will stop the timer...using deltimer
otherwise...there is no way to check a player using @afk or not...
even the users modifed it...it only affect the item description of that players...wont affect others..
beside...i think there is a file inside lua that can help you change the directory of reading this file...
you can either change the directory / rename it....
otherwise use compiler to compile LUA to LUB...
then the content will be gibberish if player opened it without decompile to LUA..