Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: QwertyMonster on February 12, 2005, 10:39 AM

Title: Hmm. help plz? :)
Post by: QwertyMonster on February 12, 2005, 10:39 AM
Ok, i was thinking over adding an Access Database on my bot..

I Made my form ect.. for it and i dont how to start coding it..
Im not asking for your codes, so do NOT post your code here. Im just asking for ideas on how i would do it.

Im thinking i need to declare something like

AccessLvl = what here?
AccessName = what here?


My access database is a listbox and im stuck
I want to have it so when i type like

"!whois QwertyMonster" - Me
"User: QwertyMonster has an access level of: 100" - Bot respond

I want the bot to find the name and the access level.

All help is appreciated!
Title: Re: Hmm. help plz? :)
Post by: Banana fanna fo fanna on February 12, 2005, 11:08 AM
vb?

use a Collection.
Title: Re: Hmm. help plz? :)
Post by: Warrior on February 12, 2005, 11:26 AM
I posted some Database coding to help another person, use the search feature.

http://forum.valhallalegends.com/phpbbs/index.php?topic=9938.msg92774#msg92774
Title: Re: Hmm. help plz? :)
Post by: QwertyMonster on February 12, 2005, 12:48 PM
Wow nice one Warrior, thx.

Was reading through it and thanks to the documation im understanding it.

I WILL NOT copy and paste your code, but i will write my own. Keep in touch here if i have any other problems. :)
Title: Re: Hmm. help plz? :)
Post by: Warrior on February 12, 2005, 02:11 PM
Hence why I greatly commented it :P  . Anyways have fun with that.