Notify List

By xdesoto on Sep 25, 2011

Pretty much a notify list.
You do need a DCX.dll to use this.

Image

For Ryan that wanted a link http://www.tg007.net/forum/index.php?showtopic=5362

alias Nlistx {
  dialog -ma Nlx Nlx
}
dialog Nlx {
  title "Notify List"
  size -1 -1 320 200
}
on *:dialog:Nlx:*:*: {
  if ($devent == init) {
    dcx Mark $dname Nlx_cb
    xdialog -b $dname +ty
    xdialog -c $dname 3 button 179 173 75 20 tabstop
    xdid -t $dname 3 Add
    xdialog -c $dname 4 button 238 80 75 20 tabstop
    xdid -t $dname 4 Remove
    xdialog -c $dname 1 list 2 3 230 170 tabstop vsbar
    xdialog -c $dname 2 edit 2 173 170 20 autohs autovs tabstop
    Grr
  }
}
alias Nlx_cb {
  If ($2 == Sclick) {
    If ($3 == 3) {
      .notify $xdid($1,2).text
      .Load.Nbar
      Grr
    }
    If ($3 == 4) {
      .notify -r $xdid($1,2).text
      Load.Nbar
      Grr
    }
  }
}
Alias Grr {
  xdid -r Nlx 1
  Var %x 1
  While (%x <= $Notify(0)) {
    xdid -a Nlx 1 0 $notify(%x)
    Inc %x
  }
}

Comments

Sign in to comment.
xdesoto   -  Sep 25, 2011

Oh like the new image Jethro. :)

 Respond  
xdesoto   -  Sep 25, 2011

Yeah, my bad. I can usually spell. I promise.

 Respond  
Frenetic   -  Sep 25, 2011

Different*
Nice, though.

 Respond  
xdesoto   -  Sep 25, 2011

Ignore the unintentional spam.

 Respond  
xdesoto   -  Sep 25, 2011

Image

 Respond  
xdesoto   -  Sep 25, 2011

No it won't. H/o I'll show you with a screenshot let me take them.

 Respond  
blackvenomm666   -  Sep 25, 2011

yes but lets say you add me in right. if you go to js and im there it'll show. if you log off js and go to rc and im there it'll show me as online correct?

 Respond  
xdesoto   -  Sep 25, 2011

Well on my notify bar it's server specific. i.e. I go to JS and Rawrr is there it'll popup.
If I go to RC and she's not there, it won't show her online.

 Respond  
blackvenomm666   -  Sep 25, 2011

i've been meaning to make one of these for a while haha. but couple ideas. 1. make it easier for them to make the nick server specific. since you can do that with the /notify command. 2 make it so that it auto updates when you go from one server to another. so that if your server specific nicks are on it it will show up when you change windows to that server. just a couple ideas for ya:D

 Respond  
xdesoto   -  Sep 25, 2011

Done :)

 Respond  
blackvenomm666   -  Sep 25, 2011

you should post a link to the dcx dll since it needs to be used:)

 Respond  
xdesoto   -  Sep 25, 2011

Thank you, it's what I use on my script.

 Respond  
Jethro   -  Sep 25, 2011

Looks good man. Simple and clean.

 Respond  
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.