Please Disable Ad-Block To View This Website.

If you block ads, this site can not survive!

Ads are very minimal for registered users. If you don't have an account please register now!

DOWNLOAD
 Full Scripts
 Addons
 Snippets
 DLLs
 MTS Themes
 Tutorials
 Misc.
 File Queue
 Download mIRC
INTERACT
 Screenshots
 Challenge
 Top Downloads
 Submit Form
 Forums

SEARCH
Site Search

FRIENDS
Link to us!
PhotoShelf

Home | Comments:
impulZ*Script by impuLse
Description:
A very clean and nice script with a lot of functions and everything you need as an irc geek.

Submitted Review Author's Updates
Review
The script works very fine and fast. I couldn't find any bugs.
I really like that the user can customize almost everything. You can deactivate everything you see and save and restore it in every combination with the nice (and innovative) preset function. The more you use the script the more functions you will notice and you will see that the script has everything you want (including ingame mp3 advertise and the pasting of irc messages ingame).

Recapulating I can say that the script works fine and is fully customizable for every kind of user. (My personal favorite: the rightclick switchbar)

Reviewed by anti
March 29th, 2005:
I've done a bunch of bugfixes and hope no one will get these bugs anymore ! please contact me if there is a bug anymore!!! :P
Screenshot:

Comments:

  Mode:    Create New Post

pdxNov 20, 2005 11:14AM
Hi impulse dude can u give me your email msn, ICQ

.... coz i made a script looks like yours and now my friends think i rip your scirpt ... thats shit
i can send you my script and u can take a look its very wired dude

impuLseNov 20, 2005 12:46PM
Nope its no rip :)
We'll as i saw my code i only thought "shit is this cody ugly" :P
Your code is better but the mutliserver doesn't work, ehh?

Well continue and release this script if you have a real big feature list :)

pdxNov 20, 2005 12:58PM
no its not a multiserver switchbar ... :/ getting crazzy already need some 1337 2 help me :D

yes got some n1 features Quake net controll , all lot off fun shit
some mass aktions :D , blacklist , qoute sys, winamp control log viewer and and and but
i not really wanna release :D

coaxxApr 5, 2005 11:56AM
I just want to say this is the greatest script ever.
I've switched from NNScript now..

Basically I like the idea of a minimal script, where the user can download any addons he might want, instead of having to unload or be stuck with tons of addons he dont need.
The customization is also great, keep working on it, it's my new favorite..

Now for the mandatory bug list:

1. When I type /server -m irc.server.com and then click on a channel in my previous network to let it connect in the background, when I want to click my way back to the new server status window it refuses.
So basically to connect to a new network i have to let it connect while i watch, and then join a channel. Or I could minimize the windows but, should be fixed.

ARCHmudoApr 25, 2005 12:15AM
I don't see how this is better than NNS, I've just tried it and it lacks the good features of NNS.
quote:
Basically I like the idea of a minimal script, where the user can download any addons he might want, instead of having to unload or be stuck with tons of addons he dont need.
Since when did NNS come with bloated/useless features? Besides you can simply unload the unneccessary scripts from /setup. There are vital important features in NNS that aren't in this script, and there is no good reason to search for add-ons that replace thes vital features.

I am still waiting for NNS 4, although I think NNS 3.81 is still good enough. However I must admit that this script is not bad at all, not compared to other scripts, but particularely compared to the unscripted mIRC. It's just so much better to look at and to use than generic mIRC, so I think it does have a good userbase.

Text edited by author on Apr 25, 2005 @ 12:26AM


impuLseMay 25, 2005 8:48AM
NN is fuckin ugly :>

DuplexMay 25, 2005 11:35AM
if i had to choose between a script with a beatiful GUI but little functions/tools and a "normal"-looking script like NN, i would choose NN ...
what's the use of good looks if you need to load a dozen addons or code much stuff youself cos basic feartures are missing?

[AFX]Mar 19, 2005 11:11AM
I agree with DLL overuse; there are 19 DLL's in this script!

