Valhalla Legends Forums Archive | Battle.net Bot Development | D2 Statstring Ladder Byte

AuthorMessageTime
Tass
I have come to the conclsuion if Asc(Mid$(SString(2), 31, 1)) = 3 then the char is ladder and if it isen't it's non ladder and it equals 255. is this right?
November 21, 2005, 2:09 AM
Ringo
Ye, but when D2 patched from 1.10 to 1.11, the ladder byte changed from 0x02 to 0x03, like you just stated, so its best to do somthing like if LadderByte = &HFF then Ladder = False else Ladder = True
That way it should stay right when blizz patch d2 next
November 21, 2005, 6:06 PM
JoeTheOdd
Question, how is SString initiated? Split by comma, right?
November 21, 2005, 10:47 PM

Search