Fybertech Forums

Projects and Development => Fybertech Projects => Topic started by: FyberOptic on October 01, 2006, 05:32:59 pm

Title: Fyborg
Post by: FyberOptic on October 01, 2006, 05:32:59 pm
Since Fyborg has been the name of the various bots we've had in chat, I figured I'd just make a topic about him.  Currently he's an IdleRPG bot, as most of you already know and play, but last night I modified him to have the 4GET (http://www.fybertech.com/4get) script functionality, so that I don't even need to be in the chat anymore for it to grab 4chan links.

SO, I figured I'd ask what other little diddies might be helpful for him to have.
Title: Re: Fyborg
Post by: LtSterling on October 01, 2006, 09:47:11 pm
A quote machine.  Have it be able to store quotes and play them back from the chat.  Like say "!storequote yadayada" and then have a msg command for him play back a a random quote with !quote or something like that.

A rock paper scissors machine, you add your choice with !rock or such and it responds with its choice.

Title: Re: Fyborg
Post by: Rotary_Turbo on October 02, 2006, 02:51:59 pm
Hello,

  Just posting ta' change my IdleRPG class to "Conjerer", under the name "Rotary_Turbo".  FyberOptic told me to post in case anyone elce wants to chage.  So, feel free to do that here.

Thanks.
Title: Re: Fyborg
Post by: FyberOptic on October 02, 2006, 04:22:40 pm
Yeah, if anyone else wanted a class change or something, go ahead and mention it and I'll do the changes together.  GET ON THE BUS IF YER GETTIN.

Also, those are good suggestions, Gar.
Title: Re: Fyborg
Post by: Blazeman on October 03, 2006, 10:38:03 am
Yeah, I'd also like to request a class change for my iRPG character...to "Flame Swordsman"
Title: Re: Fyborg
Post by: MDude on October 03, 2006, 11:28:36 am
MAKE IT DANCE.

And by that, I mean give it a command similar to the quote one that spits out a random Fychan/4get image url.
Title: Re: Fyborg
Post by: HitomiBoy on October 05, 2006, 09:37:08 pm
For my Hitomi Char:

Is my class be Siren time now plees?
Title: Re: Fyborg
Post by: FyberOptic on October 06, 2006, 01:14:14 am
All three class changes requested have been dood.
Title: Re: Fyborg
Post by: HitomiBoy on October 08, 2006, 12:19:18 am
Woots. Sweetness
Title: Re: Fyborg
Post by: FyberOptic on October 08, 2006, 01:18:50 am
ACTUALLY, I will just make class changes player changable when I get to workin on the bot.  Then people can change it themselves and as often as they like.
Title: Re: Fyborg
Post by: FyberOptic on October 09, 2006, 06:47:20 pm
OKAY SO, things that were added/fixed:

- Added "!dice NUMDICE NUMSIDES", which rolls a much better dice command than the one we use in mIRC.  Giving only one parameter rolls a certain number of 20-sided dice, and giving no parameters rolls 1d20.  I'm thinking of mabber switching it so that only one parameter rolls one dice of the sides you pick, though.
- Added "!4get", which displays a link to a random 4get image.
- Removed penalties for PART and QUITs.
- Fixed nick change logging you offline problem.

The two new commands work from the channel only at the moment.
Title: Re: Fyborg
Post by: MDude on October 09, 2006, 09:23:47 pm
Thanks for making !4get, now I can... Well, I can get random 4get images!
Title: Re: Fyborg
Post by: FyberOptic on December 27, 2006, 08:26:27 pm
If anyone else gets tired of Fyborg making their mirc flash as if there's activity, or worse yet, beeping as if someone said your name, then this is likely the script for you..!

Code: [Select]
on ^*:TEXT:*:#fybertech: {
  if ($nick == Fyborg) { echo 15 -ti2 #fybertech [Fyborg] $1- | halt }
}

Short and sweet.  Alt-R should bring up your Remotes section in mirc, then just paste that in somewhere near the top or wherever.  Now when Fyborg talks, it'll all have a grayer tone, and won't make mirc flash at all anymore.
Title: Re: Fyborg
Post by: FyberOptic on January 04, 2007, 09:16:04 pm
Fyborg now catches urls from all the *chan sites.  Or at least it does with 4 and 7chan, since they're the only ones tested so far.
Title: Re: Fyborg
Post by: FyberOptic on February 06, 2007, 03:15:29 pm
I coulda sworn I posted this, but here is how you can get mIRC to automatically log into Fyborg on join.  Just press Alt-R to get into your Remotes section, and paste this in + edit your username/pass:

Code: [Select]
on *:JOIN:#fybertech: {
  if ($nick == $me && $network == Fybernet) { .msg Fyborg login USERNAME PASSWARD }
}
Title: Re: Fyborg
Post by: FyberOptic on June 20, 2007, 02:51:03 am
NEW STUFF:

When you're logged into the bot, you can now use the "hostname" command, to change what host you appear to be connected from (as seen in your whois info).  Just message the bot with:  hostname sldkfjslkjfsf, where slkdfjslkf is whatever you want.  Like burrito.com or something.

Second, the bot will auto log you in now if it recognizes your nick/ident/host.


EDIT:  For those that didn't know, there's also a !4gettotal command, which tells how many images and how much space everything in 4get takes.  And for anyone that cares, an !uptime command, that tells how long the server's been up.
Title: Re: Fyborg
Post by: FyberOptic on June 20, 2007, 12:04:39 pm
Added !weather and !forecast.  Just add a zip code to the end.