The script isn't bad, but I am surprised what this website accepts latley for full scripts (your script has lots of bugs, poor scripting on some parts, it isn't even complete). The script has potential but you really need to get your ass in gear and start cleaning this up, it is very messy. Start removing DLL's you don't need (trust me, you DON'T need DMU.dll).

The bugs I found were already posted by other users.

The Fmod doesn't even work...

But I couldn't find moo.dll anywhere.

Text edited by author on Mar 19, 2005 @ 11:18AM


impuLseMar 19, 2005 11:37AM
moo.dll is used for the Rambar... and fmod works fine for me as you can see on the shot. DMU.dll is used to bolderize the about but i dunno any other dll wich can handle this.
And wich parts are poor scripted ? (The bugs are already fixed, i will upload a new version if someone can test my bugfixes ;/)

[AFX]Mar 19, 2005 11:46AM
Dude, that is nice that it works for you, but you released this script and it doesn't work for me. There is no reason not to look into it. And since you are already familiar with MDX.dll, you can set the font to bold...Also I am not concerned what moo.dll is used for because I do have eyes :P. I keep on getting an error saying moo.dll doesn't exist.

mdx SetFont dialog 1 -11 700 Tahoma

Calling DLL's like this:

dll system\dll\fuck.dll params

...is poor scripting. I had to fix everything up as it was a huge mess, it didn't even pick up the remotes that were supposed to be loaded, so I had to load them all myself.

impuLseMar 19, 2005 11:47AM
Hmm sometimes moo.dll will be named as an IRC spamm tool :/ perhaps your anti-virus software deleted it.
Do you mean i should make something like an installer script or what ?

Text edited by author on Mar 19, 2005 @ 11:49AM


impuLseMar 19, 2005 12:00PM
Ok i changed all
dll system\dll\fuck.dll params
to somekind like
mdx bla...

The fmod thing works for me and all testers dunno why it doesn't work for you sorry man :/

nix2kMar 30, 2005 2:16PM
I do not agree that using the dll command to call DLLs is poor scripting. Granted, any DLLs I use are all called through an alias ($getdll), which just returns the shortfn'ed name of the dll. However, as I said, I don't think it is poor scripting to use the dll command instead of scripting an alias to do it. I'd love to know who established that using that command is poor scripting.

I guess common stuff like goto loops are bad, but just using a command instead of aliasing it, that I just cannot agree on.

[AFX]Mar 30, 2005 3:12PM
Look at the code sample again that I provided and you would see why I said poor scripting.

spoiler: system\dll\fuck.dll

This isn't a good thing if the user extracted the script to a directory with spaces.

Text edited by author on Mar 30, 2005 @ 3:15PM


nix2kApr 2, 2005 12:34PM
ok, if you use it like that, yes. but that can easily be solved with like either $shortfn(whatever) or quotes. Perhaps I assumed you meant just using the DLL repeatedly instead of aliasing it was bad scripting. Its not, its just repetetive, ignoring directories with spaces is bad.

I was under the impression, however, that ms.org was supposed to reject scripts that did not support directories with spaces (in fact, we did, any script I reviewed that did not support that were immediately rejected, with a request to add support for it). My script was also rejected a long time ago for the same reason, it did not support directories with spaces. So, if this script doesn't support those, why did it get added?

[AFX]Apr 2, 2005 12:56PM
Yes I agree with you there. This script should of have been rejected because of it. I remember my script got rejected for the same reasons, plus some important bugs. What is really funny though is that both this script and the authors other addon here were both reviewed by the same person, and I have never seen him/her on here before. Friends review other friends scripts to get accepted? What a cheap ass thing to do. I think it should be the moderators/reviewers reviewing the full scripts.

zzattackApr 2, 2005 2:39PM
The script is quite decent, and I don't think he's that lame.

[AFX]Apr 3, 2005 12:09AM
Maybe it is _decent_, but look at the review. The author said he couldn't find any bugs? Dood, the first version he had submitted here was full of bugs. I bet he didn't even try out the script that much, plus I know they are friends, that's why I say moderators should look at scripts more closely and little reviews like this one shouldn't be accepted.

zzattackApr 3, 2005 3:57AM
I thought the word "Recapulating" in the review was kinda funny. You're right in this case.

nix2kApr 3, 2005 3:40PM
Lets put it this way. When I was a reviewer here (I cant seem to get access to that part of the site any more, so I guess I am not a reviewer any more :p), a lot of people tended to ignore the full scripts, because of how long it took to review them.

Whenever I reviewed them, I poked around, and checked everything out. I didn't always find all of the bugs, but I made it a habit to find the bad bugs. The ones that needed a partial rewrite of the script in order to get working. That stuff got rejected right away, and I am fairly sure that most people who reviewed scripts followed those same guidelines. I downloaded this script, but never actually went online with it... I can't actually remember why I downloaded it anyway. But from what other people are saying, and the amount of "bug reports" I've seen just in the comments thread, this should have been rejected immediately.

If it was a user submitted review, it still should have been checked before an admin here accepted the review. Standards seem to be dropping here... eye-candy is winning out over good scripting. Oh well.

Slade23Mar 30, 2005 12:52PM
bunch of shit, crappy style, dirty coding, some parts ripped from Str3iber, some from nonamescript.
but i guess you can't do better..

impuLseMar 30, 2005 1:14PM
hahaha lmao! :P
I don't rip from such these scripts so stfu

Slade23Mar 31, 2005 6:01AM
what about "$me @ Stille..."?
and your blacklist kinda looks like the nnscript blacklist.
nnscript is a packet of shit anyway, but your script doesn't even work correctly.

Text edited by author on Mar 31, 2005 @ 8:15AM


impuLseMar 31, 2005 9:53AM
Hmm you pro msl scripter it's /me :P
And making a blacklist isn't kinda hard err?

Slade23Mar 31, 2005 2:43PM
Hmm you fucking idiot i didn't mean the command, ugly dumbass
yea right, if you can do one..

btw: for a pro scripter (like I am), it is "describe #channel"..

Text edited by author on Mar 31, 2005 @ 2:44PM


impuLseApr 1, 2005 7:39AM
I made this blacklist myself you fuckin kiddie look @ the code before you flame :|

[AFX]Apr 1, 2005 11:43AM
Quit fighting like script bitches. Both of you :D.

AmidosMar 19, 2005 9:08AM
well script is fine
but
why there is no right click popup in switchbar?

Text edited by author on Mar 19, 2005 @ 9:11AM


impuLseMar 19, 2005 9:42AM
script will be updated soon :P

AmidosMar 31, 2005 5:16AM
Switchbar still doesn`t have right click popup. :(

tytMar 29, 2005 10:24PM
Just downloaded the updated script ( March 29th ) and already i've come across a slight problem... :\

When i've got two or more networks in the switchbar ( themed treeview, not the default one ) I can only click on the first network listed on top to change to that window. If I click on the other network listings or their channel listings, nothing happens. I can, tho, click on the MOTD and view that.

Other than that, i havent found anything else... yet. ;)

TYT

impuLseMar 30, 2005 10:11AM
Ok will fix that :P

blasphemyMar 23, 2005 3:28PM
it`s an awesome script. but i have a problem. i can`t see the joins. i can see ppl part from the channels but i can`t see who`s joining. can somebody tell me what to do ? cause i couldn`t find anything.

impuLseMar 24, 2005 6:11AM
Perhaps there's something wrong with the theme engine try to reload your current theme

blasphemyMar 24, 2005 5:04AM
i also deactivated the seen but it still responds on the channels. can u tell me how to fix these problems ?

impuLseMar 21, 2005 10:12AM
Ok i've made a little bugfix but i have still to do:

- fix sclick events of DCC in treeview
- pause button in the playlist (i sent the right comment but fmod didn't respond xD)
- fix bolderize option (%bold 0|1) if %bold is 0 (on open events etc.)

Here you can get it: Click

[AFX]Mar 21, 2005 11:01AM
Haven't downloaded it but:

-get rid of DMU
-when doing treeview sclicks for the DCC's, make sure you send it using $shortfn because I had an error where if the filename that you were sending was too long, it wouldn't activate the selected DCC window
-have you tried using hash tables or ini's for configuration purposes? having a lot of %vars tends to get messy, but hey, this isn't a beautiful remotes contest. It is a suggestion though.

/tlag is cool heh.

impuLseMar 21, 2005 11:32AM
I removed DMU imho :P but um thx for the suggestion will trying to add this (but will be a big step :P)

[AFX]Mar 21, 2005 11:52AM
PM me your e-mail address so I can add you to Messenger.

RixxonMar 22, 2005 7:17AM
$shortfn can be disabled in windows.

Text edited by author on Mar 22, 2005 @ 7:18AM


dreakMar 21, 2005 1:03PM
In the updated version you've got

alias -l hOS { return $dll($shortfn($mircdir) $+ skillfabrik\dll\hOS.dll,$1,$2-) }

As a local alias but you call it from other scripts so that causes a few problems.

edit: if you left click the visualisation in the bottom left you get * /background: invalid parameters (line 705, ownstuff.mrc)

Text edited by author on Mar 21, 2005 @ 1:36PM


[AFX]Mar 21, 2005 1:06PM
$mircdir is bad impuLse, use $scriptdir instead.

RixxonMar 22, 2005 7:20AM
agree, for addons/snippets, but $mircdir is ok for a fullscript?

nezekMar 22, 2005 12:00PM
lol dude dont switch the pause button to a stop button;\
who needs a stop button anyways..

edit: i think you should change all those vers to an ini or hash.
the log viewer rocks. but why cant i close the menu window?
when i try to press the same button on the switchbar it just keeps adding more to the list.

Text edited by author on Mar 22, 2005 @ 12:08PM


impuLseMar 23, 2005 7:39AM
because i use whilefix to manage this. If i woulnd't use it the script would hang while it loads the files and the while can't be broken (out of alt + pause :P)

impuLseMar 23, 2005 7:37AM
Next version is nearing completion (and i hope without bugs ;)).
For this reason i need 1 or 2 beta testers. If you're interested send me a PM.
Thank you

EnthusiastMar 21, 2005 11:53AM
Can the channel list be on the left instead? and nicklist on the right.

impuLseMar 22, 2005 11:19AM
Yeah it's a mIRC option click on an channel icon and click on Nicklist then set it to right and check the use as default button :)

renegadeMar 21, 2005 11:53AM
btw nice review, anti, did u even dl the script ?


"The script works very fine and fast. I couldn't find any bugs."

[AFX]Mar 21, 2005 12:07PM
No shit eh? I mean like I said below, the script has potential, but it shouldn't of been accepted because of the ammount of bugs. Even the review was kinda dissapointing.

I remember when I submitted merkFX here. Had to do it more than once because of the bugs, same with AFX.

renegadeMar 21, 2005 4:45PM
Some errors/bugs can be tricky to identify but the major ones in this script were visible easily and should've been caught by anti.

contr0lMar 20, 2005 6:28PM
few more suggestions.
1) maybe an rgb selector for the fmod display.
2) option to remove the name at the top right corner of chans, i like it,. but when chans arent maximized, it loox jumbled.
3) maybe some dcc options in the popup for query and nicklist
4) noticed alot of flickering when nicklist updates.

