- Joined
- Aug 23, 2010
- Messages
- 1,387
- Reaction score
- 246
It's just C#, you can decompile it yourself, though you will probably need to fix it up some.
I was eager for lumena shop
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!It's just C#, you can decompile it yourself, though you will probably need to fix it up some.
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
I found that the text description is indeed related to the line, but I still cannot find the association. maybe exist in the bin file可能与线路比较
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
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?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?
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
:thumbup1: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
Items left to load