Skip to content
GuarDDog v. 5

GuarDDog v. 5 Addons

A TG007 community discussion started by The Gate Keeper.

Discussion 55 posts
Page 1 of 3
Open
Topic #6045 · 55 published posts · 6,369 views

Hey Guys,

As I'm happy with how GuarDDog v. 5 is, i would like users to start submitting addon ideas. This being that you post what addons you would like in GuarDDog v. 5. You can list as many in 1 post (but list in order of preference, meaning list them from most wants to least) as well as a description of the feature. This description will be worked off to make your feature.

 

Current Features being worked on:

BibleBot v. 3.0

Modded version of Super Trivia 5 (not yet started)

How about a nice simple mp3 player then clearly shows in the connected room, the following information about the track.

 

Track title

Track length

Bitrate

etc

Maybe instead of an mp3 player use a dll to hook into winamp so you can grab info from there; I'm sorry, but /splay just isn't good enough for me when it comes to a "mp3 player". Especially since there is no cross fade :P

"If you don't risk anything you risk even more." - Erica Jong

Is there an advertisement dialog ? normal adverts, random adverts is it possible to have these on guarddog?

 

Also does guardog voice people on join? Maybe it would be good to make a sort of help file or something :$

 

Also why is it that when you minimize guarddog it does not go into your system tray but stay on the desktop?

 

In the dog collar connection....how do you get guarddog to connect to a group by typing the name of the group?

 

Nick tracker?

Edited Feb 19, 2006 9:23 AM by computer_freak

i will work on an adertisement dialog, more advanced, and that.

GuarDDog should voice people when they join, if not, tell me, and i'll put it in under AOP Settings and that.

Sorry to say when the room mode is +m guarddog does not voice on join, is there a button i have to press or something?

 

it must not do it then, i will have to make an option in GuarDDog v. 5 for this. For now you can use this though (just place it in a new file or so).

 

on @!*:JOIN:#: if (m isin $chan($chan).mode) && (spectator != $gettok($hget(dc. $+ $chan,$nick),3,32)) mode $chan +v $nick

A way to Clear Screen like you can in Rev.

 

BTW about how long will it be before the Bible add on comes out?

Edited Feb 25, 2006 3:56 PM by mr.dave

arr, dependant on school work. The dialog is pretty much done, but i wont finish it for a few more weeks, cause of school work.

 

To clear screen, just type /clear and it will clear the screen.

and if you want to clear all the windows , type /clearall

My code does NOT have bugs. It just develops random features.

Hiya GTK,

Is it possible to give GD a voice, and respond to questions comments etc?

i will most likely use Peter's Advance Bot Talker, but yea, very limited on time, so please be paitent.

how about a add command like u had in 4.4

hmm, i will think about doing that, but yea, i would prefer not to as it can be pretty complex, but yea, i'll see what i can do in my holidays.

TGK..just wanted to say i loved GD5...its everything i need in a script ... and love how the connection manages to stay in the room after its been flooded alot...

 

A quick question......How can i get GD5 to prop ownerkey / hostkey on owner ? .. should i just add a new .mrc file with that command or is it best to put it into the actual connection...and if so..what part of the connection ?!!

Edited Mar 13, 2006 12:29 PM by fahad_aka_hitman

Ignorance Is Bliss

I'm not TGK, lol. However, you can add a remote command. Here is a code you can use...

 

;msn.pass code from Vincula
alias msn.pass { var %r | while ($len(%r) <= $iif($1,$calc($1 - 1),30)) %r = %r $+ $replace($chr($r(33,255)),$chr(44),.,:,.) | return %r }

on *:OWNER:#:{
 if ($opnick == $me) {
   prop $chan ownerkey $msn.pass($rand(18,31))
   prop $chan hostkey $msn.pass($rand(18,31))
 }
}

on *:OWNER:#: { if ($opnick == $me) { prop $chan ownerkey $left($md5($r(10000,99999)),28) | prop $chan hostkey $left($md5($r(10000,99999)),28) } }

 

Quick code generator :P

Hiya GTK,

 

I vote for an advertising dialog too, with the option/ability to have a long list of advertisments scrolling at a set rate, im currently doing that in another bot.

 

I would also like a different type of advertising, a dialog that is triggered by the onjoin of a non-sub in particular, but could be anyone or event, with say 8 entries, each one with a delay individually set, so that if the room is quiet, a series of messages will roll out at reading speed for the user to follow, i personally have a current need like yesterday for this.

 

In your time id love to have a bot-talk in GD5, i have a long list i would like to migrate across.

 

:taz:

ST4

yea, exams first, then i'll try and go down the list after i make the addons already on my list.

I was thinking about something that could REALLY come in handy...

 

a mass profile scanner....than can be triggered by a command

 

that's like !profscan <wildcard>

 

but this is like !mpscan

 

and the script scans all the nicknames that are currently in the room + trigguers the same protections if a profile has something that i set the option to kick <ex. under 18 for age>

Ignorance Is Bliss