• Welcome to Valhalla Legends Archive.
 

BNLS Help

Started by bmwrb15, February 22, 2003, 12:01 PM

Previous topic - Next topic

bmwrb15

i want to know how to add on my userjoin addchat thing,like if the user is using diablo II LOD i want to get what character and level they are on.. but the userjoin event only has UserJoins(Username, Flags, Message, Ping, Product, SimulatedEvent)?? how do i find out what character and level they are???

Zakath

#1
What does that have to do with BNLS?

In any case, you have to parse their statstring for that information. There's abundant documentation for how to do that on the Bnet BotDev website.
Quote from: iago on February 02, 2005, 03:07 PM
Yes, you can't have everybody...contributing to the main source repository.  That would be stupid and create chaos.

Opensource projects...would be dumb.

Camel

               Case 2 'user join
                    Addtext ColJoinPart, "Join-" & UserName & " (" & Ping & ")" & vbTab & ParseStatString(Chat) & vbCrLf, True
statstring is in place of what is "normally" chat for 0xf packets

edit: just a guess, but i'm thinking its probably message

bmwrb15

#3
clean slate bot..... zakath or whatever

UserLoser

#4
Message me on AIM, I could give some help.