Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Adjust Monster EXP Rates in AK Server

Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
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...
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 21, 2015
Messages
2
Reaction score
0
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
Top