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!

Patcher for Azuriom

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 12, 2022
Messages
17
Reaction score
1
Anyone knows how to make my patcher to patch in azuriom?
@Jav says i need to put it in Public/Assets

I did this in patcher tutorial

Code:
#define SERVER_ROOT			"/public/assets/NeuroSpace/RESCLIENT"							// Server root, where the Titanium patched list.txt is.

and it keeps giving me error in the patcher
 
Newbie Spellweaver
Joined
Oct 12, 2022
Messages
17
Reaction score
1
This one should work:
Code:
#define SERVER_ROOT            "public/assets/RESCLIENT/"

still got errors sir i got this in patchlog
Code:
10/30-17:47:49	public/assets/RESCLIENT/list.txt.gz, 0(th), 0bytes10/30-17:47:49	The URL is invalid

this is my patches
 
Upvote 0
Newbie Spellweaver
Joined
Oct 12, 2022
Messages
17
Reaction score
1
change the IP if you using cloudflare you need to change the IP in to numerical. like 139.246.10.1

thanks for the reply yes im using cloudflare what do you mean i need to change the IP? the IP of what sir?



Its working now so i need to change this : PATCHSEVER_URL to my IP thanks
 
Upvote 0
Status
Not open for further replies.
Back
Top