Search found 26 matches
- 12.03.2009 03:21
- Forum: MSL
- Topic: Notepad++ code coloring
- Replies: 2
- Views: 38361
Re: Notepad++ code coloring
[size=50][code] <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> </KeyWord> <KeyWord name="notice" /> <KeyWord name="Notice:" /> <KeyWord na...
- 12.03.2009 03:16
- Forum: MSL
- Topic: Notepad++ code coloring
- Replies: 2
- Views: 38361
Re: Notepad++ code coloring
[size=50][code] <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"> <Overload retVal=""> <Param name="N/nick,[N]" /> </Overload> </KeyWord> <KeyW...
- 14.02.2009 11:56
- Forum: Old hotfixes
- Topic: [5.25] clanwar search display bug
- Replies: 0
- Views: 23633
[5.25] clanwar search display bug
[b][color=red]Bug:[/color][/b] cw search displays variable names instead of their value [b][color=red]Solution:[/color][/b] Open the mIRC script editor (Alt+R) and the tab [i]Aliases[/i], scroll to line ~ 164 and replace [code]; --------------------- ; clanwar search ; --------------------- cwsearch...
- 07.02.2009 17:34
- Forum: Deutsche How-Tos und FAQ
- Topic: Verbindet immer zu Quakenet, möchte anderen Server FEST
- Replies: 0
- Views: 20112
Re: Verbindet immer zu Quakenet, möchte anderen Server FEST eins
- 01.02.2009 20:36
- Forum: MSL
- Topic: Notepad++ code coloring
- Replies: 2
- Views: 38361
Notepad++ code coloring
For those of you, who uses Notepad++ for msl (add into %Appdata%\Notepad++\UserDefineLang.xml): [size=50][code] </UserLang> <UserLang name="mIRC Script" ext="mrc grc"> <Settings> <Global caseIgnored="yes" /> <TreatAsSymbol comment="yes" commentLine="yes" /> <Prefix words1="no" words2="yes" words3="n...
- 31.03.2008 16:26
- Forum: MSL
- Topic: Scripte funzen nicht
- Replies: 5
- Views: 51413
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...
- 17.03.2008 09:57
- Forum: Feature requests + Feedback
- Topic: mode +c und farbige quitmessage
- Replies: 9
- Views: 62116
Re: mode +c und farbige quitmessage
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
- 03.03.2008 13:18
- Forum: Help requests
- Topic: help once again (english), sounds
- Replies: 2
- Views: 26646
Re: help once again (english), sounds
try also if you can use sounds that play on your machine (*.wav would fit best)
- 28.02.2008 11:54
- Forum: Feature requests + Feedback
- Topic: Slap Script + SlapBack improvements
- Replies: 6
- Views: 55058
Re: Slap Script + SlapBack improvements
just use if statements in the on action code like: [code]on *:action:*:*:{ if (word1 isin $1-) { ... } elseif (word2 isin $1-) { ... } } [/code] here an (untested) example code how to: [list][*]check if someone uses your current nick in an action [*]loop every word and watch if it is in a textfile n...
- 18.02.2008 16:58
- Forum: Feature requests + Feedback
- Topic: mode +c und farbige quitmessage
- Replies: 9
- Views: 62116
Re: mode +c und farbige quitmessage
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).
- 16.02.2008 18:19
- Forum: Feature requests + Feedback
- Topic: mode +c und farbige quitmessage
- Replies: 9
- Views: 62116
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...
- 27.10.2007 18:52
- Forum: Help Archive
- Topic: Anti Idle abstellen
- Replies: 0
- Views: 22458
- 08.09.2007 20:33
- Forum: Help requests
- Topic: Auto Join Problem (ENGLISH)
- Replies: 4
- Views: 44189
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 ...
- 06.09.2007 10:50
- Forum: Help requests
- Topic: Auto Join Problem (ENGLISH)
- Replies: 4
- Views: 44189
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...
- 30.06.2007 12:26
- Forum: Help requests
- Topic: Funstuff und Operator-Sachen gehn net..
- Replies: 2
- Views: 16401