Valhalla Legends Forums Archive | Battle.net Bot Development | Problem with Addin Webbot

AuthorMessageTime
PaiD
Ok I have packet logged Webbot many times on this and I have come up with this. How ever when I send it, it doesnt show up on http://www.valhallalegends.com/skywing/isapi/BinaryChatISAPI.dll?channelenum
[code]
Private Function Parse0x0D(Data As String)
Select Case Asc(Mid(Data, 5, 4))
Case &H0: frmWebbot.FormHost.AddToMain vbGreen, "[Webbot] Login Failed."
Case &H1: frmWebbot.FormHost.AddToMain vbGreen, "[Webbot] Login Passed."
Send0x0B "URL http://botdev.valhallalegends.com/webbot/webchannel.asp?BotName=" & GetStuff("WebChannel", "Name") & "&ChannelName=Clan Demo"
Send0x0B "event 12 0 0 " & CLng(Time) & " " & Username & " [Webbot.dll] [v1.0.0] [Beta]"
Case Else: frmWebbot.FormHost.AddToMain vbGreen, "[Webbot] Case: " & Mid(Data, 5, 4)
End Select
End Function
[/code]

Any1 have any ideas?
August 16, 2004, 10:51 PM
ChR0NiC
SPHT would have your head if he knew you were trying to emulate your own web bot, but still using VL's service :P
August 16, 2004, 10:57 PM
PaiD
no. There is a WebChannel Document tell people how to support it.

Edit:
http://botdev.valhallalegends.com/documents/WebChannelDoc.txt
August 16, 2004, 11:01 PM
UserLoser.
CLng(Time) doesn't look too good. Is your botnet account in the WebChannel database with access to broadcast? Also, are you sending those chat messages to WebChannel?
August 16, 2004, 11:16 PM
PaiD
[quote author=Spht link=board=25;threadid=8034;start=0#msg74466 date=1091855239]
WebChannel Account Name DeMo has been registered. After you've successfully logged on, go to the following URL to find your web broadcast page: http://www.valhallalegends.com/skywing/isapi/BinaryChatISAPI.dll?channelenum

If WebBot is running: You must close it, then open it again in order for the full registration to be applied.
[/quote]

Yes. and I have changed the cLng(Time) to just time.
Any ideas now?
August 16, 2004, 11:19 PM
Spht
You called your BinaryChatISAPI bot "WebBot"? I think that could cause some confusion...
August 16, 2004, 11:19 PM
Spht
[quote author=ChR0NiC link=board=17;threadid=8188;start=0#msg75800 date=1092697074]
SPHT would have your head if he knew you were trying to emulate your own web bot, but still using VL's service :P
[/quote]

I don't mind. I don't see the purpose though.

If it's just for yourself, have fun. But if it's for the public, note that each user will have to get their account registered by me...
August 16, 2004, 11:25 PM
PaiD
[quote author=Spht link=board=17;threadid=8188;start=0#msg75811 date=1092698396]
You called your BinaryChatISAPI bot "WebBot"? I think that could cause some confusion...
[/quote]
I dont understand what you mean

Edit: After I reread what you said I got it
August 16, 2004, 11:28 PM
PaiD
Spht, Do you know what I am doing wrong here?
August 17, 2004, 12:10 AM
Spht
You're only added to the available channels list if the service knows what channel you're in (from EID_CHANNEL).
August 17, 2004, 12:17 AM
PaiD
Ok Do I tell it with a Statsupdate? or the URL message?
August 17, 2004, 12:54 AM
PaiD
[quote author=Spht link=board=17;threadid=8188;start=0#msg75811 date=1092698396]
You called your BinaryChatISAPI bot "WebBot"? I think that could cause some confusion...
[/quote]

Yes I do. How would this cause confusion?
August 17, 2004, 2:39 AM
UserLoser.
[quote author=DueL link=board=17;threadid=8188;start=0#msg75845 date=1092710366]
[quote author=Spht link=board=17;threadid=8188;start=0#msg75811 date=1092698396]
You called your BinaryChatISAPI bot "WebBot"? I think that could cause some confusion...
[/quote]

Yes I do. How would this cause confusion?
[/quote]

Because there's already a bot named WebBot - get your own names
August 17, 2004, 2:52 AM
PaiD
Ok it is now called WebService. And After I send 0x0D and get a passed login I send a Statsupdate and then a message to webChannel with the "url (url)" then I send it the event 12 wih some stuff. What am I doing wrong now? it isnt showin up in BinaryChatISAPI
August 17, 2004, 2:56 AM

Search