Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
So I coded this bot to AMDs. Because he "really needs it". Which ends in doesn't want it.
Login Methods:
EverybodyEdits
Kongregate
Facebook
ArmorGAmes.
Other things.
Banlist with reason (MySQL)
Adminlist (MySQL)
WinList (MySQL)
Adds a sign there it says how many time YOU have won. When you touch it at a certain position.
Players win when they touch the crown. A new round will start after that.
Commands
!newround - Starts a new round.
!exit - Makes the bot quit.
!name <title> - Changes the room-title to title.
!admin <nick> - Adds nick to the adminlist.
!kick <nick> [reason] - Kicks nick from the room.
!ban <nick> [reason] - Bans nick from the room.
!edit <nick> - Gives nick edit rights.
!redit <nick> - Removes edit rights from nick.
!score [nick] - Shows the score for nick, or you.
!cmds - Shows the commands.
Before downloading and run the bot, like you think its just connect and have fun. Which it's not.
You need to get a MySQL database before you do anything else. Go to http://capasha.com/capasha/mysqlhowto/
And start follow the tutorial. You need to add Admins and Winners too.
Added the download for the bot here: http://www.mediafire.com/download/vmnf2 … nubbot.zip (Don't forget to use MySQL database with ban, admins and winners)
Added the sourcecode for download here: http://www.mediafire.com/download/vsdem … source.zip
#### MySQL ####
Table: Bans
Column: Name - (CHAR)
Column1: Reason - (CHAR)
Table: Admins
Column: Name - (CHAR)
Table: Winners
Column: Name - (CHAR)
Column1: Wins - (INT)
Ok. So i did a tutorial how to use MySQL and how to use it in C#.
How to setup MySQL Database for free: http://capasha.com/capasha/mysqlhowto/
How to read, update, delete the MySQL data: http://pastebin.com/KVbtzYfS
If anyone want it. Just write it in the thread. I will give out the sourcecode too.
Edit: Big thanks to EEJesse for the support on MySQL and wins saving/loading.
Offline
Wow I made a world that needs this exact bot. May I have a copy?
Offline
Sure, I'm interested. Are you going to edit it in the main post?
Offline
Sure why not
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
I made the same bot for AMDS and he didn't use it.
Offline
just host the link for downloading (source code included) ^-^
Offline
I made the same bot for AMDS and he didn't use it.
That's why I stopped making bots for people... that and I'm lazy.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
same thing here, I'm definitely interested on how MySQL works with C#..
Yep, I am nub \(*w*\)
Offline
Ok. So i did a tutorial how to use MySQL and how to use it in C#.
The bot with source is coming tomorrow.
How to setup MySQL Database for free: http://capasha.com/capasha/mysqlhowto/
How to read, update, delete the MySQL data: http://pastebin.com/KVbtzYfS
Offline
I made the same bot for AMDS and he didn't use it.
Yeah. I don't really have mood to make anything to him anymore.
Offline
Ok. So i did a tutorial how to use MySQL and how to use it in C#.
The bot with source is coming tomorrow.How to setup MySQL Database for free: http://capasha.com/capasha/mysqlhowto/
How to read, update, delete the MySQL data: http://pastebin.com/KVbtzYfS
Thank you so much. This tutorial is great!
also give my thanks to jesse.
Offline
It'd be cool to take a look at the MySQL, I could learn something from that.
EDIT: I also would like the bot.
Offline
Added the bot to the first post.
Offline
If you don't need an external DB, you can also download something like XAMPP which will provide phpMyAdmin and a MySQL server. One of the neat things about databases in C# is since all the vendor specific classes extend from DbConnection, DbCommand, etc, you can write methods which can use any DB provider depending on the connection string. (Which means you can embed SQLite into bots, and have an option to also connect to MySQL)
Player Since 2011. I used to make bots and stuff.
Offline
[ Started around 1732466487.3696 - Generated in 0.088 seconds, 14 queries executed - Memory usage: 1.58 MiB (Peak: 1.75 MiB) ]