Home
Explore
Apps
Scripts
Code Snippets
Hardware
Images
Home
Explore
Apps
Scripts
Code Snippets
Hardware
Images
Sign up to Hawkee
Sign in
Comments
(1,825)
Everything
Scripts
Snippets
Images
Hardware
Reviews
mountaindew
commented on Status:
mountaindew
-
Dec 27, 2008
@Eurynome
Eurynome, ask in the
mIRC Scripting Form
.
Edit: nevermind, I guess you already did ;)
mountaindew
commented on Product:
-
Dec 26, 2008
Just got this one, looks like a pretty cool game after trying the lite version.
mountaindew
commented on Product:
-
Dec 26, 2008
I love this app, easy to see what's on TV.
mountaindew
commented on Image:
New iPod Theme!
-
Dec 26, 2008
Awesome, that's pretty cool. ^^ and lol jonesy xD
mountaindew
commented on mIRC Snippet:
Trivia
-
Dec 26, 2008
I donno, do //echo -a $asc(¶)
mountaindew
commented on mIRC Snippet:
Trivia
-
Dec 24, 2008
Gogetta, how are the questions set up?
Purcell, $asc(|) = 124
mountaindew
commented on mIRC Snippet:
Word and Character Counter
-
Dec 24, 2008
Code
if ($devent == sclick) { if ($did == 2) { did -r CC 1 } } if ($devent == sclick) { if ($did == 3) { dialog -x cc cc } }
You could combine the two if's
Code
if ($devent == sclick) { if ($did == 2) did -r CC 1 if ($did == 3) did -x cc cc }
mountaindew
commented on Status:
mountaindew
-
Dec 24, 2008
You too bud :)
mountaindew
commented on mIRC Snippet:
$leapyear and $leapcount
-
Dec 23, 2008
Isn't a year a leap year if you can divide it by 4 evenly?
mountaindew
commented on mIRC Snippet:
Multi-Server Identifier
-
Dec 23, 2008
The %server variable isn't really needed in the on connect :/
Code
if (!$did(*) )
There's no
then
part of this if statement.
mountaindew
commented on mIRC Snippet:
color talker dialog
-
Dec 19, 2008
Again, I don't see what you're trying to do here:
Code
if (!$did(1).text || set %ct $did(1).text || say %ct)
mountaindew
commented on mIRC Snippet:
Invite dialog
-
Dec 19, 2008
This doesn't make sense:
Code
if (did == 1) { if (!$did(2).text || set %inick $did(2).text) }
mountaindew
commented on mIRC Snippet:
Thesaurus
-
Dec 18, 2008
Oh my bad, the alias was in another script of mine so I forgot to include it when posting it...
Fixed :)
mountaindew
commented on mIRC Snippet:
Thesaurus
-
Dec 18, 2008
No, it's all here =\
mountaindew
commented on mIRC Snippet:
Acronym Finder
-
Dec 17, 2008
Okay, added a trigger - !acronym [acronym]
mountaindew
commented on mIRC Snippet:
Acronym Finder
-
Dec 17, 2008
Alright, I'll take a look at it when I get home.
mountaindew
commented on mIRC Snippet:
Basic Mirc Bot
-
Dec 17, 2008
You can edit your original code btw.
mountaindew
commented on mIRC Snippet:
Weather Underground.com Bot
-
Dec 16, 2008
It was added in 2005, the source code for the page probably changed.
mountaindew
commented on mIRC Snippet:
Basic Mirc Bot
-
Dec 16, 2008
Quote
• Must include URL to original script or snippet if you did not build it from scratch.
http://www.hawkee.com/snippet/2846/
mountaindew
commented on mIRC Snippet:
RPG dialog v1.0
-
Dec 15, 2008
Code
set %attack $rand(1,3) if (%attack == 1) .set %atk 62 if (%attack == 2) .set %atk 29 if (%attack == 3) .set %atk 47
You could use tokens,
Code
set %atk $gettok(62 29 47,$r(1,3),32)
mountaindew
commented on mIRC Snippet:
Lover test
-
Dec 14, 2008
Code
msg $chan Now testing $nick and $2 for compatibility. .timer 1 1 msg $chan Please wait... .timer 1 2 msg $chan $r(1,100) $+ % -[4,4=======11,11==============] compatibility
mountaindew
commented on mIRC Snippet:
YouTube Video Searcher
-
Dec 13, 2008
Alright, should work now.
mountaindew
commented on mIRC Snippet:
YouTube Video Searcher
-
Dec 13, 2008
Crap I started fixing it and forgot to finish it :/
I'll do it right now.
mountaindew
commented on mIRC Snippet:
Slots Dialog v3.0
-
Dec 13, 2008
Code
.did -ra slots 2 .did -ra slots 3 .did -ra slots 4
You're not adding anything so I don't see why you have -a there.
Code
did -ra slots 2-4
And that random stuff can be simplified a lot:
Code
did -ra $dname 2 $r(1,10) did -ra $dname 3 $r(1,10) did -ra $dname 4 $r(1,10)
mountaindew
commented on mIRC Snippet:
µTorrent WebUI mIRC Addon
-
Dec 12, 2008
:o nice job jonesy, looks nice
1) Is it possible to right click the title bar to check off what you want and don't want there, like in uTorrent?
2) You should make it so you can do stuff to the torrent when you right click it, like delete it/change status
mountaindew
commented on Product:
-
Dec 11, 2008
Not that far, I got to the split pathway and I remember one of them was the Ivy Towers or something.
mountaindew
commented on Product:
-
Dec 11, 2008
Code
MD: i have discovered a new thing called "Daemon tools" which mounts an ISO file virtually! AMAZING! Windows just picks it up as a normal CD drive
I've been using Magic Disk to virtually mount ISO's :)
mountaindew
commented on Image:
uTorrent WebUI mIRC Addon
-
Dec 11, 2008
Yea I believe you use bitwise comparison.
mountaindew
commented on Product:
-
Dec 11, 2008
Code
I've been playing World of Goo on WiiWare lately, awesome game!
I just got it yesterday, seems like a cool game.
mountaindew
commented on Image:
uTorrent WebUI mIRC Addon
-
Dec 11, 2008
Cool, looks nice man :)
You should add status though.
Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Next
mountaindew
Follow
Message
Profile
Scripts
2
Snippets
41
Images
32
Reviews
10
Comments
1,825
Forum Posts
1,119
61 Following
View all
63 Followers
View all
Edit: nevermind, I guess you already did ;)