gfxgfx
 
Please login or register.

Login with username, password and session length
 
gfx gfx
gfx
76774 Posts in 13500 Topics by 1651 Members - Latest Member: insider4ever April 18, 2024, 11:11:31 am
*
gfx*gfx
gfx
WinMX World :: Forum  |  Metis Scripts and Help  |  Games  |  Defuse The Bomb
gfx
gfxgfx
 

Author Topic: Defuse The Bomb  (Read 2868 times)

0 Members and 1 Guest are viewing this topic.

Offline Max™

  • MX Hosts
  • *****
  • If Im Not Back later... Wait Longer
    • Maxtech
Defuse The Bomb
« on: December 02, 2006, 02:53:56 am »
Here's my version of bomb, you cut a wire and u get six random selections of "cut another wire", "defused", or "wrong wire" (resulting in a kick on wrong wire) all coloured up for FXS room

Code: [Select]
<config>
<command>
<in>!bomb</in>
<out>ohh dear %NAME% #c12#you now has 30 sec's to defuse a bomb cut the wire by typing #c10#!cut blue #c14#!cut green #c15#!cut yellow #c16#!cut orange #c12#or #c17#!cut red </out>
</command>
<command flood="10" type="script">
<in>!cut blue</in>
<out> You have chosen to cut the #c10#Blue #c12#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">%NAME% #c12#is cutting the #c10#Blue #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%NAME% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %NAME% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %NAME%  #c21#cut the #c13#Green #c21#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %NAME%  #c12#cut the #c15#Yellow #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %NAME%  #c12#cut the #c16#Orange #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %NAME%  #c12#cut the #c17#Red #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%NAME% #c12#that was the #c8#Wrong Wire </out>
<out delay="2000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %NAME% </out>
</command>
<command flood="10" type="script">
<in>!cut green</in>
<out> #c21#You have chosen to cut the #c13#Green #c21#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">#c12#%NAME% #c21#is cutting the #c13#Green #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%NAME% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %NAME% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %NAME%  #c12#cut the #c10#Blue #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %NAME%  #c12#cut the #c15#Yellow #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %NAME%  #c12#cut the #c16#Orange #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %NAME%  #c12#cut the #c17#Red #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%NAME% #c12#that was the #c8#Wrong Wire </out>
<out delay="3000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %NAME% </out>
</command>
<command flood="10" type="script">
<in>!cut yellow</in>
<out> You have chosen to cut the #c15#Yellow #c12#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">#c12#%NAME% is cutting the #c15#Yellow #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%NAME% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %NAME% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %NAME%  #c12#cut the #c10#Blue #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %NAME%  #c21#cut the #c13#Green #c21#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %NAME%  #c12#cut the #c16#Orange #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %NAME%  #c12#cut the #c17#Red #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%NAME% #c12#that was the #c8#Wrong Wire </out>
<out delay="3000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %NAME% </out>
</command>
<command flood="10" type="script">
<in>!cut orange</in>
<out> You have chosen to cut the #c16#Orange #c12#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">#c12#%NAME% is cutting the #c16#Orange #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%NAME% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %NAME% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %NAME%  #c12#cut the #c10#Blue #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %NAME%  #c21#cut the #c13#Green #c21#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %NAME%  #c12#cut the #c15#Yellow #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %NAME%  #c12#cut the #c17#Red #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%NAME% #c12#that was the #c8#Wrong Wire </out>
<out delay="3000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %NAME% </out>
</command>
<command flood="10" type="script">
<in>!cut red</in>
<out> You have chosen to cut the #c17#Red #c12#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">#c12#%NAME% is cutting the #c17#Red #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%NAME% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %NAME% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %NAME%  #c12#cut the #c10#Blue #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %NAME%  #c21#cut the #c13#Green #c21#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %NAME%  #c12#cut the #c15#Yellow #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%NAME% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %NAME%  #c12#cut the #c16#Orange #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%NAME% #c12#that was the #c8#Wrong Wire </out>
<out delay="3000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %NAME% </out>
</command>
</config>



Try Connecting, the attacks may let you  https://patch.winmxconex.com/

Offline guardian

  • Forum Member
Re: Defuse The Bomb
« Reply #1 on: January 14, 2008, 06:40:56 pm »
ok great script i have edited this one where u bomb someone else but it not working properly any help ideas????

