• Welcome to Valhalla Legends Archive.
 

D2 Statstring Ladder Byte

Started by Tass, November 20, 2005, 08:09 PM

Previous topic - Next topic

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?

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

Joe[x86]

Question, how is SString initiated? Split by comma, right?
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.