• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tutorial]How to change exp, money, quest rates

Joined
Jul 7, 2004
Messages
778
Reaction score
212
Now i show you how correct change game rates in server side. Now find only this way.

Quest reward rates change:

Go to "BLServer\Content\ServerData\QuestInfo"

And you see
6ec69d4bb4468504e368a2061b545b64 - [Tutorial]How to change exp, money, quest rates - RaGEZONE Forums

Open all files in and start work. Check all line and find (example) info like this:

"bl:reward_money="9075" bl:reward_relic_fragments="0" bl:reward_experience="72794""

Change to:

"bl:reward_money="90750" bl:reward_relic_fragments="0" bl:reward_experience="727940""

Now quest_id="48001" rates reward money and exp incrased to x10

Monster EXP/Money rates change:

Go to "BLServer\Content\ServerData\NPCInfo"

195f6e8d6f4cb4db0fdbbf82faa3c9bc - [Tutorial]How to change exp, money, quest rates - RaGEZONE Forums

Open any files and find all "npc_category="monster" in all files:

Find info like this:

bl:exp_acquired="195" bl:skill_exp_acquired="0" bl:drop_money="0" bl:drop_money_ratio="0"

Change to

bl:exp_acquired="1950" bl:skill_exp_acquired="0" bl:drop_money="0" bl:drop_money_ratio="0"

And now monster with ID npc_id="9001606"

Give you x10 more exp.

It's not easy way because you must change a lot strings, but for now i find only this way for correct incrased rates without scroll and buffs.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
Server installation and how to install the game on the server.
How can we play with other friends, where do I need to change the ropes. Can you prepare a video tutorial or pictures?
Also, good luck to your hands and mind.
 
Experienced Elementalist
Joined
Apr 25, 2014
Messages
230
Reaction score
7
Now i show you how correct change game rates in server side. Now find only this way.

Quest reward rates change:

Go to "BLServer\Content\ServerData\QuestInfo"

And you see
6ec69d4bb4468504e368a2061b545b64 - [Tutorial]How to change exp, money, quest rates - RaGEZONE Forums

Open all files in and start work. Check all line and find (example) info like this:

"bl:reward_money="9075" bl:reward_relic_fragments="0" bl:reward_experience="72794""

Change to:

"bl:reward_money="90750" bl:reward_relic_fragments="0" bl:reward_experience="727940""

Now quest_id="48001" rates reward money and exp incrased to x10

Monster EXP/Money rates change:

Go to "BLServer\Content\ServerData\NPCInfo"

195f6e8d6f4cb4db0fdbbf82faa3c9bc - [Tutorial]How to change exp, money, quest rates - RaGEZONE Forums

Open any files and find all "npc_category="monster" in all files:

Find info like this:

bl:exp_acquired="195" bl:skill_exp_acquired="0" bl:drop_money="0" bl:drop_money_ratio="0"

Change to

bl:exp_acquired="1950" bl:skill_exp_acquired="0" bl:drop_money="0" bl:drop_money_ratio="0"

And now monster with ID npc_id="9001606"

Give you x10 more exp.

It's not easy way because you must change a lot strings, but for now i find only this way for correct incrased rates without scroll and buffs.
regarding to Monster EXP/Money rates change,,

i have follwed ur step by step to change monster's exp to 50000,,but still not working in the game...

i did change all NPC's XML files by using notepad++
 

Attachments

You must be registered for see attachments list
Joined
Jul 7, 2004
Messages
778
Reaction score
212
regarding to Monster EXP/Money rates change,,

i have follwed ur step by step to change monster's exp to 50000,,but still not working in the game...

i did change all NPC's XML files by using notepad++
Idk, mb you show me how you change all files. Because for me work correct.

Best way for check, find ID monster in start location, change it and start test.
 
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
The server is running with an 8 core cpu, but how can I run my processor from 4 cores?
 
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
You run vm? If yes check vm settings
yes but when I make 8 cores in vm settings it tells me invalid setting because my processor is 4 cores. therefore it won't let me get to 8 cores. "My processor is 4 cores not 8."
The CPU is set to 8 cores in the settings section of the server file. I marked it with red.

what should i do? can i run it in a 4-core way? tell me if I need a setting.

Windows Server 2025.vmx edit notepat

