Skip to content
MSN

NickLust Help Please

A TG007 community discussion started by Jagie.

Discussion 9 posts
Page 1 of 1
Open
Topic #5528 · 9 published posts · 845 views

ok i downloaded nicklust .dll and i got confused can some one please type in here the things i should do to install nicklust cause i really dont get it on the help file i wud be so grate ful

 

 

Its what I do.

search function on the forum works well

try here http://www.tg007.net/forum/index.php?showt...889

Edited Dec 24, 2005 8:21 PM by Ozzy10

My code does NOT have bugs. It just develops random features.

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.ico
%Dll AddIcon $2 > host.ico
%Dll AddIcon $2 > user.ico
%Dll AddIcon $2 > spec.ico

%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
}
}

alias dfind { return $shortfn($mircdirnicklust3.dll) }

 

i used this code

 

can someone edited it for me to make it work to show the butterfly. like the admins

 

and tell me where to get the icons from please. thanks a million

Edited Dec 24, 2005 9:04 PM by jagie_259

Its what I do.

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 > msn.ico
%Dll AddIcon $2 > owner.ico
%Dll AddIcon $2 > host.ico
%Dll AddIcon $2 > user.ico
%Dll AddIcon $2 > spec.ico

%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]=-
%Dll AddGroup $2 14 . 5 > -=[Sysops]=-

if ($1 == nickAdding) {
if (%Nick isowner %channel) return 10
if (%Nick isowner %channel) && (Sysop_* iswm %Nick) || (Guide* iswm %Nick) || (Admin_* iswm %Nick) return 14
if (%Nick isop %channel) return 11
if (%Nick isvoice %channel) return 12
if (%Nick isreg %channel) return 12
}
}

alias dfind { return $shortfn($mircdirnicklust3.dll) }

 

As to where you can find the icons right now I have no idea, lol. I'll try to check around, though. :)

in old i see in oak scripts i saw a nicklist same like in msn shows.. but in mirc... i guess they edit mirc or don't know if we use nicklist.. some time its create problem for us... like when flooder comes its invisble and some time not shows nick in chatrooms. why u r not edit mirc or make any command who shows us real nicks in mirc nick menu ?

sorrry about all that i have got it working

 

i really need to find the icons fro the hammers and stuff and userlist

 

 

error anychance you can put them for d/l

Edited Dec 25, 2005 2:05 PM by jagie_259

Its what I do.

look its christmas day

i will upload them later

My code does NOT have bugs. It just develops random features.

kk thanks ozzy

 

tell me where u uploaded them aka post another reply

Its what I do.

ok just a quick pointer i still need the icons but can someone tell me how they

 

make there script look like there in webchat

 

i have seen it in tg007 pics is it a dll if so please explain or give me a link to the topic which can help me install it

 

 

ok i am still have troubles with the nicklist just that it wont show normal users.

 

just to let ya know i am on another chat server if it effects everything else seems to work the admin the host the owner and the spec just not normal users??

 

can anybody help with this situation and finding the icons???

thanks

 

 

Edited Dec 25, 2005 7:08 PM by jagie_259

Its what I do.