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???
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 (http://botdev.valhallalegends.com).
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
clean slate bot..... zakath or whatever
Message me on AIM, I could give some help.