wowreeb
wowreeb copied to clipboard
Autologin does not work if account password contains only number
Like in title, using password and masterkey with only numbers will result invalid password in wow login screen. Here is example of my config below;
<?xml version="1.0" encoding="utf-8"?>
<wowreeb>
<Realm Name="TBC (Netherwing)">
<Exe Path="D:\Games\World of Warcraft - The Burning Crusade 2.4.3\Wow.exe" SHA256="8F8D7F4CF3909E61FD34B09DF9C9B56C21AEC76A9AD1883353F1FA5D9B8411E2" />
<AuthServer Host="play.atlantiss.org" />
<Credentials Username="name" Password="encryptedpassword" />
</Realm>
</wowreeb>