DCX Statusbar

By VxD aka DEATHJ0KER on Apr 26, 2015

DCX.DLL Statusbar

;=============================================================================================;
;   VxÐ~$¢®iþ† | StatusX DCX Statusbar | caronte.ade@gmail.com ~ http://vxd.altervista.org                  ;
;=============================================================================================;
on *:START:{
  xstatusbar -A 1 notheme 
  xstatusbar -l 250 250 250 250 250 -1 
  xstatusbar -k $rgb(255,155,5)
  xstatusbar -f +abi ansi 9 thaoma
  xstatusbar -w + 0 $mircdirgfx\icons\x1.ico
  xstatusbar -w + 0 $mircdirgfx\icons\x2.ico
  xstatusbar -w + 0 $mircdirgfx\icons\x3.ico
  xstatusbar -w + 0 $mircdirgfx\icons\x4.ico
  xstatusbar -w + 0 $mircdirgfx\icons\x5.ico
  xstatusbar -t 1 +p 1 Nick: $me $chr(9) Tooltip 
  xstatusbar -t 2 +p 2 IP: $ip $chr(9) Tooltip
  xstatusbar -t 3 +p 3 Away: $iif($away,On ( $+ $duration($awaytime) $+ ),Off) $chr(9) Tooltip 
  xstatusbar -t 4 +p 4 Server: $iif($server == $null,Not Connect,$network) $chr(9) Tooltip
  xstatusbar -t 5 +p 5 Idle: $replace($duration($idle),sec,s,mins,m,hrs,h,wks,w),0) $chr(9) Tooltip
  xstatusbar -y
  /animx
}

alias animx {
  .timeranimu 1 3 animx1
}

alias animx1 {
  xstatusbar -l 250 250 250 250 250 -1 
  xstatusbar -k $rgb(255,155,5)
  xstatusbar -f +abi ansi 9 thaoma
  xstatusbar -w + 0 $mircdirgfx\icons\x1.ico
  xstatusbar -w + 0 $mircdirgfx\icons\x2.ico
  xstatusbar -w + 0 $mircdirgfx\icons\x3.ico
  xstatusbar -w + 0 $mircdirgfx\icons\x4.ico
  xstatusbar -w + 0 $mircdirgfx\icons\x5.ico
  xstatusbar -t 1 +p 1 Nick: $me $chr(9) Tooltip 
  xstatusbar -t 2 +p 2 IP: $ip $chr(9) Tooltip
  xstatusbar -t 3 +p 3 Away: $iif($away,On ( $+ $duration($awaytime) $+ ),Off) $chr(9) Tooltip 
  xstatusbar -t 4 +p 4 Server: $iif($server == $null,Not Connect,$network) $chr(9) Tooltip
  xstatusbar -t 5 +p 5 Idle: $replace($duration($idle),sec,s,mins,m,hrs,h,wks,w),0) $chr(9) Tooltip
  xstatusbar -y
  .timerdu 1 3 animx2
}

alias animx2 {
  xstatusbar -A 1 notheme 
  xstatusbar -l 250 250 250 250 250 -1 
  xstatusbar -k $rgb(255,155,5)
  xstatusbar -f +abi ansi 9 thaoma
  xstatusbar -w + 0 gfx\icons\x6.ico
  xstatusbar -w + 0 gfx\icons\x7.ico
  xstatusbar -w + 0 gfx\icons\x8.ico
  xstatusbar -w + 0 gfx\icons\x9.ico
  xstatusbar -w + 0 gfx\icons\x10.ico
  xstatusbar -t 1 +p 1 Nick: $me $chr(9) Tooltip
  xstatusbar -t 2 +p 2 Channel: $iif($server == $null,Not Connect,$chan(0)) $chr(9) Tooltip
  xstatusbar -t 3 +p 3 Query: $iif($server == $null,Not Connect,$query(0)) $chr(9) Tooltip
  xstatusbar -t 4 +p 4 Sends: $iif($server == $null,Not Connect,$send(0)) $chr(9) Tooltip
  xstatusbar -t 5 +p 5 Gets: $iif($server == $null,Not Connect,$get(0)) $chr(9) Tooltip
  xstatusbar -y
  .timertr 1 3 animx3
}

alias animx3 {
  xstatusbar -A 1 notheme 
  xstatusbar -l 250 250 250 250 250 -1 
  xstatusbar -k $rgb(255,155,5)
  xstatusbar -f +abi ansi 9 thaoma
  xstatusbar -w + 0 gfx\icons\x16.ico
  xstatusbar -w + 0 gfx\icons\x17.ico
  xstatusbar -w + 0 gfx\icons\x18.ico
  xstatusbar -w + 0 gfx\icons\x19.ico
  xstatusbar -w + 0 gfx\icons\x20.ico
  xstatusbar -t 1 +p 1 Nick: $me $chr(9) Tooltip
  xstatusbar -t 2 +p 2 Date: $date
  xstatusbar -t 3 +p 3 Day: $day
  xstatusbar -t 4 +p 4 Connect from: $uptime(mirc,1)
  xstatusbar -t 5 +p 5 Up Time: $uptime(system,1)
  xstatusbar -y
  .timertr 1 3 animx1
}

Write here..

Comments

Sign in to comment.
Protheus   -  Dec 06, 2016

XSTATUSBAR UNKNOWN COMMAND

VxD aka DEATHJ0KER  -  Dec 10, 2016

Perhaps lacking some icon or you are not using the right version of dcx.dll? ;D

MrJ  -  Mar 06, 2017

lacking the alias is whats outputting that error.

alias xstatusbar {
  !if ($isid) returnex $dcx( _xstatusbar, mIRC $prop $1- )
  dcx xstatusbar $1-
}
VxD aka DEATHJ0KER  -  Mar 07, 2017

Use this version of DCX.DLL. It also contains aliases to call it correctly.

http://vxd.altervista.org/files/dcx.rar

Sign in to comment

ovelayer   -  Apr 29, 2015

does it need the .ico files?

ovelayer  -  Apr 29, 2015

oh and how is v10 comming for the nicklist? im sooo totally waiting for that! lol

VxD aka DEATHJ0KER  -  Apr 29, 2015

Hi, you can use the icons as you want :) i meant keep mIRC GUI 10... the time runs slow lol³

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.