Is there anyone that knows the link and what not for this dll
*Insert interesting signature here*
Is there anyone that knows the link and what not for this dll
*Insert interesting signature here*
Ok I managed to track it down for you and add it to our downloads.
Here is a screenshot of what i put together from the help file.

you can download it by clicking HERE
enjoy !!
what is it all about?
From what i heard it was similiar to nicklist.dll but was named nickLUST.dll because nicklist.dll was already widely released. Thanks err0r I actually had a friend send me it via messy but It's good to see it on the site now. Perhaps more people will use and let us peek at teh screenshots
*Insert interesting signature here*
probz lol
Hiya error.. i managed to get the nicklist to work, but i was wondering if u can help me with the hammer icons, n such.. how do i add those? can u put up a example of the coding please? thanks so much
very basic
/dll nickLUST3.dll AddIcon $chan > a.ico
/dll nickLUST3.dll AddIcon $chan > b.ico
sets the icon
/dll nickLUST3.dll SetGroupIcon $chan 2 1
sets the icon for that group
example shows set icon for group 2
showing icon 1 which is a.ico 2 would be b.ico
with the nicklust Im having alot of trouble with it, Im confused to h**l do i have to like set alias's or something? I mean i read teh entire help file and I actually think i am now dumber for having read it...
*Insert interesting signature here*
can give me sum idea how id start it off ?
I Pwn You All
Error this is how the coding i have for it to hav eit but i cannot get the hammer icons n shut to load properlly can u help me with the correct coding. thanks a million
--------------------------------------------------------------------------
on 1:join:#:{
if ($nick == $me) dll $Dfind(DLL,nicklust3.dll) Mark $window(#).hwnd NL_Callback nodefgroup
}
Alias NL_Callback {
var %Dll = Dll $Dfind(DLL,nicklust3.dll), %Channel = $(%,0) $+ $(#,0) $+ $2, %Nick $remove($3,.,@,+)
%Dll AddGroup $2 10 . 0 > -=[Owners]=-
%Dll AddGroup $2 11 @ 0 > -=[Hosts]=-
%Dll AddGroup $2 12 + 0 > -=[users]=-
%Dll AddGroup $2 12 - 0 > -=[users]=-
%Dll AddGroup $2 13 m 0 > -=[specs]=-
if ($1 == nickAdding) {
if (%Nick isowner %channel) return 10
if (%Nick isop %channel) return 11
if (%Nick isvoice %channel) return 12
if (%Nick isreg %channel) return 12
}
}
Alias Dfind { return $shortfn($findfile($1,$2,1)) }
where in the coding do i put that? ![]()
on 1:join:#:{
if ($nick == $me) dll $Dfind(DLL,nicklust3.dll) Mark $window(#).hwnd NL_Callback nodefgroup
}
Alias NL_Callback {
var %Dll = Dll $Dfind(DLL,nicklust3.dll), %Channel = $(%,0) $+ $(#,0) $+ $2, %Nick $remove($3,.,@,+)
%Dll AddIcon $2 > <owner icon path here>
%Dll AddIcon $2 > <host icon path here>
%Dll AddIcon $2 > <user icon path here>
%Dll AddIcon $2 > <spec icon path here>
%Dll AddGroup $2 10 . 1 > -=[Owners]=-
%Dll AddGroup $2 11 @ 2 > -=[Hosts]=-
%Dll AddGroup $2 12 + 3 > -=[Users]=-
%Dll AddGroup $2 12 - 3 > -=[Users]=-
%Dll AddGroup $2 13 m 4 > -=[Specs]=-
if ($1 == nickAdding) {
if (%Nick isowner %channel) return 10
if (%Nick isop %channel) return 11
if (%Nick isvoice %channel) return 12
if (%Nick isreg %channel) return 12
}
}
tested n works fine
on me:*:join:#:hop #
Got it working but now how do you decode the nicks?
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
i never tried. i dont think i will either, coz its the mirc default. not a listbox in a dialog, so i just leave as it is so it wont conflict when i perform nicklist popup commands.
on me:*:join:#:hop #
Maybe it will work with nuclear then nicklist is already decoded.
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
so for this part...
<spec icon path here>
i can just put
Icon/gold.bmp
would that be the right way? or do they all gotta be icon files.. cuz for somereason ur coding doesn't work for me
the code works fine. i guess u did not set the correct path for icons
on me:*:join:#:hop #
one last question.. do the icon files have to be .ico or can they be anythin i want?
they have to be icons that are at least 48x48, otherwise they come out really small
People are like slinkies; they're generally boring until you push them down stairs
Sign in to reply or start a new topic where your account has permission.