Author | Message | Time |
---|---|---|
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??? | February 22, 2003, 6:01 PM |
Zakath | 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. | February 22, 2003, 7:33 PM |
Camel | [code] Case 2 'user join Addtext ColJoinPart, "Join-" & UserName & " (" & Ping & ")" & vbTab & ParseStatString(Chat) & vbCrLf, True[/code] statstring is in place of what is "normally" chat for 0xf packets edit: just a guess, but i'm thinking its probably message | February 22, 2003, 8:06 PM |
bmwrb15 | clean slate bot..... zakath or whatever | February 22, 2003, 9:07 PM |
UserLoser | Message me on AIM, I could give some help. | February 24, 2003, 7:02 PM |