Jump to content

TG007

Admin
  • Posts

    319
  • Joined

  • Last visited

Everything posted by TG007

  1. USING ICONS IN POPUP.DLL By Absorbx - >> Popups.dll Tutorial - by Absorbx - >> This tutorial explains how to get icons into your popups - >> This is my first ever tutorial so please don't flame me ;x - >> Components Required: Popups.dll A little bit of mIRC knowledge Common sense. - >> Code Required: - Goes in Remote alias Absorbx.tutorial { "Your popups.dll directory" - EG: System\dlls\popups.dll New Absorbx.tutorial 16 16 "Your popups.dll directory" - EG: System\dlls\popups.dll SetStyle Absorbx.tutorial bordericon "Your popups.dll directory" - EG: System\dlls\popups.dll LoadImg Absorbx.tutorial icon small "First Icon Directory directory" "Your popups.dll directory" - EG: System\dlls\popups.dll AddItem Absorbx.tutorial end + 1 << Everytime you paste this code, make the number one higher each time. "Popups Text" eg: Part Channel $cr "Text Command", must be an alias else it will act out the command when you open the popups eg: partchannel pop1 Absorbx.tutorial $mouse.dx $mouse.dy << $mouse.dx $mouse.dy are built in mIRC, so don't touch them! } - Goes in Remote alias pop1 tokenize 32 $dll("POPUPS DIRECTORY",Popup,$1-) | if ($isid) return $1- | $iif($4- != did not select a menu item,$4-) - Goes in Remote menu channel { Absorbx.tutorial } - >> Well that's it, I hope you understand it.. - >> Popups.dll can be located at mircscripts.org - >> It may come with a tutorial that may be easier to understand than this one. - >> Give it a try. ; // The same can be done with the Nicklist, just change the code. It's self explanory ; // Note: Give me credit if you release a script and you've used this code! ; // This code is also used in Desolate 4.0 Absorbx
  2. TG007

    Quick Help

    huh run that by me again
  3. Guests please register and login in order to gain full access to our forum and downloads system. Once signed up you can access our full forum and download system. Signing up is safe and secure. Please check your email once you sign up for the validation link back. Hope to see you on the forum.
  4. must have been a different err0r .. wasn't meh
  5. While we do offer and accept scripts for irc networks we do not specialize in them. I would suggest you try www.mircscripts.org for your normal irc scripting needs. They have been having trouble with their site as of late but I think they will have what you are looking for.
  6. the silver is just my windows xp theme. as for docking a dialog Some people use ktools for docking.. I prefer ReBaR.dll First you need to make a dialog you want to dock and load it into remotes. next to dock it you will need the dll.. You can download that HERE next you need to put this coding into your remotes somewhere this is your alias alias RebaR { return $shortfn(dlls\RebaR.dll) } as you can see my rebar.dll is in a subfolder called dlls .. change this to fit yours now you need the actual docking command. alias control { //dialog -m control control //dll $RebaR Dock $dialog(control).hwnd > left } now you see the name of the dialog i docked was called control. and it is being docked to the > left.. you can change that to top, bottom, or right depending on your needs. no you can do a on start command to auto dock it like so on *:start: { control } hope this helps.. if you have more questions please feel free to ask
  7. not really sure if this is what you mean. this is on the left instead of the right but let me know if this is what you mean.
  8. well you can use ircd options to close the room without even entering it.. but it isn't hard to code a close that will do what you want.. My ircd admin script went into my recycle bin when tcn closed.. maria might still have a copy dunno.
×
×
  • Create New...