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!

Bless Server files & VM

Initiate Mage
Joined
Mar 23, 2023
Messages
7
Reaction score
0
Someone knows how the item id corresponds to the description text game. locres,I can't even find a connection,When I convert locres to txt text, the description in it has no character associations
 
Custom Title Activated
Joined
Aug 23, 2010
Messages
1,387
Reaction score
246
Someone knows how the item id corresponds to the description text game. locres,I can't even find a connection,When I convert locres to txt text, the description in it has no character associations

Maybe comparing with lines
 
Initiate Mage
Joined
Mar 20, 2023
Messages
4
Reaction score
1
115113ja4fwvnhx2kwkazn.jpg.thumb.jpg

Assassin's character creation, sound, animation, missions, everything has been fixed, but the core parts require source code to be fixed.
 
Junior Spellweaver
Joined
Aug 5, 2006
Messages
161
Reaction score
12
According to my knowledge, from what I see, people are entering the game with a development string and for the client to work completely, it is necessary to enter the base connection string, which is necessary for authentication, there is a similar system that I saw in mulegend and how the server is made in unreal egine I believe it is the same system, to conclude I believe it is necessary to recreate the authentication system.
 
Initiate Mage
Joined
Jan 3, 2005
Messages
41
Reaction score
3
For those who have the same problem as me, namely the IP in database is changed automatically with the one from the VM network adapter and are unable to use VPN or external IP, I have found a solution:

-Add a new Network Adapter to the VM, you can keep the default parameter
-In windows settings -> Networks & Internet -> Advanced network settings: Disable the Ethernet0

Done! Now, the database keep the ip you set and not change it alone when you start Auth server!

Have fun :)
 
Initiate Mage
Joined
Aug 21, 2018
Messages
29
Reaction score
2
For those who have the same problem as me, namely the IP in database is changed automatically with the one from the VM network adapter and are unable to use VPN or external IP, I have found a solution:

-Add a new Network Adapter to the VM, you can keep the default parameter
-In windows settings -> Networks & Internet -> Advanced network settings: Disable the Ethernet0

Done! Now, the database keep the ip you set and not change it alone when you start Auth server!

Have fun :)

thanks alot . I have the same problem as you, will give it a try.
I am trying to play with my little brother. I am using radmin vpn, which of the ip settings should i change to the vpn ip? should i change the world_info ip in database to the vpn ip? i have only changed the public ip in ipTable.json. is this the only thing i need to change? thanks in advance
 
Initiate Mage
Joined
Jan 3, 2005
Messages
41
Reaction score
3
thanks alot . I have the same problem as you, will give it a try.
I am trying to play with my little brother. I am using radmin vpn, which of the ip settings should i change to the vpn ip? should i change the world_info ip in database to the vpn ip? i have only changed the public ip in ipTable.json. is this the only thing i need to change? thanks in advance

Yes, you have to set the VPN IP of the server in the wordServer_info and I also use Radmin VPN ;)
 
Initiate Mage
Joined
Aug 21, 2018
Messages
29
Reaction score
2
Yes, you have to set the VPN IP of the server in the wordServer_info and I also use Radmin VPN ;)
thanks alot!! will give it a try.. i haven't had any success with radmin for this game.. i just need to change gameserveraddress or i need to change auth and the other one too in worldserver_info?
 
Initiate Mage
Joined
Jan 3, 2005
Messages
41
Reaction score
3
thanks alot!! will give it a try.. i haven't had any success with radmin for this game.. i just need to change gameserveraddress or i need to change auth and the other one too in worldserver_info?

Only the GameServerAdress field in database. But all ip adress other than 127.0.0.1 in .json files who are in config folder have to be changed. A quick and simple way to to that:

Open Notepad++:
-Press ctrl+H,
-Choose "Search in files" tab and set in "find what" field the ip of the vm (If a remember well, 192.168.200.130)
-"Replace with" field the IP of Radmin VPN
-In Filters field "*.json"
-Directory : the config folder
-Click on replace in files button

That all, all IPs are changed, you can start the server again and everything should work fine :)
 
Last edited:
Junior Spellweaver
Joined
Aug 23, 2014
Messages
127
Reaction score
20
I'm coding Jorbiserver from zero, i fixed the login system for now. Can't login without id and password anymore.

- - - Updated - - -

Lumena fixed too.
https://imgur.com/a/9jc2cH7
 
Last edited:
Initiate Mage
Joined
Aug 21, 2018
Messages
29
Reaction score
2
Only the GameServerAdress field in database. But all ip adress other than 127.0.0.1 in .json files who are in config folder have to be changed. A quick and simple way to to that:

Open Notepad++:
-Press ctrl+H,
-Choose "Search in files" tab and set in "find what" field the ip of the vm (If a remember well, 192.168.200.130)
-"Replace with" field the IP of Radmin VPN
-In Filters field "*.json"
-Directory : the config folder
-Click on replace in files button

That all, all IPs are changed, you can start the server again and everything should work fine :)

It works!!! thanks a lot sir.. really appreciated the help.. thanks to OP and Matar too!!
 
Junior Spellweaver
Joined
Dec 2, 2015
Messages
102
Reaction score
3
GM Commands aren´t working, I set my Account TO GM Level 1 but not a single GM command is working? (Non VM)
 
Back
Top