Author Topic: Brick Killing  (Read 1364 times)

Would it be possible to make an item that kills bricks that are on a server. The admin wand would be an example. I know you could you the trust system, but that would apply for all bricks and would cause problems.

This will never happen. killBrick event used to be default, but Badspot removed it. It's in the changelog here: http://www.blockland.us/Change-Log.html#12to13 Badspot would never allow a remake of this event.

Besides all that, this would go in Suggestions & Requests.

It isn't a request. And an event is not what I'm talking about.

Oh. Well this is actually an even worse idea. There's so many ways to make it go wrong. It'd be simpler to use adminship.

|->"I know that you could you the trust system  but that would apply for all bricks and would cause
|    problems"
| umm, if you clarify what thi means, perhaps someone could help you, what im getting from what you
| have asked is
| "would it be possible to make a hammer/admin wand?"
| yes... if not they wouldnt exist, and there wouldnt be "Admin weapons" which can destroy bricks.
|-clarify what this means and perhaps you will get your answer

|->"I know that you could you the trust system  but that would apply for all bricks and would cause
|    problems"
| umm, if you clarify what thi means, perhaps someone could help you, what im getting from what you
| have asked is
| "would it be possible to make a hammer/admin wand?"
| yes... if not they wouldnt exist, and there wouldnt be "Admin weapons" which can destroy bricks.
|-clarify what this means and perhaps you will get your answer
There's an add-on trust system that allows you to set certain trust levels for people on the server, ie painting, building, ect. What I'm asking is if I could make an item like the admin wand, but not admin only.

Badspot would never allow a remake of this event.
Why do you say that. I'm sure you could make it a certain way that would be acceptable.

Why do you say that. I'm sure you could make it a certain way that would be acceptable.

It's funny, I thought about including something like that in my post. Then I thought "If I give them any hope, they're going to whine until someone does it the wrong way and makes drama." Meh.

What I'm asking is if I could make an item like the admin wand, but not admin only.
why in the world would you ever want this, all it would do is cause havoc in your server.

Nobody in this thread has any idea what they're talking about.

function GunProjectile::onCollision(%this, %obj, %col, %fade, %pos, %normal)
{
   // Is it a brick?
   if(%col.getType() & $TypeMasks::FxBrickObjectType)
      %col.killBrick();
   
   // If not, normal routine.
   else
      return parent::onCollision(%this, %obj, %col, %fade, %pos, %normal)
}


This should kill any brick you shoot with the regular gun, if my memory serves me.

Nobody in this thread has any idea what they're talking about.

function GunProjectile::onCollision(%this, %obj, %col, %fade, %pos, %normal)
{
   // Is it a brick?
   if(%col.getType() & $TypeMasks::FxBrickObjectType)
      %col.killBrick();
   
   // If not, normal routine.
   else
      return parent::onCollision(%this, %obj, %col, %fade, %pos, %normal)
}


This should kill any brick you shoot with the regular gun, if my memory serves me.
lol,

thanks Iban

Nobody in this thread has any idea what they're talking about.

function GunProjectile::onCollision(%this, %obj, %col, %fade, %pos, %normal)
{
   // Is it a brick?
   if(%col.getType() & $TypeMasks::FxBrickObjectType)
      %col.killBrick();
   
   // If not, normal routine.
   else
      return parent::onCollision(%this, %obj, %col, %fade, %pos, %normal)
}


This should kill any brick you shoot with the regular gun, if my memory serves me.
Ah. Thank you, I will try this out.


Nobody in this thread has any idea what they're talking about.
I'm going to take this directed at me as I posted before your post.
Just because I didn't answer the OP's question, does not insinuate that I don't know what I am talking about. Don't be so general as to avoid wrongly offending people, please.

I'm going to take this directed at me as I posted before your post.
Just because I didn't answer the OP's question, does not insinuate that I don't know what I am talking about. Don't be so general as to avoid wrongly offending people, please.
I wasn't. You have a massive persecution complex.
You being easily offended is also not my responsibility to care for.
« Last Edit: April 17, 2011, 11:32:56 AM by Iban »

I wasn't. You have a massive persecution complex.
You being easily offended is also not my responsibility to care for.
Alright, we dont all take criticism the same. I just had posted before you, and you had referred to "everyone", I apologize for thinking that was directed at me, but I felt some need to either defend myself or clear up confusion.

What is a persecution complex?