Skip to content
GuarDDog v. 5

DogCollar Public Release is here!

A TG007 community discussion started by The Gate Keeper.

Discussion 41 posts
Page 2 of 3
Open
Topic #6679 · 41 published posts · 6,069 views

To Molson, you will need to make/download a theme.

If i get permission from some of the script creators i would be happy to update a few to dogcollar?

Pomperom

Lol, i tried guardDog in one of my scripts and it worked

but i tried it in another and it wouldnt access my passport

=\

 

You might think you can beat me, But you have to prove it =]

To Molson, you will need to make/download a theme.

 

 

 

But TGK said a theme isn't needed, plus it shows text if your participation.

 

 

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

a theme isn't required. mIRC should automatically apply it's internal theme in the event that it's not there. So... if the theme is playing up like that, i am guessing it's something in mIRC.

DCPublic works for ScriptureBot5.1 already. No editing needed. :pizza:

Well found out the problem, it has something to do with mIRC 6.16, cause it shows up on 6.17.Also I think I better flood protection, seems to flood to easy.

 

#passportflood on
on @!1:JOIN:#: { 
 set -u2 %jc. [ $+ [ $chan ] ] $addtok(%jc. [ $+ [ $chan ] ],$dc.fullnick($chan,$nick),44) 
 if ($numtok(%jc. [ $+ [ $chan ] ],44) == 3) && (!%jb. [ $+ [ $chan ] ]) sockwrite -n dc.chat. $+ $cid access $fchan add deny *!*@*$* 6 :Flood Occurance 
 elseif ($numtok(%jc. [ $+ [ $chan ] ],44) == 5) { 
   sockwrite -n dc.chat. $+ $cid kick $fchan %jc. [ $+ [ $chan ] ] :Passport Flooder 
   set -u10 %jb. [ $+ [ $chan ] ] $true 
   unset %jc. [ $+ [ $chan ] ] 
 } 
} 
#passportflood end

Edited May 24, 2006 2:24 PM by Molson™

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

One thing that I found was when you click the "OK" button in the setup dialog it doesn't close the dialog, and it doesn't set some settings either. So, I think a bracket is missing, or something.

Okay, I redownloaded DCPublic, and it seems to be working great now. However, I have found that the MSN Nicklist 2.0 doesn't work for DCPublic. However, it will work for Vincula.

MSN Nicklist 2.0 could have been written specifically for vincula, as in some aliases used for designed for vincula. I am not to sure, i would need to look at the coding... which i can't do now...

#nowhisper on
on *:TEXT:*:?: {
 if (Admin isin $level($address($nick,6))) halt
 if (GHOST isin $level($address($nick,6))) halt
 if (ownerlevel isin $level($address($nick,6))) halt
 if (hostlevel isin $level($address($nick,6))) halt
 if ($nick == %whispered) && ($nick !isowner $active) && ($nick !isop $active) {
   splay ChatWhsp.wav
   echo -a 8,4-=[ 4,1 $nick 8,4 ]=- 
   echo -a 8,4-=[ 4,1 $msn.ifdecode($replace($nick,>,Guest_)) 8,4 ]=- 
   echo -a 8,4-=[ 4,1 Is trying to whisper you 8,4 ]=-
   echo -a 8,4-=[ 4,1 Message = $1- 8,4 ]=-
   .sockwrite -tn dc.chat. $+ $cid access $fchan add deny $ial($nick).addr 1 :whisper kick
   .sockwrite -n dc.chat. $+ $cid kick $fchan $dc.fullnick($schan,$nick) : $+ I warned you last time, not to whisper me again(gone for 60 seconds)[Total Kicks = $+ %kick.count $+ ] | set %kick.count $calc(%kick.count +1) 
   unset %whispered
   closemsg $nick
 }
 elseif ($nick !isowner $active) && ($nick !isop $active) {
   msg $nick If you need help,Contact my Admin , if he is away type @shout on the room to leave him a meesage, and Please dont whisper me again,or you will be removed, ty
   splay ChatWhsp.wav
   echo -a 8,4-=[ 4,1 $nick 8,4 ]=- 
   echo -a 8,4-=[ 4,1 $msn.ifdecode($replace($nick,>,Guest_)) 8,4 ]=- 
   echo -a 8,4-=[ 4,1 Is trying to whisper you 8,4 ]=-
   echo -a 8,4-=[ 4,1 Message = $1- 8,4 ]=-
   set %whispered $nick
   closemsg $nick
 }
}
#nowhisper end

 

This Code is working to kick who whispering the script after a warning. credits goes to ozzy , kenobi script

i edited it to work with DC connection my problem is:

i need this to halt on admin whisper means no kick for admins

also halt on ghost level whisper

also if admin or a ghost level is whispering the script never warn him

thanks

 

if ($level($$ial($nick)) isin admin owner host) { halt }

if (Admin isin $level($address($nick,6))) halt

if (GHOST isin $level($address($nick,6))) halt

if (ownerlevel isin $level($address($nick,6))) halt

if (hostlevel isin $level($address($nick,6))) halt

 

isn't that doing it for you???

if (Admin isin $level($address($nick,6))) halt

if (GHOST isin $level($address($nick,6))) halt

if (ownerlevel isin $level($address($nick,6))) halt

if (hostlevel isin $level($address($nick,6))) halt

 

isn't that doing it for you???

 

no dear , thats why am asking

any way this solved the problem

if ($level($$ial($nick)) isin admin ghost owner host) { halt }

 

Thanks Alote all

Edited May 27, 2006 7:48 PM by rumba

By the way, DC's CTCPALL command in the nicklist returns CTCPALL Unknown Command

Not that major, but just reporting the error

thanks, i'll be fixing up these errors when/if i have time. And then releasing an update version. but yea, just keep me posted of any problems.

Anyone who is using 6.16 with this connection and doesnt see owner text, other then your own. I suggest downloading a fresh copy of mIRC 6.16 and move all your scripts and dc public to that folder. Cause it worked here.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

Hey TGK in this connection, Is their a certain reason you coded this connection to only join as a subscriber instead of a Non_Subscriber.

Can this connection be made to join as a non_Sub?

No. The one for GD5 dont, so why would the public version be able to.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

it's coded that way to stop people from abusing the system...