once again, nice script!

impuLseMar 21, 2005 8:15AM
Thanks for the suggestions but you can turn the Channel background on (/setup :P)
to 4) You mean switchbar, don't you ?

contr0lMar 21, 2005 11:43AM
yes, my bad, i ment flickering of the switchbar.

renegadeMar 21, 2005 11:35AM
downloaded update but when i still click mp3 butttons i get

* /drawtext: insufficient parameters (line 74, mp3.mrc)
-
* /drawtext: insufficient parameters (line 74, mp3.mrc)
-
* /drawtext: insufficient parameters (line 74, mp3.mrc)
-
* /drawtext: insufficient parameters (line 74, mp3.mrc)
-
* /drawtext: insufficient parameters (line 74, mp3.mrc)
-
* /drawtext: insufficient parameters (line 74, mp3.mrc)
-

theres a problem in reading directory with spaces.

BlackMar 20, 2005 3:37AM
please add highlight when something is talking on channel

suikodenMar 20, 2005 2:13AM
weak

Text edited by author on Jun 5, 2005 @ 8:57PM


TribeMar 20, 2005 2:08AM
im sorry but I don't like this script.

zzattackMar 19, 2005 5:30AM
I'm sorry, but.. DLL overuse??? It's scripted all well, but you'd be nowhere without these dlls..

