Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Archlord
You last visited: Today at 05:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Emulator + Editor

Discussion on [Release] Emulator + Editor within the Archlord forum part of the MMORPGs category.

Reply
 
Old 02/26/2024, 08:18   #46

 
al3css's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 1,163
Received Thanks: 433
Quote:
Originally Posted by Adive View Post
Despite them being present in the msvc/lib folder, when attempting to run the server after building I got these errors about the following missing dlls:
-SDL2.dll
-nvtt30203.dll

I copied them to C:/Windows/System32. That got rid of those previous errors but I'm now getting

'The application was unable to start correctly (0xc000007b)'

My environment is Windows 10, Visual Studio 2022 Community Edition. Any ideas?
All the dll`s are located in source of the emu , copy them to the main server folder where you plan to run the compiled server.exe dont copy them from windows system
al3css is offline  
Old 02/27/2024, 16:21   #47
 
elite*gold: 0
Join Date: Apr 2018
Posts: 6
Received Thanks: 1
Server start successfully.
But i got 2 problems
1. Missing titile manager
2.creat account failed:i use hercules connecting my server on port 11002, and type ADD_ACCOUNT:XXXXXXX:XXXXXXX:
hercules returned:ADD_ACCOUNT:XXXXXXX:XXXXXXX: m
Connection refused by remote host
Connection closed
jfs06331 is offline  
Old 02/27/2024, 22:18   #48
 
osiy1996's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 397
Received Thanks: 640
Quote:
Originally Posted by jfs06331 View Post
Server start successfully.
But i got 2 problems
1. Missing titile manager
2.creat account failed:i use hercules connecting my server on port 11002, and type ADD_ACCOUNT:XXXXXXX:XXXXXXX:
hercules returned:ADD_ACCOUNT:XXXXXXX:XXXXXXX: m
Connection refused by remote host
Connection closed
Web server port is 8080 (or whatever it is set to in your server_config.ini), not 11002.

Also, ports are not open for incoming connections by default, so you need to add relevant rules in your firewall settings.

Finally, do not open your web server port to everyone, only to yourself (your website host or dev machine). Anyone with access to that port can use those commands.
osiy1996 is offline  
Old 02/28/2024, 10:54   #49
 
elite*gold: 0
Join Date: Apr 2018
Posts: 6
Received Thanks: 1
Quote:
Originally Posted by osiy1996 View Post
Web server port is 8080 (or whatever it is set to in your server_config.ini), not 11002.

Also, ports are not open for incoming connections by default, so you need to add relevant rules in your firewall settings.

Finally, do not open your web server port to everyone, only to yourself (your website host or dev machine). Anyone with access to that port can use those commands.
[Web]
IP=192.168.200.2
Port=8090
WhiteList=192.168.200.2
EnumEnd=0
I tried 8090port(firewall turned off)

Connecting to 192.168.200.2 ...
Connected to 192.168.200.2
Connection closed

it closed tcp connection in 5 seconds.
jfs06331 is offline  
Old 02/28/2024, 12:09   #50
 
osiy1996's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 397
Received Thanks: 640
Quote:
Originally Posted by jfs06331 View Post
[Web]
IP=192.168.200.2
Port=8090
WhiteList=192.168.200.2
EnumEnd=0
I tried 8090port(firewall turned off)

Connecting to 192.168.200.2 ...
Connected to 192.168.200.2
Connection closed

it closed tcp connection in 5 seconds.
There's a 5 second timeout if nothing is done with the connection.
You may need a zero terminator in the string you are sending, like so:
osiy1996 is offline  
Old 02/28/2024, 12:50   #51
 
elite*gold: 0
Join Date: Apr 2018
Posts: 6
Received Thanks: 1
Quote:
Originally Posted by osiy1996 View Post
There's a 5 second timeout if nothing is done with the connection.
You may need a zero terminator in the string you are sending, like so:
It works with $00 end
However it says account exsists whatever i type in

CHECK_USERNAME,ADD_BALANCE commands are running successfully.

Dose the Gameserver.exe restrict the reg function?
Attached Images
File Type: png 1.png (595.5 KB, 24 views)
jfs06331 is offline  
Old 02/28/2024, 19:34   #52
 
osiy1996's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 397
Received Thanks: 640
Quote:
Originally Posted by jfs06331 View Post
It works with $00 end
However it says account exsists whatever i type in

CHECK_USERNAME,ADD_BALANCE commands are running successfully.

Dose the Gameserver.exe restrict the reg function?
It took 6 months for someone to find out that registration didn't work



You just need GameServer.exe from it, everything else is the same.
osiy1996 is offline  
Old 02/29/2024, 12:57   #53
 
elite*gold: 0
Join Date: Apr 2018
Posts: 6
Received Thanks: 1
Quote:
Originally Posted by osiy1996 View Post
It took 6 months for someone to find out that registration didn't work



You just need GameServer.exe from it, everything else is the same.
Fixed! Thanks for helping!
And last thing: is the title function editable in INIfiles or i have to edit it in source code?
jfs06331 is offline  
Old 04/20/2024, 16:54   #54
 
archknup's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 169
Received Thanks: 140
It works good, Any chance to activate quests or are they not implemented?
Thanks!
archknup is offline  
Old Yesterday, 03:22   #55
 
elite*gold: 0
Join Date: Sep 2010
Posts: 2
Received Thanks: 0
Hi,

First let me thank you for your amazing work on making the archlord server. I can't even imagine the amount of work and time spent on figuring out how all the stuff works.

I have been testing it for fun and I have a few doubts that I would like to ask you about.

First, I've tried to enable dragonscions, I've edited the ui ini file with the editor, but when I try to create a character it says invalid name. I believe something must also be changed in the server, right? How can I change it?

Second, I've tried to increase the inventory slots, I tried to add more 3 bags and increase the slots from 5*5 to 10*5. I also changed the grid and the texture of the inventory. However the slots are not working. I guess it is something to do with the server again.

Third, what should I do to enable the battleground, and HH (and skills)? Is it easy to enable?

Last, is there any way to create admin accounts? I've tried to duplicate the already existing account and changing the name of the character and login but it doesn't work.

Thank you once again.
VascoFerreira is offline  
Reply


Similar Threads Similar Threads
[Selling] ✅ MWII/WZ2.0 AIO✅ CAMO EDITOR✅ 240 FOV✅ PLAYER CHAMS✅ CLAN TAG EDITOR✅ PERK EDITOR✅
12/13/2022 - Call of Duty Trading - 0 Replies
https://sellproduction.s3.eu-west-2.amazonaws.com/ store/3364/listings/bxy3u7qLIACDCaM64ih2KIEas0y2sR MhlUvr820i.gif AIO Features: CHAMS (PLAYER OUTLINES LIKE E$P) FOV Changer Class Name Editor (Colors & Symbols)
[Request] DB Editor / Client Editor / PK2 Editor.
08/30/2013 - SRO Private Server - 3 Replies
Would like to make some Updates on the Server and need some peoples to make em. - Add me on Skype : Saint.sinner8 ( will be rewarded )



All times are GMT +2. The time now is 05:06.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.