Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Modify Quest Reward Rates on AK Server

🚫
Exiled
Joined
Dec 3, 2010
Messages
1,577
Reaction score
618
Location
/root/gameguard
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:

Code:
perl -pe 's/#:RewardExp ([0-9]+)/"#:RewardExp ".$1*[COLOR="#FF0000"]10[/COLOR]/e' S_Mission.ini.decoded > S_Mission.ini
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
 
Last edited by a moderator:
Quest:

Needed tools:
WinSCP
Putty
AK decrypter: View attachment 155657

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
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

Hello, I can not download the INI Decrypt.rar, attachment.php appears in the link.
 
@Hycker Can you provide mirror bro? The Right Click > Save As is not working It may have been deleted on ragezone server(not sure though). It would be a great help thanks
EIEiYgF - Modify Quest Reward Rates on AK Server - RaGEZONE Forums
 
@Hycker Can you provide mirror bro? The Right Click > Save As is not working It may have been deleted on ragezone server(not sure though). It would be a great help thanks
EIEiYgF - Modify Quest Reward Rates on AK Server - RaGEZONE Forums

Download the file through this link , I uploaded on mediafire.
 
I need help when i try this -I follow everything like the tutorial says to do- But i get this error in SecureCRT

error - Modify Quest Reward Rates on AK Server - RaGEZONE Forums
 
Quest:

Needed tools:
WinSCP
Putty
AK decrypter: View attachment 155657

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
RED == MULTIPLY VALUE
Can you provide the ini encryption tool
 
Back