Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Reason

Pages: 1 [2]
16
Trash Can / From: A New Battle Net Bot
« on: January 12, 2009, 03:19:52 PM »
I have to suggestions.

1. IF your going to add skinning, i would do it at the BEGINING of making the bot. This is why Fail Bot doesnt have skinning, because im to lazy to go in all the forms (23 to be exact) and make all the colors be adjustable.

2. Same thing with profile support, this is why FB's profile system fails. Because im to lazy to go back and add indexs and all that.

17
Fail Bot / [MAJOR FAIL]Script SySteM
« on: December 17, 2008, 03:06:26 PM »
The scripting system is in major fail mode right now. I am trying to find out what is wrong, but this could take a while.

18
Fail Bot / Greet Script
« on: December 17, 2008, 02:58:21 PM »
This is a simple greet script to greet users by (This is also an example script)

Code: [Select]
Sub Event_Load()

    AddChat "Super Greet 1.0 is now loaded!"
    AddChat "Created by Reason, this is a better greet for Fail Bot"
End Sub

Sub Event_Join(Username)
SG_Message = "Welcome %0 to %h, %d | %t You ping at login is %p!"
'*Available Variables:
'*    &t ~ Time
'*    &d ~ Date
'*    &p ~ Ping
'*    &u ~ Username of person joining
'*    &b ~ Username of bot
'*    &c ~ Users Clan
'*    &a ~ Users Access
'*    &o ~ Users Position in channel
'*    &h ~ Bots Channel
'*    &u ~ Bots Channel Count
'*More to Come!
  JoinMessage = SG_Message
  JoinMessage = Replace(SG_Message, "%t", Time)
  JoinMessage = Replace(SG_Message, "%d", Date)
  JoinMessage = Replace(SG_Message, "%p", UserPing(Username))
  JoinMessage = Replace(SG_Message, "%u", Username)
  JoinMessage = Replace(SG_Message, "%b", BotName())
  JoinMessage = Replace(SG_Message, "%c", UserClan(Username))
  JoinMessage = Replace(SG_Message, "%a", UserAccess(Username))
  JoinMessage = Replace(SG_Message, "%o", UserPosition(Username))
  JoinMessage = Replace(SG_Message, "%h", BotChannel())
  JoinMessage = Replace(SG_Message, "%u", BotChanCount())
  AddQ JoinMessage
End Sub

19
Releases / Version 0.5
« on: December 15, 2008, 08:04:11 PM »
Well here it is folks.

Fail Bot version 0.5.

Updates
Quote
Fixed the Chat Bar
Fixed icon glitches
fixed access glitches ~Thanks Shadow
Added Scripting support
Added Ops Mode
Added Tech Support
Added BNET Profile Support
Added more options to Right Click Channel List
Fixed Friends List
added Web Browser
and more that i've forgotten.

Merry Christmas!

~Reason

20
Releases / Fail Bot UserBar
« on: December 02, 2008, 02:44:15 PM »
Are you a Fail Bot Supporter? Then put this in your forum profile or on your website!

Code: [Select]
[url="http://forums.rev77.net/index.php?showforum=86"][img]http://z57.net84.net/FailBotUserBar.gif[/img][/url]
Forum Code Above

Code: [Select]
<a href=http://forums.rev77.net/index.php?showforum=86><img src=http://z57.net84.net/FailBotUserBar.gif></url>
WebSite code Above

Either of these codes will return this

[img]http://z57.net84.net/FailBotUserBar.gif" border="0" class="linked-image" /]

21
Play Station / PSP
« on: November 19, 2008, 07:38:57 PM »
im thinking of getting a PSP for christmas. What do you guys recommend?

The PSP 2000 looks promising, but is there anything for a better deal?

EDIT: W00T 100TH POST

22
Fail Bot / Fail Bot Update
« on: November 02, 2008, 10:22:30 AM »
Hey everybody, sorry this version has been taking so long, but heres a list of what NEEDS to be done, what i WANT to be done, and what you can look forward to.

I updated the config a big and made it more userfriendly.

The bot will now attempt to detect what product you are going to use based on the CDKey you Put In. (If you put in a SC Key, it will guess Brood War)

