• Welcome to Valhalla Legends Archive.
 

Warcraft 3 Change Password

Started by ChR0NiC, March 16, 2004, 05:58 PM

Previous topic - Next topic

ChR0NiC

Screw It, Nobody Wants To Help On This Topic...We'll Just Forget It

tA-Kane

I beleive your password is case-sensitive (or rather, lowercased by the game). Try LCase(varPassword) when you're sending 0x05 to BNLS.

You should also LCase(varNewPass) if you want to be able to login on that account with the game client.
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

UserLoser.

If I'm not mistaken, isn't:

0x56 (Responses):
------------------
0x00: Password changed
0x01: Password changed
0x02: Incorrect old password
0x03: Password changed

(In addition to what he just posted as parsing 0x0)

I got these from Game.dll, but I could be wrong since I don't have much knowledge.

tA-Kane

#3
By the way, you should ALWAYS have  "Else", and handlers for unknown values, especially when connecting. Even if it simplay displays a message like "Unknown value in xyz function, value=" & str(value)

The reason being is this tells the user that the bot tried to do what they told it to do, but received an error while trying to do it, instead of appearing as though it did nothing at all (or perhaps started to do something, and then just got "hung", in the case of receiving an unknown value during connection).

It also gives the user some more information for you to ask for to help you know what went wrong.

If the bot stops during connection, and doesn't display what made it stop, then there's hardly anything to tell you where it's confused.

[Kp edit: fixed markup tag.]
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

tA-Kane

Are you able to login with the password which you're using as the old password?
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

Eric

#5
Quote from: ChR0NiC on March 17, 2004, 12:32 PM
Yes I can regularly logon with the account and password and also create an account if I specify to....just the changing password is the only problem I am having......

Whoa......Kane you are MacBinaryBot who hangs out in Op [vL]??

That's what his personal text says.

Eli_1

#6
Quote from: ChR0NiC on March 16, 2004, 05:58 PM
Screw It, Nobody Wants To Help On This Topic...We'll Just Forget It

people have been trying to help you, cut the drama

[Edit] and quit removing/modifying all your posts

ChR0NiC

Not people....just Kane and I know some people who are easily qualified in being able to do this and have read this post before, they just choose not to answer.

Kp

Quote from: ChR0NiC on March 17, 2004, 02:20 PMNot people....just Kane and I know some people who are easily qualified in being able to do this and have read this post before, they just choose not to answer.

Pursuing your implied logic, anyone who can answer a question adequately should do so if the question has not been resolved.  By this token, it ought to be acceptable to ask the root servers to recurse my queries because they can answer it.  However, if this were pursued, the root servers would very quickly collapse under the load.  Similarly, Skywing and Yoni would be obligated to explain War3 logon because they understand it and can explain it quite well, if so convinced.  I'm sure you can see other examples of where this train of thought rapidly induces system breakdowns.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

ChR0NiC

#9
Quote from: ChR0NiC on March 17, 2004, 02:20 PMNot people....just Kane and I know some people who are easily qualified in being able to do this and have read this post before, they just choose not to answer.

Quote from: Kp on March 17, 2004, 03:46 PM
Pursuing your implied logic, anyone who can answer a question adequately should do so if the question has not been resolved.  By this token, it ought to be acceptable to ask the root servers to recurse my queries because they can answer it.  However, if this were pursued, the root servers would very quickly collapse under the load.  Similarly, Skywing and Yoni would be obligated to explain War3 logon because they understand it and can explain it quite well, if so convinced.  I'm sure you can see other examples of where this train of thought rapidly induces system breakdowns.

I am was actually talking about SPHT -.-

Edit: I got it working -.- HIP HIP HOORAY