impuLseMar 19, 2005 5:32AM
Yeah but you can't do an innovative (or not :P) mIRC script without using dlls... I didn't code them expect of the Quakestat one ;)

zzattackMar 19, 2005 5:42AM
Oh I just found 1 little buggy, don't know why, but a dcc send doesn't get listed in the switchbar :/

impuLseMar 19, 2005 5:51AM
will add this to the next version ;)

zzattackMar 19, 2005 5:53AM
Let me be annoying: the L whois and Q whois dont work from a query popup. The mp3 just displays an @ if there's no song, so maybe an error message or something alike? Or just prevent sending a message.

zzattackMar 19, 2005 5:56AM
The mp3 playlist buttons ad/rem/playlist get out of place after resizing.

zzattackMar 19, 2005 5:57AM
Maybe hitting the pause button, and rehititng it will resume the song :)
Ok im gonna quit this shitty posting

Text edited by author on Mar 19, 2005 @ 5:57AM


impuLseMar 19, 2005 7:33AM
The resize stuff is optimized for win2k theme ;)

zzattackMar 19, 2005 2:30PM
You said you were using winxp classic theme..

impuLseMar 19, 2005 4:04PM
same.. looks like 2000 ;)

impuLseMar 19, 2005 1:54PM
Thanks for your comments an updated version will come around tomorrow :P
It will fix all the bugs and add some things (like dcc sends to switchbar).

