Jump to content

ktools


Levi

Recommended Posts

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

Link to comment
Share on other sites

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?

Edited by Levi
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...