Skip to content
General IRCd

ktools

A TG007 community discussion started by Levi.

Discussion 7 posts
Page 1 of 1
Open
Topic #3134 · 7 published posts · 1,936 views

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

Have you checked to make sure the ktools.dll is in that directory? From the error message it seems to pick up the directory fine. However, it isn't locating ktools.dll.

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

 

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 Mar 18, 2005 11:49 AM by Levi

are you using mirc 6.16 cos ktools wont work properly with that version i have found, i got that same problem when i tryed ktools, try another docking dll like rebar or ultradock

"the important thing was, that i had an onion on my belt, which was the style at the time"

yeah i am, ill try using rebar then, do i use the same coding but rebar instead of ktools, obviously ill change the directory and stuff....thanks

you'd have to use a differnt code

 

http://www.tg007.net/help/rebar.htm

 

that has all the stuff you need to know

"the important thing was, that i had an onion on my belt, which was the style at the time"

thanks alot