Does anyone know what would be causeing this with my bot. This only happens to other people whom i have sent my bot too, and i do not see any trouble in my code. Does anyone have an idea about what might be causing this?
First off, What bot is it? @nd off, make suere to put oiption explicit at the top of all your mods/frms itll help. and 3rd Whats the code for when they get the error? (EXA: Form_Load())
E-mail me the bot and i'll look at it.
~-~(HDX)~-~
[email protected]
My idea is only that an object is mismatching with another object
Or maybe you didn't send them a needed OCX/DLL file?
I'm guessing thats its your getstuff not being able to find the config that they haven't created yet, but you have.
It happens when they load the bot heres what my code for form load
varUsername = GetStuff("Demonic", "Username")
varPassword = GetStuff("Demonic", "Pass")
varServer = GetStuff("Demonic", "Server")
varCDKey = GetStuff("Demonic", "Key")
varLODKey = GetStuff("Demonic", "Key2")
varHomechannel = GetStuff("Demonic", "Home")
varProduct = GetStuff("Demonic", "Client")
varMaster = GetStuff("Demonic", "Master")
varGreet = GetStuff("Demonic", "Greet")
varWhisperGreet = GetStuff("Demonic", "Whisper Join Greet On")
varBotTrigger = GetStuff("Demonic", "BotTrigger")
'txtRealm.Text = GetStuff("Demonic", "Realm")
varLeaveGreet = GetStuff("Demonic", "Leave Greet")
varPingBan = GetStuff("Demonic", "Ping Ban")
varLgreet = GetStuff("Demonic", "Leave Greet On")
varPublicGreet = GetStuff("Demonic", "Join Greet Public On")
varGreet = GetStuff("Demonic", "Greet")
varIdle = GetStuff("Demonic", "Idle Message")
varIdleOn = GetStuff("Demonic", "Idle On")
varIdleTime = GetStuff("Demonic", "Idle Time")
But is the file that getstuff is retrieving data from in the same directory as the bot?
GetStuff has to be the most crappily named, crappily designed function every created.
Yes it is in the same directory
Make sure, when distributing your bot, you give the user all of the need dependecy file thingies. (ie CleanSlateBot.OCX, richtx32,OCX or w/e & so on)
Quote from: Banana fanna fo fanna on January 19, 2005, 08:43 PM
GetStuff has to be the most crappily named, crappily designed function every created.
Agreed.
Banana fanna fo fanna And BaDD i posted for help not for u too make fun of my code so why dont u go off and not post unless u think u can help me
Quote from: MaDDoG(DA1) on January 20, 2005, 04:23 PM
Banana fanna fo fanna And BaDD i posted for help not for u too make fun of my code so why dont u go off and not post unless u think u can help me
Because we respect them but not necessarily you.
Quote from: MyndFyre on January 20, 2005, 05:19 PM
Quote from: MaDDoG(DA1) on January 20, 2005, 04:23 PM
Banana fanna fo fanna And BaDD i posted for help not for u too make fun of my code so why dont u go off and not post unless u think u can help me
Because we respect them but not necessarily you.
"We"? :P
Dont speak for everyone there buddy let them speak for themselves. I could give a shit less weather you respect me or not if u dont respect me then dont help me its that simple.
By the way there was in error in my varibles thanks for the help I just over looked it.
By the way, way to fit in. You flame some of the highest non-vL members, then try to act tuff? Your having trouble with God Damn Getstuff for crying out loud.
Quote from: MaDDoG(DA1) on January 21, 2005, 11:23 AM
Dont speak for everyone there buddy let them speak for themselves. I could give a shit less weather you respect me or not if u dont respect me then dont help me its that simple.
By the way there was in error in my varibles thanks for the help I just over looked it.
You dont seem to want help at all, you have turned your thread upside down and turned into off topic chating.
My advice to you is to contact the auther of the function, or write your own.
(or is that to easy for you, glad I could help)