Author Topic: Destructo RocketLuncher  (Read 3162 times)

There has been allot of pixel art spam lately around Blockland so i was thinking of a tool that would destroy bricks in a radius of the point of effect. This is probably best Super admin only and could be accessed with a slash command of /DestructoRocketL. Anyway this will speed up the process of cleaning a server of spam and will be very useful in a condition of clearing someone's spam but not using the clear bricks function because he/she has a good build on the server. Not to mention it will make the job of general clearing of everyday spam more fun.

I'd make this but i'm not gonna be on comp for 2 weeks.

i guess ill make it
give me a bit

nvm... appearantly theres no normal hammer script thats acsessable

Need it to destroy every kind of brick too. I really hate those 64x64 plate towers. DX

Badspot

  • Administrator
I agree something like this is needed. 

Most of the time you can just clear that users bricks from the admin menu, though. 

if you wopuld like could you atleast post the hammer script? and ill edit it to work?

Put this in the on collision.
Code: [Select]
if(%col.getClassName() $= "fxDTSbrick"){
%col.killBrick();
}

I think that'll work.
« Last Edit: August 10, 2007, 07:28:30 PM by MrPickel »

Put this in the on collision.
Code: [Select]
if(%col.getClassName() = "fxDTSbrick"){
%col.killBrick();
}

I think that'll work.
that doesnt even make sence

It checks if the thing it collided with is a brick, if it is it destroys it.

but the class name doesnt make sence


oops it should be $= not =.

fxDTSbrick
yeah..... i cant explain it

Don't ask me why it's named that it just is.