This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Making wow loginscreen read a remote var  (Read 1116 times)

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
[QUESTION] Making wow loginscreen read a remote var
« on: April 17, 2013, 06:06:14 pm »
Hello.
I´m making a login mod which prevents you from logging in if you don´t have the last patch, but i have a big problem.
I´m using a if/else structure which compares the var "internalVersion"
Code: [Select]
if (internalVersion == "20001") then
-- Do nothing
else
AccountLoginLoginButton:Disable();
AccountLoginLoginButton:SetText("Your patch is outdated");
more code...
end

(which corresponds to 12340 in 3.3.5a 12340 clients) to a custom var, but i don´t know hot to make the loging to read that var from a webserver.

Any suggestion?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

detonatorss

  • Registred Member
  • Model Change Addict
  • *****
  • Posts: 233
    • View Profile
Re: [QUESTION] Making wow loginscreen read a remote var
« Reply #1 on: April 18, 2013, 10:05:41 pm »
it's really easy to do a simple thing, so please thing a little.

Change the WoW.exe Build and change the AuthCodes really easy and you have minus problems
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Desktop


Laptop

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
Re: [QUESTION] Making wow loginscreen read a remote var
« Reply #2 on: April 18, 2013, 10:37:40 pm »
I know that way, but i´d like to make it more visual.
Anyway, thanks.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »