mIRC Snippet:
IRCOPER FUN - lazyness
Posted on Nov 20, 2009 6:01 pm
Posted on Nov 20, 2009 6:01 pm
gooshie thanks... ill try an avoid it... but its the way i was taught... mirc is so flexible that there actually is no right or wrong way, only slow and fast... in my mind i follow my protocol automatically... its been burnt into my brain, but ill have to change it seems...
thanks again... i learnt basiaccly from coding AOW games... atm i have one of the best ones online... coding an addon for it... POKER inside the actual game... hold thumbs ^_^
thanks again... i learnt basiaccly from coding AOW games... atm i have one of the best ones online... coding an addon for it... POKER inside the actual game... hold thumbs ^_^
mIRC Snippet:
Quote Dialog - §ágé §¢rípt
Posted on Nov 20, 2009 5:56 pm
Posted on Nov 20, 2009 5:56 pm
k cool ill check it out...
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 5:29 pm
Posted on Nov 20, 2009 5:29 pm
/op # nick
lazy bastards..
lazy bastards..
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 5:26 pm
Posted on Nov 20, 2009 5:26 pm
$Regex(String,/Match/i)
is case-insensitive (Matches a-zA-Z] incase you were wondering.
is case-insensitive (Matches a-zA-Z] incase you were wondering.
mIRC Snippet:
Harry potter duel script
Posted on Nov 20, 2009 5:24 pm
Posted on Nov 20, 2009 5:24 pm
Extravagant, mate! I wouldn't have nerves for something like that... Actually, who knows, lol XD
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 5:21 pm
Posted on Nov 20, 2009 5:21 pm
lol, I might be crazy, but I ain't dumb XD
I type /loadx and I get the welcome screen, the first weapons, stuff gets written in writeini.
[character]
health=100
...
But I cannot use any command :/
I type /loadx and I get the welcome screen, the first weapons, stuff gets written in writeini.
[character]
health=100
...
But I cannot use any command :/
mIRC Snippet:
Highlight Script by XperTeeZ
Posted on Nov 20, 2009 5:19 pm
Posted on Nov 20, 2009 5:19 pm
Thank you. Although, I don't see anything great about it :)
mIRC Snippet:
Highlight Script by XperTeeZ
Posted on Nov 20, 2009 5:04 pm
Posted on Nov 20, 2009 5:04 pm
Great scripting :). The job has been done many times over but this is very exceptional :).
mIRC Snippet:
S.A. Inbox Messaging System v.2.1.0.0
Posted on Nov 20, 2009 5:01 pm
Posted on Nov 20, 2009 5:01 pm
no need for inis, you can use $lines to see if there are that many lines in the text file :)
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 5:01 pm
Posted on Nov 20, 2009 5:01 pm
Jethro_ To many typos to be like gooshie :| truned? trned?
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 5:00 pm
Posted on Nov 20, 2009 5:00 pm
You didnt type /loadx -.- & testor thank you for the $regex help, i was looking for answers to that and im semi-new to regex :)
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 4:53 pm
Posted on Nov 20, 2009 4:53 pm
Also, I don't get any further from
"Type "Commands" in this window for help."
"Type "Commands" in this window for help."
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 3:27 pm
Posted on Nov 20, 2009 3:27 pm
Just using one command to turn it on or off: /op
/me tries to act like gooshie. lol
| Code: |
| on !@*:JOIN:#:if (%op == on) .mode # +o $nick alias op { set -e %op $iif(!%op,on,$iif(%op != on,on,off)) $& | echo -a * $iif(%op == on,AutoOp has been trned on.,AutoOp has been truned off.) } |
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 2:51 pm
Posted on Nov 20, 2009 2:51 pm
• Why are some aliases local, and some not? You should just make them all local aliases.
• Instead of $Regex($Lower(String),Match) why not just do $Regex(String,/Match/i)? :o.
• Instead of $Regex($Lower(String),Match) why not just do $Regex(String,/Match/i)? :o.
mIRC Snippet:
Auto Translator
Posted on Nov 20, 2009 1:46 pm
Posted on Nov 20, 2009 1:46 pm
Thanks Xpl0reR :)
Thanks Jethro_ :) You kinda lost me on the menu point though. That won't enable the group.
It's kind of a mood point anyway, because I'm changing the script so you can turn it on and off in just the channels you want it in. I should have changed it already but it's been a tough work week. By tomorrow my mind will be clear and I will make several improvements on this and post them.
Thanks for the comments everyone.
Thanks Jethro_ :) You kinda lost me on the menu point though. That won't enable the group.
It's kind of a mood point anyway, because I'm changing the script so you can turn it on and off in just the channels you want it in. I should have changed it already but it's been a tough work week. By tomorrow my mind will be clear and I will make several improvements on this and post them.
Thanks for the comments everyone.
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 1:34 pm
Posted on Nov 20, 2009 1:34 pm
errm why add rediculous amounts of code, one you could use the server commands and two that code is way to excessive.
this would be better:
Simple usually = better oh and does not involve stupid %var changes.
this would be better:
| Code: |
alias opon { .set %op on } alias opoff { .unset %op } on *:JOIN:#:{ if (%op == on) { .mode # +o $nick } } |
Simple usually = better oh and does not involve stupid %var changes.
mIRC Snippet:
realname ban
Posted on Nov 20, 2009 1:29 pm
Posted on Nov 20, 2009 1:29 pm
Gee, gooshie, your gooshi-lization is unbeatable. lol
mIRC Snippet:
Auto Translator
Posted on Nov 20, 2009 1:22 pm
Posted on Nov 20, 2009 1:22 pm
FordLawnmower, about the on and off switch, why did you make it show twice? Isn't it better to just use:
Other than that, this script is superb, and I have elevated my rating to 10.
| Code: |
| menu Channel,Status { .$iif($group(#AutoTrans) == On,$style(1)) AutoTrans } |






