Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Dark-Feanor on August 18, 2005, 05:42 PM

Title: Are these version byte / version hash values correct?
Post by: Dark-Feanor on August 18, 2005, 05:42 PM
Just need to check!


SEXP:
verbyte=0xCD
verhash=0x01010301

W2BN:
verbyte=0x4F
verhash=0x01010202

DV2D:
verbyte=0x0B
verhash=0x01000a00

WAR3:
verbyte=0x12
verhash=0x01001026
Title: Re: Are these version byte / version hash values correct?
Post by: Hdx on August 18, 2005, 05:49 PM
STAR=0xCD;
STAR=0x01010303;

WAR2=0x4F;
W2BN=0x01010001;

D2DV=0x0B;
D2DV=0x01000B00;

D2XP=0x0B;
D2XP=0x01000B00;

JSTR=0xA9;
JSTR=0x10000000;

WAR3=0x12;
WAR3=0x01001026;

These are what I use.
your D2 and SC ones are wrong. But considering BNCS basically ignores the verhash, it can be set to almost anything.
~-~(HDX)~-~
Title: Re: Are these version byte / version hash values correct?
Post by: QwertyMonster on August 18, 2005, 06:11 PM
They both seem fine to me.
Title: Re: Are these version byte / version hash values correct?
Post by: LordNevar on August 18, 2005, 06:35 PM
They are all correct.