Code: [Select]
<command>
<in>!bomb %PARAMETER%</in>
<out>ohh dear... %PARAMETER% ...%NAME%#c12#Has Hidden A BOMB Under Your Chair You Now Have 30 Sec's To Defuse The Bomb Cut The Wire By Typing #c10#!cut blue #c14#!cut green #c15#!cut yellow #c16#!cut orange #c12#or #c17#!cut red </out>
</command>

<command flood="10" type="script">
<in>!cut blue</in>
<out>You have chosen to cut the #c10#Blue #c12#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">%PARAMETER% #c12#is cutting the #c10#Blue #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%PARAMETER% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %PARAMETER% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %PARAMETER%  #c21#cut the #c13#Green #c21#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %PARAMETER%  #c12#cut the #c15#Yellow #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %PARAMETER%  #c12#cut the #c16#Orange #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %PARAMETER%  #c12#cut the #c17#Red #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%PARAMETER% #c12#that was the #c8#Wrong Wire </out>
<out delay="2000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %PARAMETER% </out>
</command>

<command flood="10" type="script">
<in>!cut green</in>
<out>#c21#You have chosen to cut the #c13#Green #c21#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">#c12#%PARAMETER% #c21#is cutting the #c13#Green #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%PARAMETER% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %PARAMETER% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %PARAMETER%  #c12#cut the #c10#Blue #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %PARAMETER%  #c12#cut the #c15#Yellow #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %PARAMETER%  #c12#cut the #c16#Orange #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %PARAMETER%  #c12#cut the #c17#Red #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%PARAMETER% #c12#that was the #c8#Wrong Wire </out>
<out delay="3000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %PARAMETER% </out>
</command>

<command flood="10" type="script">
<in>!cut yellow</in>
<out>#c21#You have chosen to cut the #c15#Yellow #c12#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">#c12#%PARAMETER% is cutting the #c15#Yellow #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%PARAMETER% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %PARAMETER% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %PARAMETER%  #c12#cut the #c10#Blue #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %PARAMETER%  #c21#cut the #c13#Green #c21#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %PARAMETER%  #c12#cut the #c16#Orange #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %PARAMETER%  #c12#cut the #c17#Red #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%PARAMETER% #c12#that was the #c8#Wrong Wire </out>
<out delay="3000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %PARAMETER% </out>
</command>

<command flood="10" type="script">
<in>!cut orange</in>
<out>#c21#You have chosen to cut the #c16#Orange #c12#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">#c12#%PARAMETER% is cutting the #c16#Orange #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%PARAMETER% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %PARAMETER% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %PARAMETER%  #c12#cut the #c10#Blue #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %PARAMETER%  #c21#cut the #c13#Green #c21#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %PARAMETER%  #c12#cut the #c15#Yellow #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %PARAMETER%  #c12#cut the #c17#Red #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%PARAMETER% #c12#that was the #c8#Wrong Wire </out>
<out delay="3000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %PARAMETER% </out>
</command>

<command flood="10" type="script">
<in>!cut red</in>
<out>#c21#You have chosen to cut the #c17#Red #c12#Wire </out>
<out type="push" extdata="4"><operator type="+" lvalue="%RANDOMNUM[6]%" rvalue="1"/></out>
<out delay="2000">#c12#%PARAMETER% is cutting the #c17#Red #c12#Wire! </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="1"> Well Done #c2#%PARAMETER% #c12#you defused the bomb and saved us all </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="1">#c2# %PARAMETER% #c12#is a Hero Woohoo </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="2"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="2">hurry#c2# %PARAMETER%  #c12#cut the #c10#Blue #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="3"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="3">hurry#c2# %PARAMETER%  #c21#cut the #c13#Green #c21#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="4"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="4">hurry#c2# %PARAMETER%  #c12#cut the #c15#Yellow #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="5"> Bad News #c2#%PARAMETER% #c12#the bomb is #c16#Still Ticking </out>
<out delay="1000" condition="==" lvalue="%USERVAR[4]%" rvalue="5">hurry#c2# %PARAMETER%  #c12#cut the #c16#Orange #c12#wire quickly </out>
<out condition="==" lvalue="%USERVAR[4]%" rvalue="6"> #c8#Very Bad News #c2#%PARAMETER% #c12#that was the #c8#Wrong Wire </out>
<out delay="3000" condition="==" lvalue="%USERVAR[4]%" rvalue="6">/kick %PARAMETER% </out>
</command>


