Jump to content

Add scripts.


Guest /XC\SwIF

Recommended Posts

Okey I'am trying it.

Me English is not good.

So okey my problem...

I have a own MTA VC 0.4.1 server.

It's working on Windows XP.

I have installed MTAMA and thats working.

But how i can add other scripts.

If i Load a script with MTAMA then MTAMA says succesfully loaded.

But the add-ons(scripts) er not working they are not loaded.

Because nothing happend if i play and test the scripts.

Could someone make a tutorial (in Dutch please) how to add scripts.

Or someone knows how to solve my problem.

Greetings,

/XC\SwIF (XC leader)

Link to comment

a) is mtama connected succesfully?

b) did you load the scripts correctly?

c) which scripts are you're using?

d) what error/debug messages is mirc giving?

Please provide some more information, so we can help you out.

Link to comment

a) Yes

b) Yes

c) votekick, countdown (are not working) The script that works: CAPS kick

d) None. There aren't errors. But if I enter: !countdown then nothing happens.

Link to comment

i think i know your prob

look at this

alias mta.text
 if (!count* iswm $3) { 
   mta.say $1 Countdown! 
   .timerc1 1 1 mta.say $1 5 
   .timerc2 1 2 mta.say $1 4 
   .timerc3 1 3 mta.say $1 3 
   .timerc4 1 4 mta.say $1 2 
   .timerc5 1 5 mta.say $1 1 
   .timerc6 1 6 mta.say $1 GO GO GO! 
 } 
alias mta.taxt alias mta.text { 
 if (($calc($len($3-) - $len($removecs($3-,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) >= $calc($len($3-) * 0.5)) && ($len($3-) >= 5)) { 
   mta.say $1 $mta.name($1,$2) Reason: Caps 
   mta.kick $1 $2 
 } 
} 

i know your prob

you try this

alias mta.text
if (!count* iswm $3) { 
   mta.say $1 Countdown! 
   .timerc1 1 1 mta.say $1 5 
   .timerc2 1 2 mta.say $1 4 
   .timerc3 1 3 mta.say $1 3 
   .timerc4 1 4 mta.say $1 2 
   .timerc5 1 5 mta.say $1 1 
   .timerc6 1 6 mta.say $1 GO GO GO! 
if (($calc($len($3-) - $len($removecs($3-,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) >= $calc($len($3-) * 0.5)) && ($len($3-) >= 5)) { 
   mta.say $1 $mta.name($1,$2) Reason: Caps 
   mta.kick $1 $2 

prob solved

Link to comment
i think i know your prob

look at this

alias mta.text
 if (!count* iswm $3) { 
   mta.say $1 Countdown! 
   .timerc1 1 1 mta.say $1 5 
   .timerc2 1 2 mta.say $1 4 
   .timerc3 1 3 mta.say $1 3 
   .timerc4 1 4 mta.say $1 2 
   .timerc5 1 5 mta.say $1 1 
   .timerc6 1 6 mta.say $1 GO GO GO! 
 } 
alias mta.taxt alias mta.text { 
 if (($calc($len($3-) - $len($removecs($3-,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) >= $calc($len($3-) * 0.5)) && ($len($3-) >= 5)) { 
   mta.say $1 $mta.name($1,$2) Reason: Caps 
   mta.kick $1 $2 
 } 
} 

i know your prob

you try this

alias mta.text
if (!count* iswm $3) { 
   mta.say $1 Countdown! 
   .timerc1 1 1 mta.say $1 5 
   .timerc2 1 2 mta.say $1 4 
   .timerc3 1 3 mta.say $1 3 
   .timerc4 1 4 mta.say $1 2 
   .timerc5 1 5 mta.say $1 1 
   .timerc6 1 6 mta.say $1 GO GO GO! 
if (($calc($len($3-) - $len($removecs($3-,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) >= $calc($len($3-) * 0.5)) && ($len($3-) >= 5)) { 
   mta.say $1 $mta.name($1,$2) Reason: Caps 
   mta.kick $1 $2 

prob solved

Very... BUGGED

Link to comment

In mIRC Status Window Type /load -rs scriptname.mrc Or .ini

EX. /load -rs script1.mrc | /load -rs script1.ini

script1 beeing name of your script and .ini/.mrc beeing the extention.. of course.. a mirc file is .mrc a Configuration File Or W/e Is .ini ... Wlle Hopfull You Already Knew That :-/

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...