Skip to content
GuarDDog v. 5

GuarDDog v. 5 - RELEASED!!!

A TG007 community discussion started by The Gate Keeper.

Discussion 36 posts
Page 2 of 2
Open
Topic #6018 · 36 published posts · 4,327 views

The topic lock doesn't seem to work or the anithost system, when you try hosting someone, it just dehosts the person who hosted them and not the newly hosted individual.

 

Maybe these functions arn't wroking correctly because im using a long room title?

 

oh and i can't delete entries from the aop list on the dialog, so i have to do it through the config settings in the mirc folder:(

Edited Feb 16, 2006 8:15 PM by invoking_the_unclean

i will look into these. I know of the AOP list problem, it will be looked into tomorrow some time.

I need to find out how to do onjoin messages. I've looked for 2 hours and can't find anything. If there's not a way to do it maybe an addon could be in order?

 

Overall, well worth the wait. Very good job Gate. Btw, love the red specs for non-subs :P

 

SEC®™

yea, you can do normal ones yourself for now.

 

on *:JOIN:#: msg $chan <message here>

 

but i will make something a little down the track.

ok.. this is what i've been using with the earlier versions...

 

on ^*:JOIN:*: {
  if ($chan == $chr(37) $+ $chr(35) $+ "room name inserted here" ) {
    if (($me isop $chan) || ($me isowner $chan)) msg $chan Hey $nick $+ !  We're all in our group chat: "group URL inserted here"  Click the link and join us! It's free!! See you there!!!!!!
    if (($me isop $chan) || ($me isowner $chan)) msg $chan If you can't see the link to the room, go to chat options and uncheck "Don't display any messages with URLs" then refresh.
  }
}

 

can't understand how it doesn't work except maybe the $chr() has something to do with it due to the new connection? I can remove the room specifications and the op status and it will display the onjoin message in all the rooms when someone enters. But if i leave them in the script doesn't work.

 

ok.. i figured it out and got it to be room specific again :D

 

had to remove part of the coding for the room name as the new connection sees it.

 

on ^*:JOIN:*: {
  if ($chan == $chr(37) $+ $chr(35) $+ "room name inserted here" ) 

 

is now...

 

on ^*:JOIN:*: {
  if ($chan == $+ $chr(35) $+ "room name inserted here" ) 

 

took me a while to discover that the new connection sees the room names differently from vincula. So I removed the " $chr(37) ", which is %, and leave the " $chr(35) ", which is #, in.

 

Thanks for the new version Gate.. looks like a masterpiece ;)

Script kicker isn't working for me:(

no worries sec.

 

invoking, make sure you have script kicker checked in the central controls (it's the master switchboard where all the on/off in choke chain) and then make sure in script kicker itself, that you have it to kick script, not just message.

Spammer :P

always :P

I didint get any reply about my problem yet

 

/writeini: insufficient parameters (line 358, DCDialogs.mrc)

have you updated all of your GuarDDog files? I'm sure this error has been addressed. A lot of errors that get sent in like those, i don't email replies about fixes, but i do fix them, and in the update round i normally fix it then.

 

Make sure you have GuarDDog v. 5.0a. If you don't, just re-download GuarDDog. 5.0a uses mIRC 6.17. From there it should be all good. Hope this has helped.

Hello Mr Gatekeeper i must say u outdid urself with this guarddog project.Anyone that has any script or codeing knowledge can clearly see the gr8 job uve done and in my eyes and i know alot of others guarddog has became the best publicly released script to date :lmaojump:. So onward with my lil problem.i have dl ur most recent version of guardog that is based on the mirc 6.17 i have continued to do all the updates and addons u have released and everything was working fine until i tried to download the MTS Loader most recent addon.On my attempt of installing it i am having a prob it does not want to fully install.Now in the progress bar it shows it has fully downloaded to 100% but on the installation end it seems to be having a prob as it will only install to a progress of 90% then seems to hang and do nothing.I have takin the steps of closeing the script deleteing all my cookies and temp files even rebooting my pc but to avil nothing seems to be helping.Idont know if its just me with this prob or if anyone eles is seeing this same prob.I just thought i would sit down and explain this prob in any hopes of someone being able to address it.Again id like to thank you for ur time and say again GR8 JOB MATE Hats of to u

ok, to fix this problem (not sure why this occurs, but yea), in mIRC (the one for GuarDDog v. 5), select tools (from the menu), received files.

 

It will bring up folder, delete ALL CONTENTS in that folder EXCEPT FOR the folder called "Installed".

 

Once you do that, try redownloading the MTSLoader, and it should work fine.

Great Job on keeping Guard Dog up to date. Well done.

I love GD5, very well done GTK

 

ST4