Patcher for Azuriom

Results 1 to 5 of 5
  1. #1
    Apprentice iflyffmc is offline
    MemberRank
    Oct 2022 Join Date
    17Posts

    Patcher for Azuriom

    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


  2. #2
    I ❤️ Shawarma Percuflex is online now
    MemberRank
    Jan 2020 Join Date
    IsraelLocation
    249Posts
    This one should work:
    Code:
    #define SERVER_ROOT			"public/assets/RESCLIENT/"

  3. #3
    Apprentice iflyffmc is offline
    MemberRank
    Oct 2022 Join Date
    17Posts
    Quote Originally Posted by Percuflex View Post
    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
    https://ibb.co/5Tg9mFg

  4. #4
    Proficient Member wataru is offline
    MemberRank
    Jan 2010 Join Date
    157Posts
    change the IP if you using cloudflare you need to change the IP in to numerical. like 139.246.10.1

  5. #5
    Apprentice iflyffmc is offline
    MemberRank
    Oct 2022 Join Date
    17Posts
    Quote Originally Posted by wataru View Post
    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?

    - - - Updated - - -

    Its working now so i need to change this : PATCHSEVER_URL to my IP thanks



Advertisement