Jump to content


Photo

Making IRC Bots


This topic has been archived. This means that you cannot reply to this topic.
39 replies to this topic

#1 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 29 March 2015 - 01:28 AM

Hi all,

 

I'm now offering IRC bots for gold.

 

My pricing system:

Connect to IRC = 750g

Tasks = <Easy to Complex>

              1             2              3              4            5                6                7           8             9              10

              400g       800g        1,200g     1,600g   2,000g       2,400g       2,800g  3,200g    3,600g     4,000g

Task edits = 175g (because they're always annoyingly tedious)

 

What is a task?

A task is something the bot does, in a general sense. For example, connecting to IRC is one task, and then each command is a different task. However, connecting to IRC is under s different price.

 

Restrictions:

The bot will not be programmed to go to #8bit, as per Sim's ruling. (Unless it is just a logger.)

A simple !sbot command must be added to all bots unless you take to time to pay a meager 100g fee to get rid of the command. The !sbot command simply credits me.

 

Thanks!


Edited by Scratso (§), 11 August 2015 - 02:01 PM.

7f44484767.png


#2 Kralereth

Kralereth

    The Emerald Wizard

  • Members
  • PipPipPip
  • 1277 posts

Posted 29 March 2015 - 01:32 AM

How much for a bot itself? Also would it be possible to give it a !kick command? (To kick people from the channel that is)
FqAuPvV.jpgew5x0uL.png
"I'm just here to watch people die" -TheGreatOnion
"MY SIGT KEY BKORK" -Po2005
"could I end a helping hand?" -Ankos

#3 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 29 March 2015 - 01:41 AM

How much for a bot itself? Also would it be possible to give it a !kick command? (To kick people from the channel that is)

A bot that sits there idly with no commands would be 500g upfront. A bot that only has a kick command would be 1k.


7f44484767.png


#4 asedita1

asedita1

    Santa

  • Members
  • PipPipPip
  • 408 posts

Posted 29 March 2015 - 02:01 AM

Restrictions:

The bot will not be programmed to go to #8bit, as per Sim's ruling.

so no chat log bots?



#5 The Blood Rose Alchemist

The Blood Rose Alchemist

    Platinum Extraction Manufacuture Corporation C.E.O

  • Members
  • -998558 posts

Posted 29 March 2015 - 02:02 AM

A bot that sits there idly with no commands would be 500g upfront. A bot that only has a kick command would be 1k.

I don't get this. This is what I can understand:

-You program a bot for IRC specifically tailored to what we want

-The bot can do type random stuff or whatever.

Am I right?


200.gifThe epic up rise of the Hidden Creed is here. Join now.stickfight_editada__by_PCR2.gif


#6 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 29 March 2015 - 02:04 AM

I don't get this. This is what I can understand:

-You program a bot for IRC specifically tailored to what we want

-The bot can do type random stuff or whatever.

Am I right?

Yes.


so no chat log bots?

Chat log bots are an exception, provided the bot has no commands whatsoever. Sim simply said not to put bots there that would spam chat.


7f44484767.png


#7 The Blood Rose Alchemist

The Blood Rose Alchemist

    Platinum Extraction Manufacuture Corporation C.E.O

  • Members
  • -998558 posts

Posted 29 March 2015 - 02:05 AM

Yes.


Chat log bots are an exception, provided the bot has no commands whatsoever. Sim simply said not to put bots there that would spam chat.

Can I make a bot that says "Hello, and welcome to 8BitMMO!" Command, or will that contradict with the no spamming rule?


200.gifThe epic up rise of the Hidden Creed is here. Join now.stickfight_editada__by_PCR2.gif


#8 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 29 March 2015 - 02:20 AM

Can I make a bot that says "Hello, and welcome to 8BitMMO!" Command, or will that contradict with the no spamming rule?

You could make that if it was in another channel, but per sim's ruling, you can't have it in #8bit.


Also, for anyone worried about what the creditation looks like, here:

 

Bot by Scratso. (§<botcode>)


7f44484767.png


#9 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 29 March 2015 - 07:27 AM

 

on *:TEXT:!command:#: { msg $chan Message }
 
Example: on *:TEXT:!Steam:#: { msg $chan My main is here: http://steamcommunity.com/id/TehHermit }
The !Steam is what triggers it. When trigger it types "My main is here: http://steamcommunity.com/id/TehHermit"
 
 
If you have Mirc there. simple bot copy paste save 500 gold

 

Do bear in mind that my bots cost so much because they are purely created with programming skill. No mIRC is used.


7f44484767.png


#10 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 29 March 2015 - 08:04 AM

So. Still works. What language is the bot in?

Bots are programmed in Python, and since the bots aren't loading GUIs, etc, it allows for a much faster response, and much more flexibility. Remember: A scripting language built within a program can only do what it was programmed to be capable of doing. A programming language with the sole purpose of being a programming language has much more available lines of code ready.

 

Plus, any issues I will resolve in a timely fashion, and the couple of bot requests I've had already have served the purpose of far bigger things than printing something. Why learn a language, when you can hire someone to program for you?


7f44484767.png


#11 madman

madman

    best master yi

  • Members
  • PipPipPip
  • 2505 posts

Posted 29 March 2015 - 08:58 AM

 

on *:TEXT:!command:#: { msg $chan Message }
 
Example: on *:TEXT:!Steam:#: { msg $chan My main is here: http://steamcommunity.com/id/TehHermit }
The !Steam is what triggers it. When trigger it types "My main is here: http://steamcommunity.com/id/TehHermit"
 
 
If you have Mirc there. simple bot copy paste save 500 gold

 

lol u got a VAC BAN >.> also idk 500gold seems like a fair price for someone too lazy to install MIRC and to make their own bot


E13smaa.jpgcWYq9I1.png

 


#12 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 29 March 2015 - 03:58 PM

lol u got a VAC BAN >.> also idk 500gold seems like a fair price for someone too lazy to install MIRC and to make their own bot

It's also a fair price for custom support, etc. Trust me, when something doesn't work, I fix it.

 

Also, since in some rare cases I can provide the source under strict legal conditions, it allows for educative purposes.


7f44484767.png


#13 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 29 March 2015 - 07:27 PM

Zooty is making them for free, but he ded.

Sorry, but I'm really not in the mood to hear about zooty, or do anything differently much just because of him.


7f44484767.png


#14 Confidential8bitUser

Confidential8bitUser

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 26 July 2015 - 10:22 PM

Hi is it possible for me to make a bot that farms 4 me , even tho that is against the rules?



#15 TheWorldWideGamer

TheWorldWideGamer

    Twig

  • Members
  • PipPipPip
  • 137 posts

Posted 27 July 2015 - 04:40 AM

Hi is it possible for me to make a bot that farms 4 me , even tho that is against the rules?

I'm pretty sure this is a necro.


yi6Nirl.png?1sEohKdJ.png?164x64_Dominator_10ks_badge.png64x64_Why_Isnt_He_Dead_Yet_15ks_badge.pn64x64_Bloodshed_20ks_badge.png64x64_Im_really_starting_to_hate_this_gu

XUERaBA.gif


#16 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 02 August 2015 - 10:32 PM

Updated the pricing system.


7f44484767.png


#17 madman

madman

    best master yi

  • Members
  • PipPipPip
  • 2505 posts

Posted 03 August 2015 - 04:05 AM

I'm pretty sure this is a necro.

its still relevant so i dont think so...


E13smaa.jpgcWYq9I1.png

 


#18 Scratso

Scratso

    Lord of the Dark, Cold and Sorcery.

  • Members
  • PipPipPip
  • 1940 posts

Posted 03 August 2015 - 10:17 PM

Made a quick webapp to show the status of different bots.

 

http://scratso.icronium.com:8080/bots/


7f44484767.png


#19 Starmanfan

Starmanfan

    Pixel Pistol Perfect

  • Members
  • PipPipPip
  • 356 posts

Posted 03 August 2015 - 10:40 PM

Made a quick webapp to show the status of different bots.

 

http://scratso.icronium.com:8080/bots/

>mfw I'm top customer :J


Kralereth Starmanfan Font


#20 Po Man

Po Man

    Expert At 8BitMMO

  • Members
  • PipPipPip
  • 84 posts

Posted 04 August 2015 - 02:40 AM

Can  have a bot. ill pay 2k


LOL wtf pika - sim9 2015>