| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> hmz when u do a while loop is it possible to add a "else" after that? <0> like this: while (...) { ... } else { ....... } <1> //var %a = 10 | while %a { echo -a %a | dec %a } | echo -a done <1> that what you after ZwaR <0> not exactly no hehe <0> but this example u gave me <1> //var %a = 10 | while %a { if (%a == 5) { echo -a %a } | else { echo -a not 5 } | dec %a } | echo -a done <0> it will only run the while loop IF %a exists, and lets say it suddenly doesn't exist, then it should write finish or something <1> that is how it works in that format <0> oh okay <1> while is sorta like an if <0> no need to write else? <1> no <0> ah k <0> thx :) <1> while is a continues check if
<0> yep <2> bnsoir <2> bonsoir <3> English please :) <4> hey all <4> is anyone here <5> so what would be a script to run with mIRC? <3> TheFraz, for scripts/bots you can check out numerous script-related websites. Try these: www.mirc.net - www.mircscripts.com - www.hawkee.com - www.mircscripts.org - www.google.com (Search) :) <0> is there anyway i can check if a window exists ? <6> if ($window(name)) <0> ah <0> thx :) <7> hello <8> Hi <7> i have a question about dialogs - can i enter someinformation in dialog and another dialog to get that info <4> hey guys <4> need_help ? <4> explain <7> like : dialog1 is the "main" one,if a button is clicked a dialog2 popups,enters some info and after press OK on dialog2 the dialog1 "gets" that info <9> anyone know wtf messages like this would be about: [17:38] <fro> [1;33m__/\__[0m[0m [0;31mY[1;31mO[1;33mu[1;32m'[1;34mv[1;35mE[0;35m[0m <4> oh i see <7> dialog2 is "custom" made,so $input doesnt work much <4> well what i do is in the 2nd dialog store the info in a variable when the user clicks on ok <7> i guess a global variable,not local ? <4> what do u mean ? <4> i dont think theres such a thing as local vs global variables in mirc scripting <7> ok.will try that :) <4> oh nm <10> i keep gettting disconnected from various mirc servers. i have to reconnect about every hour. can i do something to make sure i dont get disconnected as much? <6> what is the quit message? <10> [10053] Software caused connection abort <6> nn52, see http://trout.snt.utwente.nl/ubbthreads/showflat.php?Cat=0&Number=38665&page=0&fpart=1&vc=1&nt=3 <10> thanks rick <10> ill check it out now <10> i disabled windows firewall, made sure im not using port 6667, and enabled automatically connecting after disconnect. thx again rick, bye. <11> hi all. was hoping someone could help me out with something mIRC related. Did I come to the right place? heh <6> C_Timmy: ask your question in the channel, if anyone can help they will <11> k <11> I'm trying to connect to an fServe. I type the trigger and get a response from the server, but no new window opens. I've tried connecting to different servers on different networks and get the same result. Any ideas? <6> guessing it' <6> s a firewall <11> think the one on my router could be screwing things up? <6> let me try a normal send <6> could be the router <11> alright. will mess with that for a bit. thank you :) <12> mule <13> I'm having problems with cids. <13> /.timertime -o 0 1 /scon $!activecid $chr(124) /titlebar stuff <13> Well, //. <13> //timer etc. <13> It won't work if I have missing connection ids. <13> If so, it will echo in my status every second no such connection on. <13> //say $network(0) <13> Er, no such connection I'd. <13> 399 <13> Er, //say $scon(0). <13> 22 <13> So I have 22 status windows. <13> It was working fine...but I accidentally had to /timers off. <13> So I resetted all timers and now I'm trying to get my titlebar timer back. <13> So I tried this in all 22 status windows.
<13> And then, had to test it by going to every status window. <13> And all the possible combinations and permutations led me to a ... No such connection I'd: 2, anyhwere from 2 to 28 something. <13> Which would echo in the original status window triggered. <13> Which over time, was all 22 status windows. <14> and whats the active window ? ... <13> It seems that by default it works for the first 3 server -m's (on start), and affects the 4th and so forth. <13> Active window? <13> Basically any window on another network. <13> Will have it echo no such connection I'd: D in the parent status window. <15> ! KEY FOR CALL OF DUTY 2 <13> N* <13> Okay. <13> /.timertime -o 0 1 /scon $!activecid $chr(124) /titlebar stuff <16> I don't understand your problem Neal`, what are you trying to accomplish? <13> This is to update my titlebar by every network. <13> Basically get rid of the error message. :/ <14> alt-f4 works great :p <13> ? <14> just kidding... <13> What does Alt F4 do? <13> K. <13> Well maybe you can try it yourself, dbug, ///.timertime -o 0 1 /scon $!activecid $chr(124) /titlebar stuff <16> try to run it with two leading slashes: //.timertime -o 0 1 /scon $!activecid $chr(124) /titlebar stuff <13> Yep. <13> That's what I been doin. <14> neal - are all the status windows connected to a server ? <16> and you're also mixing scon and cid <13> Not all of them. <13> Some of them are disconnected. <16> use /scid instead <13> Which I think messes the whole thing up. <13> Hm k. <14> no such connection <- there is ur problem <14> if its not connected to a server. <13> Yea but..hence the timer -o <13> So it can work off-line too. <13> :/ <16> just use /scid <16> it can't work the way you have it <13> Oh..it is /scid. <13> I copy/pasted the one with /scon. <16> uh, fine. finding your error is pretty hard if you're giving false infos :P <16> gl <14> :) <13> Anyways this is my full /timer on start event. <13> /.timertime -o 0 1 /scid $!activecid $chr(124) /titlebar $!asctime(hh:nn:ss tt) $!countnicks users $!line($active,0) lines $!ibl($active,0) bans <13> Shows me the active channel lines and number of bans. <13> And the total number of users by network. <13> So when I click on window of other server. <13> Everything updates. <13> Wait a minute. <13> Woops wrong timer. <13> That was old one. <13> New one. <13> /.timertime -o 0 1 /scid $!activecid $chr(124) /titlebar $!asctime(hh:nn:ss tt) $!iif($active != Status Window,$countnicks users,$null) $!line($active,0) lines $!iif($active != Status Window,$ibl($active,0) bans,$null) <17> is it possible to set a couple of variables in one go? <13> So I don't see 0 bans in status window and such :d <13> Idem yea. <17> how? <13> Var %x, %why, %z. <14> use arrays. <17> but can you give them values also <13> =... <17> ok, so <13> So var %x = this, %why = that. <17> var %x=1 %y=2 <13> Comma. <17> oh, <13> Or use |. <17> comma, yes, right <17> :p <14> var %x=1, %y=2 <17> ok so var %x = 1, %y = 2 <17> that would work
Return to
#mirc or Go to some related
logs:
#solaris #hardware #windows #freebsd #beginner cockfuck #worldcup #microsoft #cisco #ubuntu
|
|