Servitor Bot: Difference between revisions
1d4chan>Fatum No edit summary |
1d4chan>Fatum No edit summary |
||
Line 34: | Line 34: | ||
===Shadowrun-specific=== | ===Shadowrun-specific=== | ||
srtest - Shadowrun 4ed standard test roll (thus, dice pool roll). | srtest - Shadowrun 4ed standard test roll (thus, dice pool roll). Glitch-detection included. | ||
sredge - Shadowrun 4ed edge test roll (standard test with Rule of 6). | sredge - Shadowrun 4ed edge test roll (standard test with Rule of 6). | ||
Line 43: | Line 43: | ||
srnade - Shadowrun 4ed grenade deviation calculation. | srnade - Shadowrun 4ed grenade deviation calculation. | ||
sr3test - Shadowrun 3ed standard test roll. Can have a target number specified. Rule of 1 and Rule of 6 both work. | |||
===Don't Rest Your Head-specific=== | ===Don't Rest Your Head-specific=== | ||
dryh - pool of colored dice for the game. | dryh - pool of colored dice for the game. | ||
===Deadlands-specific=== | |||
Or rather, functions for drawing cards from a poker deck. | |||
draw - draw a single card. No card can be drawn twice. | |||
drawhand - draw a full hand, seven cards. | |||
newdeck - open a new deck, the cards previously drawn can be drawn again. | |||
===Fun=== | ===Fun=== |
Revision as of 18:05, 9 June 2009
Servitor IRC bot is a computer program written by one of fa/tg/uys primarily for Dark Heresy games, but having some Shadowrun and general fun functions as well.
You can also add your own functions by just dropping txt files into /files/custom/ folder, and then supplying the files' names as a command in the chat, making the bot to paste a single random line from the line directly to the chat.
Current actual version is 0.9.8, with version 1.0 being in late beta; and download links can be found in the corresponding section of this article.
Current commands and functions
All bot commands are preceded by a comma or the bot's name followed by the comma.
roll - basic dicerolling.
tarot - random Tarot card. Can draw from the full deck, minor arcanas or tramps.
space - random space encounter.
art - random artifact.
last - last lines on the current channel, up to specified maximum.
Dark Heresy-specific
dhhit - random DH hit allocation.
dhburst - random DH burst allocation.
dhcrit - DH critical hit effects description.
dhfall - DH damage from falling allocation.
dhhal - random DH hallucinogen grenade effect description.
dhdiv - random DH Imperial Divination (Thought for the Day).
Shadowrun-specific
srtest - Shadowrun 4ed standard test roll (thus, dice pool roll). Glitch-detection included.
sredge - Shadowrun 4ed edge test roll (standard test with Rule of 6).
srext - Shadowrun 4ed extended test roll.
srnpc - Shadowrun 4ed quick NPC stats creation.
srnade - Shadowrun 4ed grenade deviation calculation.
sr3test - Shadowrun 3ed standard test roll. Can have a target number specified. Rule of 1 and Rule of 6 both work.
Don't Rest Your Head-specific
dryh - pool of colored dice for the game.
Deadlands-specific
Or rather, functions for drawing cards from a poker deck.
draw - draw a single card. No card can be drawn twice.
drawhand - draw a full hand, seven cards.
newdeck - open a new deck, the cards previously drawn can be drawn again.
Fun
noes - a random quote from the List of 1015 things I am not allowed to do in RPG any more.
daat - a random quote from Doc Aquatic's Complete Percentile Adventure Table (and more!)
ware - contents of a random locker on warehouse23. Generally creepy.
critfail - a random quote from Doc Aquatic's Critical Fumble Table (and more!)
div - random Imperial Thought for the Day (not limited just by DH divinations any more!)
rev - a striking revelation of truth on your nature, fate and future (use at your own risk).
Auxiliary
hello - greet the user.
join - join a channel.
part - leave a channel.
quit - disconnect from the server.
say - transmit a message to a specific channel the bot is on.
be - set some of the bot's settings right from the chat window.
who - bot version and owner.
how - list the bot's settings.
list - list the bot's custom text files.
aliases - list the bot's command aliases.
seen - display info on when did a user last joined, messaged or left a channel the bot is on; also shows all the nicks a specific user has been seen using.
help - show the commands listing, and also functions descriptions with full syntax examples.
Download links
The bot coder promised to give the bot out for free should /tg/ provide him with OCR'd crit tables from Dark Heresy Core Rulebook, which one of the tripfags indeed did.
The bot comes with Delphi source, several text files for content it works with and a compiled exe you can run right away.
v.1.0g - latest beta available.
Known beta issue
Sometimes the bot will tell its owner/everyone they are banned.
Solution: change the ban list, for example, add someone, and then delete him back.
Please, if you notice any specific conditions for the bug to be seen, write here or on the mail listed in the readme.