447 topics matched your search
by Warrior.
Haven't tried this yet, but try this, and see if this will work... ; by The Gate Keeper - based off the mq alias ;to use, just place ss infront of your commands, e.g. ; original code : msg $chan hi $nick ; modified code : ss msg $chan...
Matching post #36,212 · by Warrior124 · Apr 30, 2006 8:11 PM
Awesome job, you 2.
Matching post #36,652 · by Warrior124 · May 7, 2006 8:54 PM
another thing to check is see if your Windows Firewall is on. If it is then you may need to disable it. Running firewalls at the same time can cause alot of problems, and won't really protect your pc. Go to Start > Control Panel > Wind...
Matching post #36,283 · by Warrior124 · May 2, 2006 1:38 AM
Try this... #winkkick on on *:TEXT:*:#: { if ($nick isowner $chan) halt if ($nick isop $chan) halt if (admin isin $level($address($nick,6))) halt if (ownerlevel isin $level($address($nick,6))) halt if (hostlevel isin $level($address($n...
Matching post #29,585 · by Warrior124 · Nov 27, 2005 12:50 PM
Oops, you accidentally put it in the wrong thread then, lol. The VRUpdate you are using right now is the first one. You can get the latest here.
Matching post #36,340 · by Warrior124 · May 3, 2006 9:26 AM
You are using the original VRUpdate. I know this because you have this error message... "Invalid parameters: $bfind (line 240, vrupdate.mrc) - * Invalid parameters: $bfind (line 240, vrupdate.mrc)" VRUpdate Multi-cons filename is VRUpdat...
Matching post #36,322 · by Warrior124 · May 2, 2006 11:19 PM
But why run the risk of having a password that can be spread around, just put the people you trust in a user list and give them host on entry. or they just have to type !host ect.. The addon I suggested changes the key everytime it is us...
Matching post #36,075 · by Warrior124 · Apr 28, 2006 3:53 PM
Hey Gwen. Nice to see you here again. for the $color switches I only know of a few (kick) (info) (info2). However, instead of using the $color you can just place numerics there instead, and you'd get more colors such as this code here....
Matching post #36,284 · by Warrior124 · May 2, 2006 1:49 AM
Egyptian, does that happen when you try to join just after opening your script, or when you get kicked out of a room, or how does it happen?
Matching post #36,210 · by Warrior124 · Apr 30, 2006 7:57 PM
You can do it either way. However if you save it you will have to load it into your script /load -rs advertise.mrc ...I just used advertise.mrc as an example. You can name it anything you want, though.
Matching post #36,250 · by Warrior124 · May 1, 2006 1:47 PM
Try this... alias _list { if (!$window(@list)) window -sznblk0 -t25,30 @List tahoma 12 } alias load.rooms.list { _list window -a @list write -c rooms.txt } menu @list { $iif($chr(37) isin $sline(@list,1),$gettok($sline(@list,1),2,32))...
Matching post #36,080 · by Warrior124 · Apr 28, 2006 5:10 PM
Only because you've got a faster connection than I do.
Matching post #36,088 · by Warrior124 · Apr 28, 2006 5:37 PM
If yours doesn't autoconnect that means that something is blocking the server. Either that, or you accidentally unloaded dogcollar.mrc somehow. First, type this in. //load -rs scripts\dogcollar.mrc. Then restart, and see if it connects t...
Matching post #36,055 · by Warrior124 · Apr 28, 2006 6:12 AM
As for Chat Guardian I tried every way I knew of to make it work with GD5, but I could never find a way to halt the default text GD5 uses short of editing the MTS theme itself that GD5 uses. So, there were always two texts showing up. Th...
Matching post #35,867 · by Warrior124 · Apr 25, 2006 6:52 AM
No problem.
Matching post #35,925 · by Warrior124 · Apr 25, 2006 10:08 PM
Ratman, if you aren't using GuarDDog then you accidentally placed this post in the wrong area. If you are using GuarDDog then GuarDDog does have decode, and encode. So, I'm guessing it isn't GuarDDog you have, lol. If you are still usi...
Matching post #35,869 · by Warrior124 · Apr 25, 2006 7:51 AM
You will also need to make sure you have the latest mirc version (6.17), because it will not work with previous versions. Click HERE to go to the mirc website, and get the latest version.
Matching post #35,394 · by Warrior124 · Apr 16, 2006 5:03 PM
P.s theres no such thing as a complete anti ban. Yes there is... on *:START:{ exit } Just kidding, lol. Yes, just add yourself to owner access, but that isn't even too helpful with alot of scripts nowadays.
Matching post #35,359 · by Warrior124 · Apr 15, 2006 9:55 PM
As with anything you always need to be careful about what you get. Even in my scripts I always suggest that if anyone has the slightest bit of worry about my script they shouldn't download it, and even if they do to alwaysscan first with...
Matching post #35,066 · by Warrior124 · Apr 11, 2006 1:49 AM
lol TGK, looks like people are trying to get you to fix GD5, and they're resorting to childish behaivour to do it. Im any case your life comes first. I'm for one confident that GD5 will be back soon. Take care, bro.
Matching post #35,028 · by Warrior124 · Apr 10, 2006 1:33 PM
Well, I guess the question is this. If you are very worried about getting your work ripped would that have a greater impact on you deciding to release it rather than just releasing it for others to use? I mean if it worries you a great d...
Matching post #33,278 · by Warrior124 · Mar 3, 2006 5:37 AM
As promised, here is JD's Passport updater updated to work for gd5. This is a temporary fix, however. Just follow the instructions to get it to working for you. Here is the code... EDIT : I editted the previous one for a reason. Sorry...
Matching post #35,000 · by Warrior124 · Apr 10, 2006 5:35 AM
You are right, nyt1972. It is because of the extra , in it. Here is the new code... raw 305:*: unset %away. [ $+ [ $cid ] $+ . $+ [ $me ] ] raw 306:*: set %away. [ $+ [ $cid ] $+ . $+ [ $me ] ] $true on *:TEXT:*:?: { if (%away. [ $+ [ $c...
Matching post #33,715 · by Warrior124 · Mar 12, 2006 10:27 PM
If you are dead set on using a Vincula connection try Vincula Rage, or Vincula Rage 2, which are ocxless as well.
Matching post #34,352 · by Warrior124 · Mar 28, 2006 12:54 PM
Kenobi is good, too. However, the best thing I like about gd5 is that it is easy to get updates through GuardDoctor. No other script that I know of does this, and tgk keeps on top of all the updates.
Matching post #33,632 · by Warrior124 · Mar 11, 2006 4:50 AM