Jump to content

Neo-Ravencroft

Members
  • Posts

    8
  • Joined

  • Last visited

Neo-Ravencroft's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. lol i tried that, and it managed to kill mIRC and the dll im running to get info from Winamp killed winamp, which killed mysound card... which killed Media Player, which then crashed Explorer.exe, and unreal, and WhatPulse... shall i go on? lmao but thanks maria Edit: well im not going to claim i know how, but i just tired it again... and it worked lmao o well as long as it works thanks all i think this one is solved
  2. well using a few if's and a bit of work... and about 20 extra lines of code i dont need, but have to use cause i have no clue what im doing i have it working.... but i have one small problem that i cant seem to get: How can i make the nicklist refresh when i switch channels? like im in #linux, and i switch to #Windows make it so the windows nicklist refreshes? i need this because, i have a variable set when the nicklist refreshes that grabs my posistion in the nicklist, and -1's or does nothing depending on where i am and the next nick is, but if my nick is in diffrent posistions in diffrent rooms, it throws it off a bit. and i have no idea what code to use lol Thanks Neo P.S. thanks Gate for the alias but it just confused me more :s i have alot of learning to do before i can do the complicated stuff lol
  3. thanks gate, only one problem with that idea... i have no idea how to do it lol i just went threw GD 4.2 and couldnt find it between the 100's of aliases and in the nicklist code loli have the var set as that was easy, but i cant get it to check if they are after me, and if so to add +1 to it lol.... thanks Neo
  4. thanks ozzy but as i said same problem, the nick below where mine would be is set as mine when i right click and and hit info it comes up as my nick, the nicks above mine work fine, but with my nick missing all the nicks are shifted up one
  5. hi all, im haveing a problem with a nicklist im recodeing for a friend. the problem im haveing is this; im trying to remove my nick from the nicklist i got this done thanks to code from ozzy in the MSN section... but my problem is, that any nick below mine when i click it selects the nick above it... i had this fixed by adding a if ($nick($1,%l) == $me) did -a nick. [ $+ [ $1 ] ] 1 0 $chr(160) which does fix the problem, but it adds a space where my name would be lol alias -l refresh { if (!$dialog(nick. [ $+ [ $1 ] ])) return did -r nick. [ $+ [ $1 ] ] 1 var %l 1 while (%l <= $nick($1,0)) { did -a nick. [ $+ [ $1 ] ] 1 0 + $nickicon($nick($1,%l),$1) $nick($1,%l) if ($nick($1,%l) == $me) did -ra nick. [ $+ [ $1 ] ] 8 0 + $nickicon($nick($1,%l),$1) $nick($1,%l) did -ra nick. [ $+ [ $1 ] ] 4 $nick($1,0) People Talking inc %l } } lol any help would be great! lol
  6. well the offer still stands lol, u need it just let me know... got a set of auspice serveces back up so im good again lol Neo
  7. Hey Scribby, I'll let you use my server ass soon as i get a set of services back up, i have a web chat, unless urs is better anyway no services yet... and its a small privit server so no one else there lmao DragonComputers.no-ip.com port 6667 Make a room make a home lol.... if its a lil slow forgive my DSL Neo
  8. Raw 401 is no nick, meaning they arn't on. raw 319 shows what chans they are on. raw 311 as u said tells us that we got a reply, meaning they are online. so it would be: on Admin:TEXT:*`find*:#: { var %whonick $2 | /whois $2 } RAW 311:*: { /msg $chan %whonick is online! } RAW 319:*: { /msg $chan %whonick is currently active in $3- } RAW 401:*: { /msg $chan %whonick is offline } Change to suit ur needs Edit: made it use var, instead of set, keeps it from adding a global var, i hate those lol
×
×
  • Create New...