mIRC Home    About    Download    Register    News    Help

Print Thread
#41096 11/08/03 11:30 AM
Joined: Aug 2003
Posts: 9
V
Vinny Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Aug 2003
Posts: 9
hi there

i've seen a lot of scripts wich i want to use but how do i use them :$
and can you use more than one?

(complete n00b)



crazy people say that i'm crazy, but the voices in my head say otherwisecrazy
#41097 11/08/03 11:38 AM
Joined: Aug 2003
Posts: 73
C
Babel fish
Offline
Babel fish
C
Joined: Aug 2003
Posts: 73
Well depends on the script etc. what scripts are you trying to use? Some may not be good at interacting with other scripts.


The blue monkey is out of its barrel...
#41098 11/08/03 12:31 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
There are two types of scripts:
  • full scripts
  • add-ons

For full scripts it's simple: pick one. Don't use two together and don't use any extra addons. Full scripts also prohibit you from adding your own code to do stuff, pls they usually come with a whole bunch of options that you don't need or want (like all the popular scripts and their horrible colors and spam messages).

Add-ons are designed to perform only one task, which means you *should* be able to combine add-ons that were designed for different tasks, and you also *should* be able to add your own code should you want to. *should*, because there's no guarantees.

Personally, I would always recommend getting add-ons, and then pick only the ones that do something you want done. Full scripts are always filled up with a heap of options you don't need.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#41099 11/08/03 04:22 PM
Joined: Aug 2003
Posts: 9
V
Vinny Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Aug 2003
Posts: 9
i want 2 scripts

1) thank you for the op
2) thank you for the voice

thats it blush

thnx


crazy people say that i'm crazy, but the voices in my head say otherwisecrazy
#41100 11/08/03 05:21 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
go with the addons then. or write your own.. try http://www.team-clanx.net


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#41101 11/08/03 06:04 PM
Joined: Aug 2003
Posts: 9
V
Vinny Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Aug 2003
Posts: 9
can't find the server :$


crazy people say that i'm crazy, but the voices in my head say otherwisecrazy
#41102 11/08/03 06:37 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I can't reach that site either. It might just be down for the moment though many of these mIRC scripting sites have died in the last 6 months or so. Just play the waiting game for a bit and see if it comes back.

#41103 11/08/03 06:38 PM
Joined: Aug 2003
Posts: 9
V
Vinny Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Aug 2003
Posts: 9
k


crazy people say that i'm crazy, but the voices in my head say otherwisecrazy
#41104 11/08/03 07:21 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#41105 11/08/03 07:53 PM
Joined: Aug 2003
Posts: 9
V
Vinny Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Aug 2003
Posts: 9
thnx


crazy people say that i'm crazy, but the voices in my head say otherwisecrazy
#41106 14/08/03 02:05 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Try something like..
Code:
on 1:OP:#: { 
  if ($opnick == $me) {
    msg $chan Thanks for the ops $nick 
  }
}

on 1:VOICE:#: { 
  if ($vnick == $me) {
    msg $chan Thanks for the voice $vnick 
  }
}

Saves you waiting.. wink


Link Copied to Clipboard