• Welcome to Valhalla Legends Archive.
 

BNLS Problem?

Started by Pedlar, May 01, 2005, 03:18 PM

Previous topic - Next topic

Pedlar

yea i use a D-LINK router.

I got it working, i dont know how...but i got it working...I fiddled aroudn with some stuff

MyndFyre

Quote from: Blaze on May 01, 2005, 06:34 PM
Do you use a router?

Blaze, the incoming data wouldn't be filtered if he's using an outgoing TCP connection.  His PC initialized the connection; if it were connection-less (like UDP) the router might filter it.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Pedlar

Ok ii made the sckBNLS into a Winsock. i was using CSocket. as a winsock it worked

Pedlar

Ok now i have a new problem >.<

I get CONNECTED
Sent Packet.
Closed


and the code im using is:

Private Sub ws_Connect()
Dim P As New Packet
AddChat vbGreen, "CONNECTED"
        P.InsertNonNTString ""
        P.wsend ws, &HE, pbnls
End Sub

Archangel

#19
Ok, you dont need to logon to BNLS, you just need to connect and send the packet you want.

But if you got Account on BNLS go for it.


    Dim P As Packet
    Set P = New Packet



    P.InsertNonNTString ""


Ok, why doing that? just send packet.
I'm not an Addict.

Blaze

http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=177

Do not send an empty string, send your bnls account.. if you have one that is. If you don't, just ignore 0x0E & 0x0F
Quote
Mitosis: Haha, Im great arent I!
hismajesty[yL]: No

Pedlar

if i bypass 0x0E what should i send inplace of it?

Blaze

Just ignore them. You do not need to send anything inplace of them. Continue on to whatever you were doing on bnls.
Quote
Mitosis: Haha, Im great arent I!
hismajesty[yL]: No

Archangel

I'm not an Addict.