Top

Comments

  (5)  RSS
bl4h's
PowerDragon
Comments: 32
 
mIRC Bot:  Unobot 2.6
Posted on Dec 1, 2006 8:23 pm
Awsome script. How do I open up the Uno Theme Editor? I saw something in the code that said that.
ryu.dragonryder
Comments: 21
 
mIRC Bot:  Unobot 2.6
Posted on Sep 23, 2006 1:55 pm
Great Game. love the setup.

i made a small adjustment to it for my use.
here are my adjustments in case you want to add it to yours.
i extracted your game to a folder in mirc called uno2.6
(need that for what i wrote)

#Filename: uno.cards
[Card Colors]:12b = Blue: 09g = Green: 08y = Yellow: 04r = Red:
[Card Words]:14R = Reverse: 14S = Skip: 14DT = Draw Two:
[Special Card Words]:14W = Wild: 14WD4 = Wild Draw 4:
14To play a card type 10"play <b/g/y/r> <number/word on card>"
14To Play Special Cards type "play <W / WD4>"
14After playing a Special Card Choose a color. Type "<04color red / 12color blue / 08color yellow / 09color green>"
9For example: "play b 0" will play the Blue zero card
9For example: "play g dt" will play the green Draw Two card
9For example: "play r r" will play the red reverse card
9For example: "play w" will play the Wild card
9For example: "play wd4" will play the Wild Draw 4 card
9For example: "color red" will change the color to red after "play w" or "play wd4"

#Filename: uno.commands
[unocommands]: 4The following commands are available:
7!uno0 - Starts the game.
7join0 - Join the game.
7!unoremove0 - Remove yourself from the game. won't be able to rejoin the current game.
7!unoend0 - Stop the current game.
7!unostat0 - stats for a player !unostat <username>.
7!unotop100 - Displays Top 10 Players!
7!uno bot0 - Have z0ne-UnoBot join the game regardless of how many people join.
7draw0 - draw a card from the deck if you cant match the top card.
7pass0 - pass your turn to the next player (must draw first).
7count0 - displays the amount of cards in each players hand.
7order0 - displays players in order by turn.
7turns0 - displays players in order by turn.
9To Register & Keep Your Score Type 3"/notice z0ne-UnoBot unoregister <username> <password>"
9To Log In with unobot type 3"/notice z0ne-UnoBot unologin <username> <password>"
9To Log Out type 3"/notice z0ne-UnoBot unologout"
9To Change your account password type 3"/notice z0ne-UnoBot unochpass <newpassword>"
10<Note:>You must be logged in to use the unochpass command
[unocommands]: 4Flood Protection Will Enable if you Flood Me.
15By The Way - I Am A Bot - Do Not Message Me With Anything - All My Commands Are In Channel Use Only!

#Filename: uno-help.mrc
on *:TEXT:!commands:#z0ne:{
.play $nick $mircdiruno2.6\uno.commands 100
}
on *:TEXT:!cards:#z0ne:{
.play $nick $mircdiruno2.6\uno.cards 100
}
Yoinx
Comments: 424
 
mIRC Bot:  Unobot 2.6
Posted on Sep 8, 2006 8:16 pm
The way its supposed to work is, you type !uno to start it, it asks you to join, you join. if there's just one player, the bot joins, and you play a bot.
greenlanter420
Comments: 46
 
mIRC Bot:  Unobot 2.6
Posted on Sep 8, 2006 6:42 pm
Ok so I load it and then I type !uno and then it starts which is fine but then it all of a sudden says the bot is playing which is no good and then i'm no longer in the game does anyone know why?
D3LTA
Comments: 1
 
mIRC Snippet:  !spell
Posted on Feb 14, 2006 5:26 am
Great Script!

Can you make the output a notice instead of msg ??

Thanks in advanced!

Bottom