The bot will also split text more than 240 charectors to 2 small messages of 120(+)

The bot now has a Join and Leave greet.

I have removed custom Flood Detection, as it sucked.

Added Moderation Tab in Settings

Added Client Bans

Added 0ms ban

Added -1ms Ban

Added Lockdown

Added Quiet Time

Added Plug Ban

Added Number Ban

An empty required field will now turn red, telling you that you HAVE to put SOMETHING in it to connect.

I recoded alot of stuff, cutting the Bot's Size to 700KB  (I got rid of 200+ Lines of useless code/comments/rewriting stuff)

I have added an incomplete scripting system, it will most probably be disabled for the upcoming version (unless HERO helps me)

So far there is these events

Load
Close
Connect
Disconnect
Talk
Emote
BroadCast
Error
Info
Leave

and more to come.

I also am adding a Set Up Wizard for easy configuration of the bot.
I have added a notify forum you'll have to see what it is

I would like to add a Banned form before the release, as well as a Profiles form

All in All, this will be the best update yet. ANY ideas AT ALL (wether you think there dumb or not, cuz i might think there great ideas) Post em in this topic

23
Fail Bot / InterBot protocol
« on: October 24, 2008, 07:15:03 PM »
InterBot protocol is where DIFFERENT bots communicate with each other.
Some Basic Features -
     Global Commands
          You can make all bots with the InterBot protocol Execute Commands
     Private Chat Server
          The bots will be able to connect to a private server for Chat not on BNET
     and Others (Post ideas HERE)

24
Fail Bot / [Tutorial] [Read Me] Sample Config
« on: October 20, 2008, 08:43:37 PM »
[!--quoteo(post=0:date=:name=Sample Config.ini)--][div class='quotetop']QUOTE (Sample Config.ini)[/div][div class='quotemain'][!--quotec--][0]
Username=FailBot
Password=
CDKey=
Server=europe.battle.net
BNLSServer=pyro.no-ip.biz
Trigger=!
Owner=Failz-Bot
HomeChannel=Clan R77
Product=SEXP
Verbyte=D1
WW=0
Home=0
[Window]
Height=11190
Width=15480
Top=-60
Left=-60
State=0
[QuickText]
[QuickChannel]
[CustomChannels]
[Flood]
Enable=0
Lock=0
AddQ=0
AddChat=0
JoinLeave=0
BanMessages=0
[Encrypt]
minVal=1
maxVal=75
cryptSeedLen=94
lenFactor=87
maxLenToHandle=55
[1]
Username=FailBot
Password=
CDKey=
Server=europe.battle.net
BNLSServer=pyro.no-ip.biz
Trigger=!
Owner=Failz-Bot
Home=Clan R77
Product=STAR
[Idle]
Message=%v By Zone
Enabled=1
Emote=1
Time=20[/quote]

25
Fail Bot / [Old] Icon
« on: October 12, 2008, 01:57:34 PM »
Anyone that can make a GOOD Icon for Fail Bot will get Beta Access to an Account of their choosing.
It should say
Guidelines:
   Dark Red text saying FB big enough to be read
   Use Creativness

26
Trash Can / From: [Resolved] Version 0.1
« on: September 20, 2008, 04:21:13 PM »
I have marked this topic as resolved.

If you have any questions or if your problem continues, please reply and provide as much information as possible.

27
Trash Can / From: [Old] Version 0.1
« on: September 20, 2008, 04:21:01 PM »
Eww Resolved <> Old - Hero

28
Trash Can / From: Version 0.1
« on: September 19, 2008, 05:20:36 AM »
[!--quoteo(post=0:date=:name=28 Mins Passed)--][div class='quotetop']QUOTE (28 Mins Passed)[/div][div class='quotemain'][!--quotec--]Hero
  Yesterday, 09:52 PM

Changelog:
Initial Release
Fixed a mistake in Config.ini Home label = Server and Server Label = Home - Thanks Ferre7

Ferre7
  Yesterday, 10:20 PM
Yea yeah..GIT SOME

 <-- FAIL[/quote]

28 mins passed in the time u posted that and hero uploaded

Pages: 1 [2]