Search found 26 matches

by blk_panther
12.03.2009 03:21
Forum: MSL
Topic: Notepad++ code coloring
Replies: 2
Views: 11140

Re: Notepad++ code coloring

<KeyWord name="NoSound:" /> <KeyWord name="not" func="yes"> <Overload retVal=""> <Param name="A" /> </Overload> </KeyWord> <KeyWord name="notags" func="yes"> <Overload retVal=""> <Param name="" /> </Overload> ...
by blk_panther
12.03.2009 03:16
Forum: MSL
Topic: Notepad++ code coloring
Replies: 2
Views: 11140

Re: Notepad++ code coloring

<KeyWord name="fread" func="yes"> <Overload retVal=""> <Param name="" /> </Overload> </KeyWord> <KeyWord name="fseek" /> <KeyWord name="fsend" /> <KeyWord name="fserve" /> <KeyWord name="fserve" func="yes"> <O...
by blk_panther
14.02.2009 11:56
Forum: Old hotfixes
Topic: [5.25] clanwar search display bug
Replies: 0
Views: 5960

[5.25] clanwar search display bug

Bug: cw search displays variable names instead of their value Solution: Open the mIRC script editor (Alt+R) and the tab Aliases , scroll to line ~ 164 and replace ; --------------------- ; clanwar search ; --------------------- cwsearch { j #xonx,#clanwar,#funwar set %cws_xonx $input($init_lang(Cla...
by blk_panther
07.02.2009 17:34
Forum: Deutsche How-Tos und FAQ
Topic: Verbindet immer zu Quakenet, möchte anderen Server FEST
Replies: 0
Views: 5883

Re: Verbindet immer zu Quakenet, möchte anderen Server FEST eins

Rechtsklick im jeweiligen Status Fenster und "immer zu diesem Netzwerk verbinden" aus- bzw einschalten.
by blk_panther
01.02.2009 20:36
Forum: MSL
Topic: Notepad++ code coloring
Replies: 2
Views: 11140

Notepad++ code coloring

For those of you, who uses Notepad++ for msl (add into %Appdata%\Notepad++\UserDefineLang.xml): </UserLang> <UserLang name="mIRC Script" ext="mrc grc"> <Settings> <Global caseIgnored="yes" /> <TreatAsSymbol comment="yes" commentLine="yes" /> <Prefix ...
by blk_panther
31.03.2008 16:26
Forum: MSL
Topic: Scripte funzen nicht
Replies: 5
Views: 9980

Re: Scripte funzen nicht

ok, als aller erstes: deine formatierung ist sehr unleserlich, auch solltest du ;######## benutzen, sonst kommt beim klammerfehler ####### unknown command. die klammersetzung in dem beispiel ganz oben (1. post, on join) stimmt nicht. die events werden nicht getriggert weil mirc nur jeweils das erste...
by blk_panther
17.03.2008 09:57
Forum: Feature requests + Feedback
Topic: mode +c und farbige quitmessage
Replies: 9
Views: 13379

Re: mode +c und farbige quitmessage

der check ist nicht benötigt, aber wozu (wenn man grade quittet) noch nen echo in jedem chanfenster

ansonsten noch auf kte_echo achten und alles sollte klappen
wieweit kte da schon im event involviert ist weiß ich nicht auswendig, wäre also ebenfalls zu prüfen
by blk_panther
03.03.2008 13:18
Forum: Help requests
Topic: help once again (english), sounds
Replies: 2
Views: 7199

Re: help once again (english), sounds

try to play the sounds manualy, if you can't play them you need some codecs.

try also if you can use sounds that play on your machine (*.wav would fit best)
by blk_panther
28.02.2008 11:54
Forum: Feature requests + Feedback
Topic: Slap Script + SlapBack improvements
Replies: 6
Views: 17247

Re: Slap Script + SlapBack improvements

just use if statements in the on action code like: on *:action:*:*:{ if (word1 isin $1-) { ... } elseif (word2 isin $1-) { ... } } here an (untested) example code how to: check if someone uses your current nick in an action loop every word and watch if it is in a textfile named your.txt (in $mircdir...
by blk_panther
18.02.2008 16:58
Forum: Feature requests + Feedback
Topic: mode +c und farbige quitmessage
Replies: 9
Views: 13379

Re: mode +c und farbige quitmessage

es geht darum, dass die quitmsg trozt +c in chans farbig gezeigt wird.

wir müssten also in on quit kucken ob $nick == $me -> else $comchan whilen und echo -> bei +c im chan $strip im echo.

wie das mit der theme funzt weis ich nicht, die girc themeengine ist zu komplex für mich (und doof).
by blk_panther
16.02.2008 18:19
Forum: Feature requests + Feedback
Topic: mode +c und farbige quitmessage
Replies: 9
Views: 13379

mode +c und farbige quitmessage

sollten wir bei mode +c und farbiger quitmsg diese ohne farbe/fett/unterstrichen anzeigen? ich sehe das nicht als feature sondern mehr als bug, das hat meist sinn wenn in einem chan +c ist. andererseits sieht der user dann nicht das was andere sehen (was kein nachteil sein muss, da jeder client farb...
by blk_panther
27.10.2007 18:52
Forum: Help Archive
Topic: Anti Idle abstellen
Replies: 0
Views: 6108

Das mag an der Lagbar liegen, sag bescheid wenns nach abschalten der Lagbar noch immer nicht korrekt angezeigt wird.
by blk_panther
08.09.2007 20:33
Forum: Help requests
Topic: Auto Join Problem (ENGLISH)
Replies: 4
Views: 9330

that doesn't helped much, does the message change if you use another (the default) theme (grey-world)? what if you use (in perform, of course) join #chan1,#chan2,#chan3,...? and if you use: .timer 1 1 join #chan1,#chan2,#chan3,#chan4,#chan5 .timer 1 5 join #chan6,#chan7,#chan8,#chan9,#chan10 .timer ...
by blk_panther
06.09.2007 10:50
Forum: Help requests
Topic: Auto Join Problem (ENGLISH)
Replies: 4
Views: 9330

what network does this happen on? (I really don't know why it's nick change too fast, what does the nick have to do with joining channels, I would have expected a target change too fast) and can you post what timers you used? like .timer 1 1 join #channel1 | .timer 1 5 join #channel2 -> with more de...
by blk_panther
30.06.2007 12:26
Forum: Help requests
Topic: Funstuff und Operator-Sachen gehn net..
Replies: 2
Views: 6661

wenn du alt + a drückst, steht da text in dem fenster?