Modcraft - The community dedicated to quality WoW modding!

Content creation => Texturing and 2D Art => Topic started by: Magnus on September 20, 2014, 12:08:38 pm

Title: How to modify Login Screen 3.3.5a without autoupdate
Post by: Magnus on September 20, 2014, 12:08:38 pm
I have modified my Loginscreen with different changes.

However I couldn't find a solution to prevent the client to start autoupdates if you enter an e-mail account name instead of a normal account name (without '@').

Couldn't find anything in the Lua scripts. May somebody know a hint ?
Title: Re: How to modify Login Screen 3.3.5a without autoupdate
Post by: schlumpf on September 20, 2014, 12:28:31 pm
is hardcoded behavior of BattlenetLogin. You can prevent it by filtering usernames with @ before DefaultServerLogin().
Title: Re: How to modify Login Screen 3.3.5a without autoupdate
Post by: Magnus on September 20, 2014, 03:23:15 pm
Good idea, thanks  :)