I'm very sorry for these bugs and hope you can forgive me / :

SSJ4_Son_GokuMar 19, 2005 2:09PM
You can only update once a week on this site. (;

impuLseMar 19, 2005 2:14PM
ffs :P

Marantz_Mar 19, 2005 12:08PM
1 small thing for me was the pause button, other than that, every loaded, fmod works, i don't get any problems at all, so it seems it's limited to a few users

impuLseMar 19, 2005 12:57PM
next version will work all around ;)

nezekMar 19, 2005 9:21AM
nice, very nice.
i found a lot of bugs, but maybe its just me;\

the switchbar is realy useless if there is no rightclick option.
player has no volume option.
when i press pause the song is restarted, and not paused.
pause button in the playlist isnt working at all.
mIRC help menu in the toolbar is like 25px off right.
about isnt working.
other themes are not found.
timestamp should have an option for format, HH:nn or hh:nn $+ a

maybe you can make the nicklist inside the the channel list in the switchbar, cuz its way too small when theres both.
i think you should change all those vers to an ini or hash.
i really love the halt timers button.

gj.

Text edited by author on Mar 19, 2005 @ 9:32AM


impuLseMar 19, 2005 9:42AM
Player has a volume bar ( in the statusbar :P )
mIRC help menu is right on my pc (windows xp with classic theme)
about works
timestamp is depending on the theme you're using
i made a right click menu but it isn't enabled for now :P
perhaps you should change the folder of kte to the scripts folder.

The nicklist is provided as it's and a docked nicklist sucks because menu nicklist wont work :/

nezekMar 19, 2005 11:06AM
/about works, but the toolbar button is not working.
i think that the thingy that moves with the music is too sensitve, its too fast.
see winamp preferences > options > visualization > refresh rate



whats kte?
what about the player
what about the themes?

