Clan x86

Technical (Development, Security, etc.) => General Programming => Botdev => Topic started by: Camel on April 28, 2008, 02:28:02 PM

Title: D2 statstrings
Post by: Camel on April 28, 2008, 02:28:02 PM
Is there any published document which explains these? I'm using some logic that's blatantly out of date; the ladder bit, for example, no longer indicates ladder characters.
Title: Re: D2 statstrings
Post by: K20A2 on April 28, 2008, 03:48:50 PM
Quote from: Camel on April 28, 2008, 02:28:02 PM
the ladder bit, for example, no longer indicates ladder characters.

Works fine for me?

Search over on vL, there was a big thread about the statstring format.  Otherwise Spht or iago should have a pretty complete format for the statstrings.
Title: Re: D2 statstrings
Post by: iago on April 28, 2008, 05:12:21 PM
I had pretty good info, but I don't know where it is. I'm sure I posted a guide on vL, although it may be out of date, now.
Title: Re: D2 statstrings
Post by: Camel on April 28, 2008, 05:48:51 PM
For reference, http://bnubot.googlecode.com/svn/trunk/BNUBot/src/net/bnubot/util/StatString.java

It needs to be cleaned up a bit; it was more or less hacked together in an afternoon.

Search for "case D2DV:"
Title: Re: D2 statstrings
Post by: Camel on May 03, 2008, 03:25:52 AM
As it happens, this turned out to be a hiccup in the realm server. It forgot that my character was a ladder char for a little while. All is back to normal now.