Offline F£¥è®

  • Forum Member
Re: Defuse The Bomb
« Reply #2 on: January 23, 2008, 12:29:41 am »
This has been in my plugins folder for a while I dont know who wrote it but I post its here if it helps.
Code: [Select]
<config>
<command type="script">
<in>Bomb! %PARAM%</in>
<out type="push" extdata="Tnick">%PARAM%</out>
<out type="push" extdata="Target">%RAWNAME[%PARAM%]%</out>
<out type="push" extdata="KillWire">%RANDOMNUM[6]%</out>
<out type="push" extdata="WireColour" condition="==" lvalue=$KillWire$ rvalue=0>white</out>
<out type="push" extdata="WireColour" condition="==" lvalue=$KillWire$ rvalue=1>red</out>
<out type="push" extdata="WireColour" condition="==" lvalue=$KillWire$ rvalue=2>green</out>
<out type="push" extdata="WireColour" condition="==" lvalue=$KillWire$ rvalue=3>blue</out>
<out type="push" extdata="WireColour" condition="==" lvalue=$KillWire$ rvalue=4>yellow</out>
<out type="push" extdata="WireColour" condition="==" lvalue=$KillWire$ rvalue=5>purple</out>
<out>/notice WARNING!</out>
<out>/notice WARNING!</out>
<out>/notice WARNING!</out>
<out>/notice AUTOMATED BOMB DETECTOR HAS DETERMINED THERE IS A BOMB UNDER %PARAM%'S CHAIR!!! </out>
<out>/notice There are 6 coloured wires... #c1#white #c8#red #c4#green #c7#blue #c2#yellow #c3#purple</out>
<out>/notice $Target$ ... You must cut the correct wire to disarm the bomb!</out>
<out>/notice Type in " !cut wirecolour " to cut your choice...you have only 60 seconds to decide before it BLOWS UP!</out><><>
<out type="push" extdata="Timer">1</out>
</command>

<command type="script">
<in>!cut %PARAM%</in>
<out type="push" extdata="CutWire">%PARAM%</out>
<out type="push" extdata="Identity">%RAWNAME%</out>
<out type="goto" extdata="17" condition="!=" lvalue=$Identity$ rvalue=$Target$></out>
<out type="goto" extdata="5" condition="!=" lvalue=$CutWire$ rvalue=$WireColour$></out>
<out>/notice $Tnick$ has successfully disarmed the bomb!!! Bomb Squad will now safely dispose of the explosives! Thank You!</out>
<out type="push" extdata="Timer">off</out>
<out type="pop" extdata="Target"></out>
<out type="break"></out>
<out>/notice BBBBBB     OOOOO    OOOOO   MM    MM  !!</out>
<out>/notice BB   BB   OO   OO  OO   OO  M M  M M  !!</out>
<out>/notice BBBBBB    OO   OO  OO   OO  M  MM  M  !!</out>
<out>/notice BB   BB   OO   OO  OO   OO  M      M</out>
<out>/notice BBBBBB     OOOOO    OOOOO   M      M  !!</out>
<out>/kick $Target$</out>
<out>/notice $Tnick$ has failed to disarmed the bomb!!! Bomb Squad will now scrape $Tnick$ off the walls! Thank You!</out>
<out>/notice The Bomb Squad says the correct wire to cut was $WireColour$...</out>
<out type="push" extdata="Timer">0</out>
<out type="pop" extdata="Target"></out>
<out type="break"></out>
<out>/notice $Identity$ SHUT UP! $Tnick$ is under enough pressure as it is!</out>
</command>

