Jump to content

crash

Members
  • Posts

    24
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    -0-1-

crash's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. or .... on *:DIALOG:DIALOGNAME:*:*: { if ($devent = init) { did -a $dname DROPMENUID Turn Off Computer } } Just a different way to code it......
  2. crash

    help

    Just add a # Name ........... if ($nick << nick to op ISIN chan for op >>$chan)
  3. crash

    MDX

    mircscripts.org or elite-scriptaz.net try those.
  4. on stoned:TEXT:!addme1:#: { if ($nick != $me) { ./auser ScrimList $replace($nick,$chr(32),-) } } alias do.ScrimNicks { var %ul = $ulist(*,ScrimList,0), %i = 0 while (%i < %ul) { inc %i notice 7,14 %i $+ . $ulist(*,ScrimList,%i) } } alias scrimlist { echo -a 12,0 Nicks 4 Scrim: $do.ScrimNicks } on stoned:TEXT:!scrimlist:#: { notice $chan ScrimList is currently: $do.ScrimNicks } on stoned:TEXT:!signup1:#: { write -a scrimlist.txt $nick | notice $nick Thanks for signing up to the scrim list. To view list of players please type !scrimlist. } Use that if you want both of those .......
  5. crash

    Screen shots

    Click here. Comments? Crash .
  6. Anyone got code to return the URL of the currently displayed page in an @window? it needs to be returned to a edit box if possible. Thanx
  7. crash

    IRCD addons

    /m.ids { var %x = 0 if ($1- = $null) { echo -a ERROR_ Please Specify +e [echo] or +w [write] halt } set %stopat $$?="Stop at id number?" while (%x < %stopat) { inc %x if ($1- = +e) { write -anl1 IdList.txt %x $+ , .timer0 1 5 window -ke @Ids | .timer02 1 6 filter -fpw IdList.txt @Ids .timer03 1 15 .remove $shortfn($scriptdirIdList.txt) } if ($1- = +w) { write -anl1 IdList.txt %x $+ , } } return unset %stopat } Usage: /m.ids +e ^ echo results Usage: /m.ids +w ^ writes to a text file called IdList.txt Makes a list of ids like so 1,2,3,4,5,6 .....
  8. on *:JOIN:#: { write -a log.txt $nick | //privmsg $nick Hey there is $nick(#,0) ppl in the room. Your are $calc($nick(#,0) + 0) . Please have your question ready for the host. If you need basic FAQ help whisper !menu to me. } That should do it. Did you use my helpdesk code?
  9. on *:join:#: { if ($nick != $me) { ./auser NickHelpList $replace($nick,$chr(32),-) } } on *:part:#: { if ($nick != $me) { ./ruser NickHelpList $replace($nick,$chr(32),-) } } alias do.HelpNicks { var %ul = $ulist(*,NickHelpList,0), %i = 0 while (%i < %ul) { inc %i echo -a 7,14 %i $+ . $ulist(*,NickHelpList,%i) } } alias 2help { echo -a 12,0 Nicks To Help: $do.HelpNicks } that should work. On join it adds them to the list. On part it removes them. if they join again, they will be at the end of the list just as if they joined for the first time. To use it - paste it in your remotes and then in the chatroom type /2help and it will list the nicks in order they entered the room. NOTE: You can change the 2help command to anything you want , I would advise you not to mess with anything else, except for the text colors. Colors = 7,14 Orange Text Grey Background 12,0 Blue Text White Background BTW notice is /privmsg or /notice Crash -----
  10. well i tried......... im fairly new at scripting for irc.... you know that cleric. i know that would work though if i changed a few things.....
  11. on *:join:#: { if ($nick != $me) { var %numeral = 0 inc %numeral if (%numeral > 25) { set %numeral 0 } ./auser NickHelpList 12,1 %numeral $nick } } alias do.HelpNicks { var %ul = $ulist(*,NickHelpList,0), %i = 0 while (%i < %ul) { inc %i echo -a 7,14 $ulist(*,NickHelpList,%i) } } alias 2help { echo -a 12,0 Nicks To Help: $do.HelpNicks } [code=auto:0] Use /2help to list the names. it isnt finished yet, I thought I'd let you do the on *:part and what not........ Hope it helps. -Crash
  12. Anyone to help me align a theme? Just need the alignment code......... can do the rest. Thanx
  13. crash

    Screen shots

    Well to start off, the colors are like that because the theme of this whole script is The Matrix. I don't know that much mdx so I cannot produce a listview with icons. I have three time displays because I'm lazy and never decided which one I wanted. My icons are 15 X 15 btw. I have my "bottom bar" with status display because I'm still working on creating buttons for each window. (haven't figured out how to do that yet) If you would like you can help me out with the mdx and window buttons. Thank you for your comments, no negativity taken! -Crash
  14. crash

    Screen shots

    GO HERE and then click on If You Came From Techgear 007 Click Here It's still in the works....plus it's only one of my dialogs
  15. crash

    Screen shots

    Click HERE LINK IS FIXED !!! Screeny of my script so far! ....... if anyone knows how to change the background color of icons let me know!! i used mdx for the background in the dialogs Comments/Suggestions Welcome! -Crash EDIT: LINK IS FIXED!!!!!!!
×
×
  • Create New...