• Welcome to Valhalla Legends Archive.
 

CSB Question

Started by LizArD, August 28, 2004, 04:22 PM

Previous topic - Next topic

LizArD

no, it doesn't do ANYTHING it doesn't even start to connect, aka when i hit connect, the screen does not move

LordNevar

But as "Userloser" pointed out you can use www.valhallalegends.com, if you use that than you can connect, I just updated my bot by adding bnls server selection, and It's working just fine now.

A good fortune may forbode a bad luck, which may in turn disguise a good fortune.
The greatest trick the Devil ever pulled, was convincing the world he didn't exsist.

Meh

You may want to change the OCX then to Chronics as he "May" give u support on it, where as cuphead is possibly still banged up and there is no support. If your worried about changing loads of code then just use find and replace function.

LordNevar

That's cause you don't have BNLS Error controls, which means you don't see the response that BNLS conection refused, or whatever the error is.

A good fortune may forbode a bad luck, which may in turn disguise a good fortune.
The greatest trick the Devil ever pulled, was convincing the world he didn't exsist.

LizArD

#19
yes but shouldn't it even make a peep of action when you click connect.. It should of said "trying to connect to bnet" then bnls etc ? =(


--- where would I get chr0nics ?

Meh

#20
Try not having the accept value.
CleanSlateBot1.CDKey = "KEY"
CleanSlateBot1.Product = "RATS"
CleanSlateBot1.HomeChannel = "Op Abyss"
CleanSlateBot1.Password = "pw"
CleanSlateBot1.Username = "name"
CleanSlateBot1.Server = "useast.battle.net"
CleanSlateBot1.Connect

That may be all you need. Worked for me when I used CSB.

His topic is in the trash can. Its most updated I think. There is a link to his site.

LizArD

still nothing when I remove the 'accept' it seems like it only likes the "-65" version because when I but it back at that, it shows it connecting, just not with the other.

Meh

try just using what i suggested above.

LizArD

#23
still nothing, think we can talk in bnet? getting annoying refreshing every 10 seconds =\ acctname Matthew channel im in, matthew =o

FrOzeN

just tested this and works fine:
   With CleanSlateBot1
       .Disconnect
       .Accept = 579728
       .CDKey = "KEY"
       .HomeChannel = "Clan Fa"
       .Password = "PASS"
       .Product = "PXES"
       .Server = "uswest.battle.net"
       .Username = "USER"
       .Connect
   End With


also remove this its a pointless sub
Private Sub CleanSlateBot1_BNLSDisconnected()
addText "Disconnected From BNLS", vbRed
End Sub
~ FrOzeN

Warrior

He could want it to show that BNLS disengaged after connecting to Battle.net I find it useful.
Quote from: effect on March 09, 2006, 11:52 PM
Islam is a steaming pile of fucking dog shit. Everything about it is flawed, anybody who believes in it is a terrorist, if you disagree with me, then im sorry your wrong.

Quote from: Rule on May 07, 2006, 01:30 PM
Why don't you stop being American and start acting like a decent human?

LordNevar

What version of CSB are you using?????

A good fortune may forbode a bad luck, which may in turn disguise a good fortune.
The greatest trick the Devil ever pulled, was convincing the world he didn't exsist.

LizArD

#27

Private Sub CleanSlateBot1_LoggedOnAs(Username As String)
addText "Logged On As " & Username, vbGreen
Nick = Username
Me.Caption = "blahblah " & ver & " - By: blah" & " >> Connected [ Username: " & Username & ", Server: " & CleanSlateBot1.Server & " ]"
End Sub


highlights
Private Sub CleanSlateBot1_LoggedOnAs(Username As String)

compile error saying:

"Proedure declaration does not match description of the event or procedure having the same name"

anyone?