Text edited by author on Mar 19, 2005 @ 11:12AM


impuLseMar 19, 2005 11:35AM
KTE is the theme engine i use :P there you can change the theme

Text edited by author on Mar 19, 2005 @ 11:46AM


impuLseMar 19, 2005 12:57PM
fixed.

contr0lMar 19, 2005 2:12AM
VERY nice looking script. With some useful functions. Love the layout and eye candy.
Noticed a couple things tho while playing with it...

1) First time I ran it, I remeber clicking the status window in the switchbar and the status window went away, and wouldn't reappear on another click, at all.
2) Also, I loaded my whole mp3 folder in the mp3player playlist. Of course I expected lag, but damn, it literally took like 10 minutes+ (I ended up closing mirc). It loads them into the list one by one. My opinion for add dir is cache it, hide the listbox, use findfile with an alias, in that alias use whilefix.dll and do your caching, then loadbuf and unhide the list. Yours disconnected me from the server, and froze mirc foreva. Might consider whilefix.dll for the process of caching and add a progressbar ;)
3) side note, how the hell do i get channel nicklists to the right side, I cant find the options, its been a while.
4) Rambar in the toolbar: the first char in the text gets cut short. ie: _48/1024MB, the _ char, I could only see half of it.
5) When i checked status window after connected and playing with it for a bit.. I see alot of each of these error msgs:
-
* /drawtext: insufficient parameters (line 76, mp3.mrc)
-
* Invalid format: $evalnext (line 2116, ownstuff.mrc)
-
6) When I click the mirc icon to open the Program List, I added Notepad to the program list, but the notepad icon doesnt apear in the toolbar next to the mirc icon.
edit: 6- After I restarted the script, the notepad icon showed up.

Im not bashing this script at all, Id loveto see these minor things fixed, and maybe some more features/functions/addons (or module manager), wuteva to spice it up a bit and id switch to it!

edit: 7) When the mp3 playlist is open and songs are playing , going to next and such, make it highlight the one current playing when switchign to next song. Or keep
a selection on wutever song is playing.

edit2: 8) The Save and Open functions in the playlist dont seem to work. is there a specific extention is needs to be saved as?

Text edited by author on Mar 19, 2005 @ 2:57AM


impuLseMar 19, 2005 5:13AM
Ok thanks for the feedback!!!
to
1) fixed it can't be go away anymore ;)
2) fixed and added a progressbar (now using whilefix.dll... that won't freeze your mirc the first time youre loading the playlist, the opening works with a buffer)
3) You can click on the icon of the channel (top left cornor) and click on Editobox there you can change it to the right and check "set as default" button (but i think left nicklist looks alot better with my switchbar
4) Fixed... (but i only have 512 mb ram so it worked for me.
5) I hope i could fix these errors because i never get em but i changed some of the code in these lines
6) Fixed.
7) It does this already but if you click on a button or something the focus won't on the list anymore and for this you can't see that the item is checked (although it is checked !)
8) Worked now (I had a problem if there was empty space in the path)

Thanks for the note ;)

fubarMar 19, 2005 6:30AM
If you're ever interested in reviewing scripts/addons for this site, I would add you to the admin section instantly.

nix2kMar 19, 2005 9:12AM
but I cant get readded... sigh

MegaZeroX6Mar 19, 2005 2:34AM
-
* /drawtext: insufficient parameters (line 76, mp3.mrc)
-
-
* /drawtext: insufficient parameters (line 76, mp3.mrc)
-
-
* /drawtext: insufficient parameters (line 76, mp3.mrc)
-
-
* /drawtext: insufficient parameters (line 76, mp3.mrc)
-

Aswell, I hope this can be fixed, great script.

impuLseMar 19, 2005 4:34AM
Wtf ? i use mIRC 6.16 and it works very well :|
perhaps %song isnt set

QcMar 19, 2005 7:37AM
Or another script unsets that variable. A name like %song is quite common i think.

impuLseMar 19, 2005 8:52AM
Fixed.



Create New Post

You must be logged in to post messages.