Valhalla Legends Forums Archive | Visual Basic Programming | Re: where to edit bnls server?

AuthorMessageTime
diabl0
i have a bot source code in vb and i dont see where the bnls server is. i need to know how to change it, and what server to use. if anyone could tell me what to do that would be great.
October 1, 2005, 1:41 AM
Topaz
ctrl + f "valhallalegends.com, 9367"
October 1, 2005, 2:22 AM
rabbit
It would help to know which bot, but yes, probably Ctrl+F for it.
October 1, 2005, 1:40 PM
diabl0
k, when i open the project, there is only one form and one module.
i searched for valhallalegends.com, 9367 and it found nothing.
the bot uses csb

here is the source if anyone is interested... im sure its probably full of other errors as well.
http://www.angelfire.com/trek/richie/bot.html

i just want this to work again... heh
also i can be reached at...

EMAIL: toddie_s@yahoo.com

INSTANT MESSENGER:
aim: dsvevilgod
yahoo: toddie_s
October 1, 2005, 2:18 PM
Yegg
[quote author=daRktYpE link=topic=12942.msg129756#msg129756 date=1128133336]
ctrl + f "valhallalegends.com, 9367"
[/quote]
That's a rather stupid way to find where the string containing the BNLS server is located. Since when is the domain name and the port inside of the same string?

I am assuming the Form will contain the BNLS server. Just search for either www.valhallalegends.com (or better yet valhallalegends.com) or bnls.valhallalegends.com. It will be one of the other. The port (if CSB allows you to change that as I cannot remember) for BNLS will always be 9367, so if you do see that, simply ignore it.

Update: Searching for "valhalla" within the form and the module failed. This bot does not contain the BNLS server within its source.
October 1, 2005, 6:53 PM
Topaz
Don't think you can edit default BNLS server on CSB anyhow. You're out of luck.
October 1, 2005, 7:33 PM
Yegg
[quote author=daRktYpE link=topic=12942.msg129804#msg129804 date=1128195202]
Don't think you can edit default BNLS server on CSB anyhow. You're out of luck.
[/quote]
It may be possible to disassemble the OCX and change the value. I found the following line within the file.
[code]unicode      'www.valhallalegends.com',0000h[/code]
October 1, 2005, 7:45 PM
Explicit[nK]
[quote author=Yegg link=topic=12942.msg129805#msg129805 date=1128195946]
[quote author=daRktYpE link=topic=12942.msg129804#msg129804 date=1128195202]
Don't think you can edit default BNLS server on CSB anyhow. You're out of luck.
[/quote]
It may be possible to disassemble the OCX and change the value. I found the following line within the file.
[code]unicode      'www.valhallalegends.com',0000h[/code]

[/quote]

I doubt he'd know how to do that, so most likely, he'll request for someone to do it.
October 1, 2005, 9:26 PM
diabl0
lol, your right peter. i DONT know how to do it.
and if i ask for someone to do it for me, what does that make me... a lazy beggar?
well, im not lazy.. and i wouldnt beg for someone to do this if i knew how.. but i dont
PLEASE PLEASE PLEASE???? otherwise.. if i wait until bnls is updated.. (maybe a year or 2) will this work then?

desperately yours,
~D
October 2, 2005, 12:47 AM
Yegg
Well, while BNLS is down (which seems like it will be a long time) you can improve your skills at Battle.net programming. Learn more about assembly and disassembling files, and maybe some day you can create a bot that connects to a Battle.net client through the local hash files instead of using BNLS.
October 2, 2005, 12:52 AM
Topaz
good job on the high and mighty instructor act, Yegg. You almost sounded smart there.
October 2, 2005, 4:07 AM
Grok
BNLS should be back up within a day or two.
October 2, 2005, 6:16 AM
Explicit[nK]
[quote author=Grok link=topic=12942.msg129825#msg129825 date=1128233790]
BNLS should be back up within a day or two.
[/quote]

And there you have it.
October 2, 2005, 6:35 AM
l2k-Shadow
[quote author=Explicit[nK] link=topic=12942.msg129827#msg129827 date=1128234958]
[quote author=Grok link=topic=12942.msg129825#msg129825 date=1128233790]
BNLS should be back up within a day or two.
[/quote]

And there you have it.
[/quote]

Let me translate. Let us use the formula: Day Or Two = Month Or Two
October 2, 2005, 7:01 AM
dRAgoN
anyway if the problem ever comes up again here's your solution.

START // RUN
C:\WINDOWS\system32\drivers\etc\hosts

there is an Eg. in the hosts file but anyways you can force your computer to think vl.com or what ever other ady you choose think that its another IP.
# IP                 Hostname
127.0.0.1        valhallalegends.com

fix the ip to use what ever other servers are running that service.

Problem solved gg k thx.

October 2, 2005, 10:12 AM
diabl0
ty guys for all the replies!
i will try my best to get r' done myself.
very informative dragon....  also thanks to the rest for your ideas and suggestions! also, very good news that bnls is coming back!

ty all!
~D
October 2, 2005, 12:53 PM
Grok
[quote author=l2k-Shadow link=topic=12942.msg129830#msg129830 date=1128236460]
[quote author=Explicit[nK] link=topic=12942.msg129827#msg129827 date=1128234958]
[quote author=Grok link=topic=12942.msg129825#msg129825 date=1128233790]
BNLS should be back up within a day or two.
[/quote]

And there you have it.
[/quote]

Let me translate. Let us use the formula: Day Or Two = Month Or Two
[/quote]

If you wish, I can make this happen for you.
October 4, 2005, 5:43 AM
Explicit[nK]
Please don't, ::)
October 4, 2005, 7:52 AM
HdxBmx27
Do as |)ragon said. Using this line.
[code] 67.189.101.218        www.valhallalegends.com[/code]
Also, may I ask why BNLS is taking so long, If you know? Last I heard it was suposto come back up monday 09/26/05.
I know there is probably a lot of people out there that would be mroe then willing to host BNLS and have you re-direct to them.
But thats no needed. So anyways. Just asking
~-~(HDX)~-~
October 4, 2005, 4:36 PM
Grok
BNLS is back up.
October 4, 2005, 7:06 PM
Explicit[nK]
[quote author=Grok link=topic=12942.msg129960#msg129960 date=1128452804]
BNLS is back up.
[/quote]

Awesome. Now to wait for the updates to the recent patches. :)
October 4, 2005, 7:53 PM
QwertyMonster
Thank-you Grok. :-)
October 4, 2005, 8:39 PM
UserLoser.
[quote author=Explicit[nK] link=topic=12942.msg129964#msg129964 date=1128455614]
[quote author=Grok link=topic=12942.msg129960#msg129960 date=1128452804]
BNLS is back up.
[/quote]

Awesome. Now to wait for the updates to the recent patches. :)
[/quote]

I've done my share, now it's up to Yoni/Skywing/Spht to finish the updating process
October 4, 2005, 8:51 PM
HdxBmx27
finally, !!! Thanks.
~-~(HDX)~-~
October 4, 2005, 9:00 PM
Grok
Skywing doesn't read this forum.  If there's something he has to do, suggest sending him a PM.
October 5, 2005, 12:40 AM

Search