Jump to content

Levi

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Levi

  1. oops.gif thanks for that, i was just being really stupid, the directory wasnt right cause my ktools.dll was inside a folder named ktools lol_sign.gif

     

    got another problem though, this happens when i load the script....

     

     

    user posted image

     

    the status bar takes up the whole screen! has anyone know where ive gone wrong?

  2. am new to scripting, just want to make a personal script for chatsusa, i have this code:

     

    alias status {
     dll $ktool CreateSb
     dll $ktool SbSetPadding 0
     dll $ktool SbSetParts 190 450 630 840 -1
     dll $ktool SbSetText 0 > noborder > test
     dll $ktool SbSetText 1 > noborder > 1
     dll $ktool SbSetText 2 > noborder > 2
     dll $ktool SbSetText 3 > noborder > 3
     dll $ktool SbSetText 4 > noborder > 4
     dll $ktool SbSetBgColor $rgb(222,219,214)
    }
    alias status_connect {
     /dll dlls\ktools.dll SbSetText 0 > flat > $server
     /dll dlls\ktools.dll SbSetIcon 0 > resource\icons\50.ico
     /dll dlls\ktools.dll SbSetText 1 > asdf > Server: $server
    }
    

     

    but get -

    * /dll: unable to open 'C:\Documents and Settings\Dale Fox\My Documents\Levi\mIRC\dlls\ktools.dll' (line 2, status.mrc)

    -

     

    does anyone know what it is?

    thanks

  3. Most simple dialog kick counter going smile.gif

     

    Menu channel,status,menubar {
     Kick counter:/dialog -m k.count k.count
    }
    dialog k.count {
     title "k_counter"
     size -1 -1 57 8
     option dbu
     text "Kicks:", 4, 10 1 14 8
     text [ %kicks ], 5, 27 1 25 8
     button "Button", 3, 0 24 37 12, hide ok cancel
    }
    on *:kick:#:if ( $nick == $me ) /inc %kicks }
    

  4. just wondering if there is any downloads to have emoticons in mIRC in irc chat, looked on techgear and mircscripts, cant find anything :S

     

    Ive seen screenshots with msn smileys, but i havnt seen any for irc, can anyone help?

    thanks

×
×
  • Create New...