• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - luth

#1
Yeah, thats where I got the SDK.  But, as I just said, there's no documentation, some some barebones files.  Granted, there's not a lot of source there, but if there is any documentation available, I'd like to read it before I start hacking away.

And, because I forgot:
Quote from: Spht on May 13, 2007, 08:38 AM
Let us know if you make any plugins for the public!
Of course.  :)  Most everything I do is public, open source, and comes with my personal tech support.  What can I say?  Once a teacher, always a teacher.
#2
http://www.valhallalegends.com/pub/BCP/Documentation/
It's empty!

Is there no documentation on how to write plugins?  I have the EmptyPlugin solution for vc7, and its all fine and dandy, but theres no docs anywhere.  :)  Is there another source for BCP documentation?  Or perhaps some example source files showing some simple, routine operations?
#3
Ah, thanks spam-bot.

But seriously folks...

Thanks for the quick 'n dirty VB app.  The result from the Err.LastDllError helped me diagnose and fix the problem.  Finally, its all up and workin'.  :)

Thanks again.

*edit*
QuotePlenty of examples are provided on the SDK, and there is even a plugin template created by Yoni

Where can I find these?  Forums SEARCH didn't turn up anything (well, nothing useful).  I'd like to start hacking away at some custom plugins.  :)
#4
I assume you're calling LoadLibrary("BCEL.dll") without any path specified?  I don't suppose a version that outputs the GetLastError() number after the "Failed to load BCEL.dll!" message would be possible?

Something interesting worth noting, if I remove BCEL.dll from my system (or rename it to "foo.bar"), then "Failed to load BCEL.dll!" does not appear.  Whether that means it successfully loaded it, or you skipped over that message in the case the file does not exist (unlikely), I'm unable to test, as none of my bots have been allowed to connect to B.net today.
#5
Does anyone have another 'bot that has similar features of SphtBot, with the ability to write plugins beyond the capabilities of little scripts?
#6
Very strange that its not loading the DLL then...

Eternal Chat isn't quite all that I was hoping for, so I'd still like to get SphtBot working if at all possible.  What are the chances of getting a version with expanded debug information?  Or a copy of the source that shows how you're loading the DLL?  Might give me some information as to why I cant get it to load...  I'm a professional game programmer, and debugging is kinda my thing.  :)  I'd really like to use your bot since it provides the ability to create plugins; eternal chat only supports simple scripts that dont quite match my needs.  :-/
#7
It is back up!  Yay, now I can continue poking around the rest of the site too. :)
#8
The website is still down.  I don't suppose you could link me to an alternate location, or be willing to send the application via email / MSN?
#9
Can anyone suggest another bot that I might be able to use?  Nothing fancy, though clan administration and the ability to write my own scripts for it would be required.
#10
Well, I'm at a loss.  Without a debug log or source code to step through, I have no idea how to remedy this problem.  Which is a shame, because in all other ways, this is the least obnoxious and most pleasant bot to work with.  (Granted, my experience with it is limited due to the fact plugins won't run, but that should tell you something of the others I've used...)
#11
Probably a silly question, but has this been tested on win2k systems?  I don't suspect this oversight, but commonly I see people make a game using functionality that was added in XP but doesn't exist or doesn't operate the same way in 2k (Shell32 is notorious for this).
#12
Win2k patched all the way.

Thats the thing, I've got MSVCR*.DLL 70, 71, 80, and 80d in my system32.  This is my dev machine, so I knew I had all the VC files.  But I thought maybe you'd hardcoded the DLL path and loaded it manually, so I dropped them in the app directory too.  Didnt work, obviously.  I threw BCEL.DLL into system32 as well, but it didnt make any change.

Maybe you can think of another reason why it isn't loading?  I don't suppose you have a debug build (or maybe a runtime flag) with an expanded error log file I could use to figure out whats wrong?
#13
Seeing as most of valhallalegends.com is down (and has been for quite some time), I thought this would be the most appropriate place to post.  Once the site comes back only, feel free to move this post.

I'm plagued by the gruesome red text "Failed to load BCEL.dll!" when starting SphtBotv3.  I have BCEL.dll in the application directory, as well as msvcr70.dll and msvcr71.dll (wasn't sure which one you used, and the link to vc7_crt.zip is also offline for the time being).  Because of this, none of my plugins will load or function.

What other files might I be missing that could cause BCEL.dll to fail to load?  Or what other causes, besides missing files, are there?

Much obliged.