Ciddeon's Barrier
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.0 (of 3 scores) |
| Date Added | Dec 16, 2007 |
| Last Updated | Jan 22, 2008 |
| Tags | protection |
Description
A Simple code i made up with the help of other codes.. it protects you aginst basic attacks, *such as punch, grab, slap, Etc.* i know its kinda lame.. but people like it.. so heck.. why not post it. Just Put it into your remotes.. [After people telling me it wasnt working.. i returned it to normal.. with a few updates.. simply replace cid with your nick]
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 16, 2007 8:14 pm
Posted on Dec 16, 2007 8:14 pm
brackets are wrong
on *:action:<action goes here>*<nick>*:#: {
describe $chan <protection goes here>
}
on *:action:<action goes here>*<nick>*:#: {
describe $chan <protection goes here>
}
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 16, 2007 9:30 pm
Posted on Dec 16, 2007 9:30 pm
I've been looking for one of these... Mwaha.
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 16, 2007 9:37 pm
Posted on Dec 16, 2007 9:37 pm
yeah.. ill get on that.. im kinda new. so
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 16, 2007 10:39 pm
Posted on Dec 16, 2007 10:39 pm
/ isnt needed, and these are completely arrogant and unneeded
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 2:02 am
Posted on Dec 17, 2007 2:02 am
How are /'s arrogant?
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 3:36 am
Posted on Dec 17, 2007 3:36 am
I just think the /'s are messy
But im no pro by far lol
But im no pro by far lol
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 4:27 am
Posted on Dec 17, 2007 4:27 am
Ciddeon good job.And @ korvin bit harsh huh and ar·ro·gant Pronunciation[ar-uh-guhnt]Pronunciation
–adjective
1.making claims or pretensions to superior importance or rights; overbearingly assuming; insolently proud: an arrogant public official.
2.characterized by or proceeding from arrogance: arrogant claims.
So now who is arrogant again? @ Ciddeon keep up good work.`-.-´
–adjective
1.making claims or pretensions to superior importance or rights; overbearingly assuming; insolently proud: an arrogant public official.
2.characterized by or proceeding from arrogance: arrogant claims.
So now who is arrogant again? @ Ciddeon keep up good work.`-.-´
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 4:44 am
Posted on Dec 17, 2007 4:44 am
Yeah, i'm rather new to scripting.. so i make a few mistakes here and there.. but thanks everyone that helped.. "and i still don't understand how /'s are arrogant O.o"
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 2:13 pm
Posted on Dec 17, 2007 2:13 pm
i know you're new, but instead of <nick here>, you can do $me (returns your nick)
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 4:32 pm
Posted on Dec 17, 2007 4:32 pm
so.. like this?
on *:action:*<action here>*$me*:#: {
/describe $chan <protection goes here>
}
on *:action:*<action here>*$me*:#: {
/describe $chan <protection goes here>
}
on *:action:*<action here>*$me*:#: {
/describe $chan <protection goes here>
}
on *:action:*<action here>*$me*:#: {
/describe $chan <protection goes here>
}
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 4:42 pm
Posted on Dec 17, 2007 4:42 pm
| Code: |
on *:action:$+(*,<action here>,*,$me,*):#:{ describe $chan <protection goes here> } |
and why do you have two of the same things? :/
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 4:43 pm
Posted on Dec 17, 2007 4:43 pm
only becasue you need at least 120 charecters to post. :/
also.. thanks xD
also.. thanks xD
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 8:26 pm
Posted on Dec 17, 2007 8:26 pm
mountanindew.. it still doesn't work on mine.. i tried it.. and it didn't respond.
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 9:07 pm
Posted on Dec 17, 2007 9:07 pm
:/ thats wierd, i guess it wont let you use $me in the top line
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 17, 2007 9:16 pm
Posted on Dec 17, 2007 9:16 pm
$($+(*,<action here>,*,$me,*)) should work.
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 18, 2007 2:05 pm
Posted on Dec 18, 2007 2:05 pm
Rebellious is intense. Anyways, Arrogance and ignorance has nothing to do with /'s I have to use /'s in my script around msg's because of my theme script and so on input It has to check if it's / first and then an object. So are you calling my genius arrogant?
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 18, 2007 2:53 pm
Posted on Dec 18, 2007 2:53 pm
btw to make it so you don't flood out
on *:action:*<action here>*<nick>*:#: {
inc -u10 %protect
if (%protect => 3) {
describe $chan <action goes here>
}
else { halt }
}
on *:action:*<action here>*<nick>*:#: {
inc -u10 %protect
if (%protect => 3) {
describe $chan <action goes here>
}
else { halt }
}
mIRC Snippet:
Ciddeon's Barrier
Posted on Dec 18, 2007 8:59 pm
Posted on Dec 18, 2007 8:59 pm
Thanks everyone for the help.. i have just started making this type of scripts..













