mIRC Home    About    Download    Register    News    Help

Print Thread
#150480 04/06/06 03:53 AM
Joined: Jun 2005
Posts: 37
A
Armymen Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Jun 2005
Posts: 37
Hello, i whant to know if somebody can made that. I whant to put my own nickname a specific color, and the possibility de change like all op nick color, voice color, ect. i also whant to know if is possible to to remove the groupe thing. I know with nicklust.dll you dont have that, but with the NickLust3.dll if you can remove it.
I got that script right there and use NickLust3.dll :
Code:
ON *:JOIN:#:{ 
  if ($nick == $me) {
    nicklust Mark $window($chan).hwnd nLUST_CallBack rowselect tooltips balloontips hideempty hottrack dlgframe clientedge 
    dll nicklust3.dll AddIcon $chan > $shortfn(op.ico) 
    dll nicklust3.dll AddIcon $chan > $shortfn(voice.ico) 
    dll nicklust3.dll AddIcon $chan > $shortfn(icons\MacOSX.ico) 
    dll nicklust3.dll AddIcon $chan > $shortfn(icons\hop.ico) 
    dll nicklust3.dll AddIcon $chan > $shortfn(icons\usr.ico) 
    dll nicklust3.dll AddIcon $chan > $shortfn(icons\spr.ico) 
    dll nicklust3.dll AddIcon $chan > $shortfn(icons\ownr.ico) 
    dll nicklust3.dll AddGroup $chan 10 + 2 > Voice + 
    dll nicklust3.dll AddGroup $chan 11 @ 1 > Operator @ 
    dll nicklust3.dll AddGroup $chan 12 % 4 > Halfop % 
    dll nicklust3.dll AddGroup $chan 13 - 5 > User ops 
    dll nicklust3.dll AddGroup $chan 14 & 6 > Super ops 
    dll nicklust3.dll AddGroup $chan 15 . 7 > Eigenaar 
    dll nicklust3.dll SetGroupText $chan 1 > Chatters 
    dll nicklust3.dll SetGroupView $chan 1 normal 
    dll nicklust3.dll SetGroupView $chan 10 normal 
    dll nicklust3.dll SetGroupView $chan 11 normal 
    dll nicklust3.dll SetGroupView $chan 12 normal
    dll nicklust3.dll SetGroupView $chan 13 normal 
    dll nicklust3.dll SetGroupView $chan 14 normal 
    dll nicklust3.dll SetGroupView $chan 15 normal 
    dll nicklust3.dll SetGroupIcon $chan 1 3 
    dll nicklust3.dll SetGroupPos $chan 15 start 
    dll nicklust3.dll SetGroupPos $chan 11 end 
    dll nicklust3.dll SetGroupPos $chan 12 end 
    dll nicklust3.dll SetGroupPos $chan 10 end 
    dll nicklust3.dll SetGroupPos $chan 14 end 
    dll nicklust3.dll SetGroupPos $chan 13 end 
    dll nicklust3.dll SetGroupPos $chan 1 end 
    dll nicklust3.dll SetColor $chan bkg $color(1) 
    dll nicklust3.dll SetColor $chan text $color(0) 
    dll nicklust3.dll SetColor $chan tipbkg $rgb(219,219,219)
    dll nicklust3.dll SetColor $chan tiptext $color(1) 
    dll nicklust3.dll SetColor $chan hottext $color(8) 
    dll nicklust3.dll SetColor $chan divider $color(0) $color(1) 
    dll nicklust3.dll SetHeaderFontStyle $chan italic 
    dll nicklust3.dll SetHeaderColor $chan 15 $color(4) 
    dll nicklust3.dll SetHeaderColor $chan 11 $color(9) 
    dll nicklust3.dll SetHeaderColor $chan 12 $color(4) 
    dll nicklust3.dll SetHeaderColor $chan 10 $rgb(0,0,255) 
    dll nicklust3.dll SetHeaderColor $chan 14 $color(4) 
    dll nicklust3.dll SetHeaderColor $chan 1 $color(4) 
  } 
  haltdef
}
alias nicklust { dll $+(",nicklust3.dll,") $1- }
alias nlust_callback {
  if ($1 = tooltip) { 
    var %extra 
    if ($3 == $me) %extra = (Eigen naam) 
    nicklust SetTipTitle $2 1 > Information sur $3 %extra 
    return Status: $nlist_pnick($remove($nick($2,$3).pnick,$3)) $+ $crlf $+ Idle: $duration($nick($2,$nick($2,$3)).idle) $+ $crlf $+ Notify list: $iif($notify($3),Oui,Non) $+ $crlf $+ Adresse: $iif($address($3,4),$ifmatch,) $+ $crlf $+ Canal: $_comchans($3,32)) 
  }
}
alias nlist_pnick { 
  if ($1 = @) { return Operateur de canal } 
  elseif ($1 = .) { return Kamer Eigenaar } 
  elseif ($1 = &) { return Beschermde Chatter } 
  elseif ($1 = +) { return Voice } 
  elseif ($1 = %) { return Half Op } 
  elseif ($1 = -) { return Operator } 
  elseif ($1 = $null) { return Utilisateur Normal }
}
alias _isnotifylist { 
  if ($notify($1)) return $2 
  return $3
}
alias _comchans {
  var %tokk = $iif($2,$ifmatch,$chr(32)), %iii = 1, %chh
  while (%iii <= $comchan($1,0)) { 
    %chh = $addtok(%chh,$comchan($1,%iii),%tokk) | inc %iii 
  } 
  return $sorttok(%chh,%tokk) 
}
if ($1 == nickadded) {
  if ($3 == $me) return 2 $rgb(255,0,255) > $me $crlf $+ This is your nick
  if ($3 == setile) return none $rgb(0,255,0) > $3 $+ $crlf $+ Genscripts Getter
  if ($3 == bamaboy) return none $rgb(255,0,0) > $3 $crlf $+ Channel Cofounder $+ $crlf $+ Programmer
  if ($3 == |3|acK_Kn|G||T) return 3 $rgb(255,0,0) > $3 $crlf $+ Beta Tester $+ $crlf $+ Genscripts Staff
  if ($3 == atrac) return none $rgb(0,0,255) > $3 (webmaster)
}  

#150481 10/06/06 03:40 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
last i heard this is not possible sorry


Link Copied to Clipboard