This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

!bomb script

Old posts that have not been replied to for several years.
Locked
P
Phreak

!bomb script

Post by Phreak »

Hi yall,

I managed to get my eggdrop up and running and its running smooth for the last couple of months. I even been able to update it to the latest version o// go me.

Anyway, i have a little request.
In mIRC i used to have a cool little gamescript. This was pretty easy, what ya did was if you got @ in a channel you could type:

!bomb Player

Then my script would say something like:

Player, you have given a bomb and you got 30 seconds to defuse, type !red, !blue, !pink or !black to cut one of the wires.

The script obvieusly would have one of the 4 choiches as the good one, if they picked the wrong one its:

Kick: Player been kicked by Phreak (BOOOOM! wrong wire)

Is this doable for one of you guys, or do you need the mIRC script, or should i go away and try it myself? :P (I did, but its way to hard for me with all the random stuff)

Thanks for the help :)
User avatar
Stealthx
Halfop
Posts: 68
Joined: Fri Oct 01, 2004 3:37 am
Location: StealthBox

Post by Stealthx »

Are you searching for this TCL?

TimeBomb TCL
+ Stealth Box +
P
Phreak

Post by Phreak »

Thats exactly the one i needed.

Thanks a billion dude! :)
P
Phreak

Post by Phreak »

One little question though.

Im testing that script now, and it works great. there's only one little thing i hoped that could be fixed.
Sometimes if ya timebomb someone, it only has one wire. Wich means it pretty simple to guess.

I tried to fix it myself, but i cant :< i f00ked up the code. Anyone that knows how to fix that? Or where i maybe can contact the maker of the bomb script.

Also, is there a way to like, make it more "exciting" that for example it says "Hurry, the timer is at [10] seconds"

Thanks :)
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

If the script is small, and you would paste it here, describing what actually do you want it todo and not want it todo, then we might be able to assist you.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

In the script change

Code: Select all

    set numberOfWires [expr 1 + int(rand() * ( $gMaxWireCount - 0 ))]
to

Code: Select all

    set numberOfWires [expr 2 + int(rand() * ( $gMaxWireCount - 0 ))]
This will make more wires :p
Locked