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!

How to Adjust Monster EXP Rates in AK Server

🚫
Exiled
Joined
Dec 3, 2010
Messages
1,577
Reaction score
618
Location
/root/gameguard
Needed tools:
WinSCP
Putty
Notepad++
Any Linux with perl

NOTE: DO EXACTLY THE SAME STEPS ELSE YOUR S_Biology.ini WILL FUCKED UP AT END

Download S_Biology.ini from your AKSERVERROOT/Data/db
Copy a backup

open up notepad++
press CTRL+H (search & replace)

search for: |||||||||||||
replace to: qwertzuiopas

NOTE: ^ THERE IS A SPACE AFTER THE s! so qwertzuiopas+SPACE

save as S_Biology.ini_modded
upload with WinSCP to your favorite linux, example to root folder
login as root
run this command:
INTEGER_HERE -> CHANGE THIS TEXT TO A NUMBER YOU WANT!
Code:
perl -pe 's/qwertzuiopas ([0-9]+)/"#############" .$1*INTEGER_HERE/e' S_Biology.ini_modded > S_Biology.ini_RATED
download the file: S_Biology.ini_RATED
open up with notepad press CTRL+H again

REMEMBER THE SPACE AFTER qwertzuiopas!
search for: qwertzuiopas
replace with: |||||||||||||
Search for: #############
replace with: |||||||||||||

save as S_Biology.ini
upload to your AKSERVERROOT/Data/db
Start your server
profit

PreMade files:
View attachment S_Biology_x10.7z
View attachment S_Biology_x1000.7z

Ben, where is your ini editor? :happymod:

Greetings to AKDC

PS: cannot found easier way...
 
I followed the guide step by step but i always get the same error when i try to join the server after i uploaded the modified file: Connection to the server failed (1)
 
Back