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

Bless Server files & VM

CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,669
Reaction score
294
Hey guys!! I'm doing new tests on my old PC again :wink:
I can say that those who don't have AVX2, can use these files.
I didn't have a good experience with VM files, so i recommend you use the Bl_Server_July.zip files,
because with these files i had no problems with extreme CPU usage.
Have at least 6 Cores and 16Gb Ram when creating your own VM.

https://postimg.cc/YGjXJ58y

https://postimg.cc/QKTfMc2Q

https://postimg.cc/CzbvTHHY

VM is configured with 10Gb Ram and 6 Cores for testing on old PC :lol:


so just the server side do you need sql server too?or it just stores mall data?
 
Junior Spellweaver
Joined
Dec 2, 2015
Messages
114
Reaction score
10
Small tips from me because I had some trouble..(in my case with a win server 2022)

Install the VM and copy all out of it because the other files are a mess and need much changes with paths and so on.
For Redis you need WSL2?! Indidn't checked if you really need it because I started my mess from 0. BUT if you run VM after installing WSL2 for Redis, you cant start VM either you deinstall/disable all Virtual Hosting Stuff so copy all out before you install WSL2/Redis stuff
 
Last edited:
Joined
Jul 7, 2004
Messages
778
Reaction score
212
Small tips from me because I had some trouble..(in my case with a win server 2022)

Install the VM and copy all out of it because the other files are a mess and need much changes with paths and so on.
For Redis you need WSL2?! Indidn't checked if you really need it because I started my mess from 0. BUT if you run VM after installing WSL2 for Redis, you cant start VM either you deinstall/disable all Virtual Hosting Stuff so copy all out before you install WSL2/Redis stuff

Send me dm I setup for you server...



How to add free character slots:

"\BLServer\Content\ServerData"

AccountInfo.xml

<bl:CharacterSlotInfo bl:id="1" bl:param_type="character_slot" bl:min_value="10" bl:max_value="10" />

How to fix Attedance:

"\BLServer\Content\ServerData"

AttendanceInfo.xml
Wrong
<bl:FAttendanceInfoDB xmlns:bl="http://bless-comm/BLGame" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://bless-comm/BLGame ..\..\Schema\AttendanceInfoInfo.xsd" bl:version="1">

Correct
<bl:FAttendanceInfoDB xmlns:bl="http://bless-comm/BLGame" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://bless-comm/BLGame ..\..\Schema\AttendanceInfo.xsd" bl:version="1">

Bless Pass Time Fix:


"\BLServer\Content\ServerData"

BlessPassInfo.xml

Correct time and date like on example
<bl:BlessPassInfo bl:season_id="20002" bl:code_name="BlessPass_Season_002_pc" bl:platform="pc" bl:title_name="3" bl:start_date="2020-11-20T19:00:00" bl:end_date="2023-10-11T19:00:00"


Arena and Battlefield time fix:

You can search and correct date and time in this files.

WorldInfo.xml

Server name changes:

Go to you MSSQL Client, Global DB - WorldServer_Info

7e542de774868d3481b75a6530c90aa9 - Bless Server files & VM - RaGEZONE Forums



If you run server outside VM. You must download Redis! Redis inside on vm or check Robyson link!

MSSQL only save info about data, not need make any other changes like change server name.
 
Newbie Spellweaver
Joined
Feb 3, 2018
Messages
68
Reaction score
34
Does anyone know how to run it inVPS? My VPSinternal IP is 17.x.x.x The external IP is 61.x.x.x , I have been testing locally, now my computer is hooked up to render some 3D visuals, I need to put this server on top of the VPS, I need to replace those IPs, which of you know?
 
Joined
Jul 7, 2004
Messages
778
Reaction score
212
You seem to have a bit wrong idea here.
While yes you posted and clearly said you are running it without VM, not everyone always understand so they were saying they are waiting for it. Thats not leeching.

IF you want to go ahead open a private server, go ahead, I mean you can do it if you want to. Most people will use the VM version to play with their roommate, girlfriend or a very small group of friends. And while yes, you can get everything from GM commands, its far better and easier to simply have it all working in a vm, so you can just properly play and have the full experience with as little GM command use as possible. thats what I want, hence why I am asking how you fixed those things.

Nearly everyone here will not even bother running an actual server because its just too much of a hassle to maintain, update or even pay for it.
I am not that great with most technical stuff ( and most of people asking for help here arent either, they just want a working vm they can play) and I tried to enable the battle pass and some other things but was not successful, hence I am asking for you to share some of the knowledge to save me time.
I can pretty much do it myself once someone explains to me what needs to be done.

I completely understand your way of thinking that someone would wanna make a server, so I am not holding it against you. You seem to be the person that is more or less the msot capable to fix these things so it would be very appreciated if you could help.

