• Welcome to Valhalla Legends Archive.
 

BNLS server

Started by Atmalion, May 28, 2003, 09:59 AM

Previous topic - Next topic

Atmalion

im trying to start using BNLS
does anyone else really use it?

i am trying to connect but it immediately knocks me off im not even
addr: bnls.valhallalegends.com
port: 9367
TCP

is this wrong?
first thing i was trying to send was BNLS_AUTHORIZE
but i lose connection immediately

RhiNo

did you read the little text that comes with cleanslatebot.ocx? that should help

______

i say dont use cleanslatebot.ocx learn the real way so when the severs go down you dont complain. :-X

Atmalion

ive never heard of cleanslate bot

i am doing this in linux btw so i dont know how much ocx aregonna help me

are either of you familiar with BNLS though?
are they just done? or broke?
it was doing this last night too


Atmalion

if i use telnet even , and connect
it immediately disconnects me

it does let me connect
but then drops hehe

CrAz3D

#5
If you're a first timer CleanSlateBot is EXTREMELY easy to use.  You don't have to know any Winsock connections or what have you.  It does, however, connect to BNLS so it's uptiem is unreliable, but simple at that.  

CleanSlateBot is used in quite a few bots ( StealthBot, FiReBoT, DooMBoT {that's mine}, & a few more )

Some bots, such as DooMBoT & FiReBoT, implement both BNLS & HASHES into the bots.  BNLS makes it easier for newbs" to log on & use.
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Soul Taker

[11:31:20 AM] Disconnected from BNLS - 10053 Connection is aborted due to timeout or other failure

Appears to be down at the moment.

Atmalion

ok so its just down now ;(

EvilCheese

If you're losing connection on sending BNLS_AUTHORIZE:

-Do you have a bot ID from Yoni/Skywing?

If not you'll see this behaviour, as stated in the protocol specs.

http://www.valhallalegends.com/yoni/BNLSProtocolSpec.txt

If you have a bot ID, and you think you're using it, and it's still terminating the connection, then chances are you're constructing the packet incorrectly.

Having said that... I think BNLS is down for the moment. Not sure how long it's been down/if it would account for your problem though.

Atmalion

#9
yea i have an ID
its not even getting that far though
just dropping immediately after connection

before i send anything (it doesnt send anything either)

this is the first ive tried to use it though so i couldnt be to quick to assume it was just down
although apparently that is the case


CrAz3D

Have an SS of where it stops at?
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Atmalion

#11
hehe no but its easy to explain

it connects
then disconnects :)

instantly
not waiting a minute

it is like the port is still open
but thats all just an open port..

Kp

Quote from: CrAz3D on May 28, 2003, 10:29 AM
If you're a first timer CleanSlateBot is EXTREMELY easy to use.  You don't have to know any Winsock connections or what have you.  It does, however, connect to BNLS so it's uptiem is unreliable, but simple at that.  

CleanSlateBot is used in quite a few bots ( StealthBot, FiReBoT, DooMBoT {that's mine}, & a few more )

Some bots, such as DooMBoT & FiReBoT, implement both BNLS & HASHES into the bots.  BNLS makes it easier for newbs" to log on & use.
He said quite specifically that he was doing this in a Linux client.  That means: 1) No VB, 2) No CleanSlateBot, and 3) No Winsock.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

______

Then how can you do it besides those 3 forms of conneceting

Yoni

Using Linux sockets. They're like Winsock in some ways and different in others.
(Both are based on BSD sockets - Winsock with its Win32 specific stuff added, and Linux with its Linux specific stuff added.)