<OnTimer type="script" interval="60">
// every min is when v1Min=1
<out type="push" extdata="v1Min"><operator type="+" lvalue=$v1Min$ rvalue=1/></out>
<out type="push" extdata="v1Min" condition=">" lvalue=$v1Min$ rvalue=2>0</out>
// every 2 mins is when v2Min=2
<out type="push" extdata="v2Min"><operator type="+" lvalue=$v2Min$ rvalue=1/></out>
<out type="push" extdata="v2Min" condition=">" lvalue=$v2Min$ rvalue=4>1</out>
// every 5 mins is when v5Min=5
<out type="push" extdata="v5Min"><operator type="+" lvalue=$v5Min$ rvalue=1/></out>
<out type="push" extdata="v5Min" condition=">" lvalue=$v5Min$ rvalue=10>1</out>
// every 10 mins is when v10Min=10
<out type="push" extdata="v10Min"><operator type="+" lvalue=$v10Min$ rvalue=1/></out>
<out type="push" extdata="v10Min" condition=">" lvalue=$v10Min$ rvalue=20>1</out>
// every 15 mins is when v15Min=15
<out type="push" extdata="v15Min"><operator type="+" lvalue=$v15Min$ rvalue=1/></out>
<out type="push" extdata="v15Min" condition=">" lvalue=$v15Min$ rvalue=30>1</out>
// every 30 mins is when v30Min=30
<out type="push" extdata="v30Min"><operator type="+" lvalue=$v30Min$ rvalue=1/></out>
<out type="push" extdata="v30Min" condition=">" lvalue=$v30Min$ rvalue=60>1</out>
// every 45 mins is when v45Min=45
<out type="push" extdata="v45Min"><operator type="+" lvalue=$v45Min$ rvalue=1/></out>
<out type="push" extdata="v45Min" condition=">" lvalue=$v45Min$ rvalue=90>1</out>
// every hour is when v60min=60
<out type="push" extdata="v60Min"><operator type="+" lvalue=$v60Min$ rvalue=1/></out>
<out type="push" extdata="v60Min" condition=">" lvalue=$v60Min$ rvalue=120>1</out>
// 1 minute execute
<out type="goto" extdata="10" condition="!=" lvalue=$v1Min$ rvalue=2></out>
<out condition="==" lvalue=$Timer$ rvalue=1>/notice $Tnick$ has failed to disarmed the bomb in time!!!</out>
<out condition="==" lvalue=$Timer$ rvalue=1>/notice BBBBBB     OOOOO    OOOOO   MM    MM  !!</out>
<out condition="==" lvalue=$Timer$ rvalue=1>/notice BB   BB   OO   OO  OO   OO  M M  M M  !!</out>
<out condition="==" lvalue=$Timer$ rvalue=1>/notice BBBBBB    OO   OO  OO   OO  M  MM  M  !!</out>
<out condition="==" lvalue=$Timer$ rvalue=1>/notice BB   BB   OO   OO  OO   OO  M      M</out>
<out condition="==" lvalue=$Timer$ rvalue=1>/notice BBBBBB     OOOOO    OOOOO   M      M  !!</out>
<out condition="==" lvalue=$Timer$ rvalue=1>/kick $Target$</out>
<out type="push" extdata="Timer" condition="==" lvalue=$Timer$ rvalue=1>0</out>
<out type="pop" extdata="Target" condition="==" lvalue=$Timer$ rvalue=1></out>
// 2 minute execute
<out type="goto" extdata="5" condition="!=" lvalue=$v2Min$ rvalue=4></out>
// 5 minute execute
<out type="goto" extdata="1" condition="!=" lvalue=$v5Min$ rvalue=10></out>
// 10 minute execute
<out type="goto" extdata="1" condition="!=" lvalue=$v10Min$ rvalue=20></out>
// 15 minute execute
<out type="goto" extdata="1" condition="!=" lvalue=$v15Min$% rvalue=30></out>
// 30 minute execute
<out type="goto" extdata="1" condition="!=" lvalue=$v30Min$ rvalue=60></out>
// 45 minute execute
<out type="goto" extdata="1" condition="!=" lvalue=$v45Min$ rvalue=90></out>
// hourly execute
<out type="goto" extdata="1" condition="!=" lvalue=$v60Min$ rvalue=120></out>
//30 second execute
<out type="goto" extdata="2" condition="!=" lvalue=$v1Min$ rvalue=1></out>
<out condition="==" lvalue=$Timer$ rvalue=1>/notice 30 seconds left to cut the wire....</out>
<out type="break"></out>
</OnTimer>

</config>
OS Microsoft® Windows Vista™ Home Premium, Processor Intel(R) Core(TM)2 Quad CPU  Q8200  @ 2.33GHz, 2331 Mhz, 4 Core(s), 4 Logical Processor(s), Installed Physical Memory (RAM) 6.00 GB

WinMX World :: Forum  |  Metis Scripts and Help  |  Games  |  Defuse The Bomb
 

gfxgfx
gfx
©2005-2024 WinMXWorld.com. All Rights Reserved.
SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies
Page created in 0.021 seconds with 22 queries.
Helios Multi © Bloc
gfx
Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS!