Quest:
Needed tools:
WinSCP
Putty
AK decrypter: View attachment INI Decrypt.rar
Get file from server and make a backup from original files:
/serverroot/Data/db/S_Mission.ini
download to windows and decrypt
upload to linux server example to root folder with filename: S_Mission.ini.decoded
open up putty
login as root and type:
RED == MULTIPLY VALUE
copy that S_Mission.ini to
AKSERVERROOT/Data/db
overwrite exist file
profit
Note: thats for quests only. I found the monster exp and item drop rate values too. Still waiting for Ben for his *.ini editor
Note2: Its serverside modification only. if you wanna u do in clientside (for correct numbers in questlist) you have to do the same with the clientside C_Mission.ini file then repack to client. Anyways, probably THAT serverside == clientside. not sure tho
Needed tools:
WinSCP
Putty
AK decrypter: View attachment INI Decrypt.rar
Get file from server and make a backup from original files:
/serverroot/Data/db/S_Mission.ini
download to windows and decrypt
upload to linux server example to root folder with filename: S_Mission.ini.decoded
open up putty
login as root and type:
Code:
perl -pe 's/#:RewardExp ([0-9]+)/"#:RewardExp ".$1*[COLOR="#FF0000"]10[/COLOR]/e' S_Mission.ini.decoded > S_Mission.ini
copy that S_Mission.ini to
AKSERVERROOT/Data/db
overwrite exist file
profit
Note: thats for quests only. I found the monster exp and item drop rate values too. Still waiting for Ben for his *.ini editor
Note2: Its serverside modification only. if you wanna u do in clientside (for correct numbers in questlist) you have to do the same with the clientside C_Mission.ini file then repack to client. Anyways, probably THAT serverside == clientside. not sure tho
Last edited by a moderator: