⚙️Client Editor

What is Client Editor:

What is Client Editor

Client Editor is an open source editor to patch programmatically clients 11+ with OTServ RSA and Custom WebService URL.

Github:

Github

Latest Release:

Latest Release

Getting Started:

Windows

How to use:

  • Extract and save the client editor in a folder.

  • Example: C:\client-editor

  • Edit or make a config.toml with all the URLs you want to change.

  • Examples of config.toml for localhost (127.0.0.1) and AACs below:

  • CanaryAAC:

  • loginWebService = "http://127.0.0.1/api/v1/login"
    clientWebService = "http://127.0.0.1/api/v1/login"
    tibiaPageUrl = "http://127.0.0.1/"
    tibiaStoreGetCoinsUrl = "http://127.0.0.1/shop/coins"
    getPremiumUrl = "http://127.0.0.1/pages/vip-features"
    createAccountUrl = "http://127.0.0.1/account/signup"
    accessAccountUrl = "http://127.0.0.1/account"
    lostAccountUrl = "http://127.0.0.1/account/lost"
    manualUrl = "http://127.0.0.1/pages/server-info"
    faqUrl = "http://127.0.0.1/pages/server-info"
    premiumFeaturesUrl = "http://127.0.0.1/pages/vip-features"
    crashReportUrl = "http://127.0.0.1/api/crash-report"
    cipSoftUrl = "http://127.0.0.1/"
    fpsHistoryRecipient = "http://127.0.0.1/api/hardware-report"
  • GesiorAAC / MyAAC / ZnoteAAC:

  • loginWebService = "http://127.0.0.1/login.php"
    clientWebService = "http://127.0.0.1/login.php"
    tibiaPageUrl = "http://127.0.0.1/"
    tibiaStoreGetCoinsUrl = "http://127.0.0.1/shop/coins"
    getPremiumUrl = "http://127.0.0.1/pages/vip-features"
    createAccountUrl = "http://127.0.0.1/account/signup"
    accessAccountUrl = "http://127.0.0.1/account"
    lostAccountUrl = "http://127.0.0.1/account/lost"
    manualUrl = "http://127.0.0.1/pages/server-info"
    faqUrl = "http://127.0.0.1/pages/server-info"
    premiumFeaturesUrl = "http://127.0.0.1/pages/vip-features"
    crashReportUrl = "http://127.0.0.1/api/crash-report"
    cipSoftUrl = "http://127.0.0.1/"
    fpsHistoryRecipient = "http://127.0.0.1/api/hardware-report"
  • SlenderAAC:

  • loginWebService = "http://127.0.0.1/api/login"
    clientWebService = "http://127.0.0.1/api/login"
    tibiaPageUrl = "http://127.0.0.1/"
    tibiaStoreGetCoinsUrl = "http://127.0.0.1/shop/coins"
    getPremiumUrl = "http://127.0.0.1/pages/vip-features"
    createAccountUrl = "http://127.0.0.1/account/signup"
    accessAccountUrl = "http://127.0.0.1/account"
    lostAccountUrl = "http://127.0.0.1/account/lost"
    manualUrl = "http://127.0.0.1/pages/server-info"
    faqUrl = "http://127.0.0.1/pages/server-info"
    premiumFeaturesUrl = "http://127.0.0.1/pages/vip-features"
    crashReportUrl = "http://127.0.0.1/api/crash-report"
    cipSoftUrl = "http://127.0.0.1/"
    fpsHistoryRecipient = "http://127.0.0.1/api/hardware-report"
  • Open PowerShell;

  • Go to the client editor directory (cd command).

  • Example: cd C:\client-editor

  • Run the command:

  • .\client-editor.exe edit -t "client.exe location" -c config.toml

  • Example:

  • .\client-editor.exe edit -t "C:\tibia\bin\client.exe" -c config.toml

Last updated