Some info i add now.

Any who ask me on pm, get fast answer for all his question.

Anyway poop about me removed from thread. Next time check my profile or my old profile.

https://forum.ragezone.com/members/35467.html

Because im on this community from the time when some only started to walk.
 
Last edited by a moderator:
Experienced Elementalist
Joined
Sep 23, 2008
Messages
277
Reaction score
90
For GM CMDs there are 3 lvl just look at the file 'GMCommandInfo.xml'


notice" bl:level="3" />
hide" bl:level="3" />
god" bl:level="3" />
setLevel" bl:level="2" />
setFullSet" bl:level="2" />
setexp" bl:level="2" />
resetSkillAll" bl:level="1" />
resetSkill" bl:level="1" />
addItem" bl:level="1" />
addItemTo" bl:level="1" />
addItemEx" bl:level="1" />
addFish" bl:level="1" />
 
Joined
Jul 7, 2004
Messages
778
Reaction score
212
For GM CMDs there are 3 lvl just look at the file 'GMCommandInfo.xml'


notice" bl:level="3" />
hide" bl:level="3" />
god" bl:level="3" />
setLevel" bl:level="2" />
setFullSet" bl:level="2" />
setexp" bl:level="2" />
resetSkillAll" bl:level="1" />
resetSkill" bl:level="1" />
addItem" bl:level="1" />
addItemTo" bl:level="1" />
addItemEx" bl:level="1" />
addFish" bl:level="1" />

game client not have any info about game shop connection.

xsd not loaded on server side we think.



Field server must run with "PC" build not "DEV"

"Platform": "pc"

f61623084aa3fa87b814d95531d6435e - Bless Server files & VM - RaGEZONE Forums




For GM CMDs there are 3 lvl just look at the file 'GMCommandInfo.xml'


notice" bl:level="3" />
hide" bl:level="3" />
god" bl:level="3" />
setLevel" bl:level="2" />
setFullSet" bl:level="2" />
setexp" bl:level="2" />
resetSkillAll" bl:level="1" />
resetSkill" bl:level="1" />
addItem" bl:level="1" />
addItemTo" bl:level="1" />
addItemEx" bl:level="1" />
addFish" bl:level="1" />


Use lvl 1 gm for addItem etc.
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
665
Reaction score
212
Some info i add now.

Any who ask me on pm, get fast answer for all his question.

Anyway poop about me removed from thread. Next time check my profile or my old profile.

https://forum.ragezone.com/members/35467.html

Because im on this community from the time when some only started to walk.

Awesome! Thank you for adding those things. Question on the attendance: What exactly is wrong with it? Because in my VM it jsut works without me changing anything. So just confused a bit o.o
 
Joined
Jul 7, 2004
Messages
778
Reaction score
212
Awesome! Thank you for adding those things. Question on the attendance: What exactly is wrong with it? Because in my VM it jsut works without me changing anything. So just confused a bit o.o

Check my post before. If load server in dev mode, you bp and attedance not working, because server not load some xsd



All my post before fixed all issue in game now.

I have only problem with run Cash Shop! We work with templar for fix it, but now not have luck!

If someone know info about Cash Shop! Plz share info here!

If someone make easy packer/unpacker for pack files, it's will be great to!
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
665
Reaction score
212
Check my post before. If load server in dev mode, you bp and attedance not working, because server not load some xsd



All my post before fixed all issue in game now.

I have only problem with run Cash Shop! We work with @templar for fix it, but now not have luck!

If someone know info about Cash Shop! Plz share info here!

If someone make easy packer/unpacker for pack files, it's will be great to!

Gotcha. Changed mine so all say "pc" now. Do we keep the "-DeveloperMode=true" on the start.bat for the client?

As for cash shop: isnt the in game Brath Altar linked to it? Cant we somehow trace it back from there since it uses Lumena?
 
Experienced Elementalist
Joined
Sep 23, 2008
Messages
277
Reaction score
90
Has anyone looked at the functions on the database, it could be that there is a function to activate the lumena store?

I have this problem here:

PMSConn[07_21:10:08:032] = GSID is not set
 
Newbie Spellweaver
Joined
Sep 1, 2012
Messages
48
Reaction score
5
Does anyone know how to run it inVPS? My VPSinternal IP is 17.x.x.x The external IP is 61.x.x.x , I have been testing locally, now my computer is hooked up to render some 3D visuals, I need to put this server on top of the VPS, I need to replace those IPs, which of you know?

Modify the configuration in the connection
https://drive.google.com/file/d/1xxzTDv8Ypi0VO8enNrT-UdXAfxw0rrpk/view?usp=share_link
Your local IP=>>17.x.x.x
Your public IP=>>61.x.x.x
ipTable.json--Your system name==>>System Name
 
Back
Top