.encoding = "GBK"
config.version = "8"
virtualHW.version = "20"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
hpet0.present = "TRUE"
nvram = "Windows Server 2025.nvram"
virtualHW.productCompatibility = "hosted"
powerType.powerOff = "soft"
powerType.powerOn = "soft"
powerType.suspend = "soft"
powerType.reset = "soft"
displayName = "ÉñÓÓÊÍ·Å"
firmware = "efi"
guestOS = "windows2019srvnext-64"
tools.syncTime = "FALSE"
numvcpus = "8"
cpuid.coresPerSocket = "4"
vcpu.hotadd = "TRUE"
memsize = "16384"
mem.hotadd = "TRUE"
sata0.present = "TRUE"
nvme0.present = "TRUE"
nvme0:0.fileName = "Windows Server 2025.vmdk"
nvme0:0.present = "TRUE"
sata0:1.deviceType = "cdrom-image"
sata0:1.fileName = "G:\ÏÂÔØ\³£Óù¤¾ß\ϵͳ¹¤¾ß\LaoMaoTao.iso"
usb.present = "TRUE"
ehci.present = "TRUE"
usb_xhci.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.addressType = "generated"
ethernet0.virtualDev = "e1000e"
ethernet0.present = "TRUE"
extendedConfigFile = "Windows Server 2025.vmxf"
floppy0.present = "FALSE"
vmxstats.filename = "Windows Server 2025.scoreboard"
uuid.bios = "56 4d f1 33 07 f8 91 fc-d5 9e e2 e1 38 87 39 e8"
uuid.location = "56 4d dc 62 bb 3f 34 85-3f 2a c7 07 c9 d9 bf 74"
vm.genid = "183167000249538264"
vm.genidX = "-4961657096989997495"
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
usb.pciSlotNumber = "32"
ethernet0.pciSlotNumber = "160"
ehci.pciSlotNumber = "33"
usb_xhci.pciSlotNumber = "192"
sata0.pciSlotNumber = "34"
nvme0.pciSlotNumber = "224"
nvme0:0.redo = ""
svga.vramSize = "268435456"
vmotion.checkpointFBSize = "4194304"
vmotion.checkpointSVGAPrimarySize = "268435456"
vmotion.svga.mobMaxSize = "268435456"
vmotion.svga.graphicsMemoryKB = "262144"
ethernet0.generatedAddress = "00:0c:29:87:39:e8"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "948386280"
monitor.phys_bits_used = "45"
cleanShutdown = "TRUE"
softPowerOff = "TRUE"
toolsInstallManager.lastInstallError = "0"
svga.guestBackedPrimaryAware = "TRUE"
tools.remindInstall = "FALSE"
toolsInstallManager.updateCounter = "2"
guestInfo.detailed.data = "architecture='X86' bitness='64' buildNumber='25295' distroName='Windows' distroVersion='10.0' familyName='Windows' kernelVersion='25295.1000' prettyName='Windows Server 2025, 64-bit (Build 25295.1000)'"
diskCleanup.automatic = "TRUE"
priority.grabbed = "high"
priority.ungrabbed = "normal"
workingDir = "."
mks.keyboardFilter = "allow"
sata0:0.deviceType = "cdrom-raw"
sata0:0.fileName = "auto detect"
sata0:0.present = "TRUE"
usb_xhci:4.present = "TRUE"
usb_xhci:4.deviceType = "hid"
usb_xhci:4.port = "4"
usb_xhci:4.parent = "-1"
sata0:0.autodetect = "TRUE"
sata0:0.startConnected = "FALSE"
 
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
oke testin wait pls

Change it in you vmware settings.
thanks it worked.
Are we going to run the server files we downloaded in the virtual machine?
the language is chinese and it doesn't change i don't know chinese :D

Ofc give me time and i add all tutorial.
Please add how to run the server, how to connect and where to throw, I can't make this server unless you add training.
 
Last edited:
Joined
Jul 7, 2004
Messages
778
Reaction score
212
oke testin wait pls


thanks it worked.
Are we going to run the server files we downloaded in the virtual machine?
the language is chinese and it doesn't change i don't know chinese :D


Please add how to run the server, how to connect and where to throw, I can't make this server unless you add training.
I make tutorial but not at home for now and can't publish it.
 
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
I make tutorial but not at home for now and can't publish it.
when can you post it?
Please I'm waiting for you. I have a few days off and I want to play this game.
 
Back
Top