Author Topic: STAY OFF OUR FORUMS!!!!!  (Read 24845 times)




Quote
But seriously, we need to separate again.
However, Mario71 (NOT Mario7121) should get bhant for being the one who tipped the domino that started all of this chaos between these 2 communities, who aren't even that related...

Yup, I won't show up again unless something like this happens again.
I think I should also mention that most people in our community think that Mario71 is a noob too. However, I don't think one post which says one game is better than another is any excuse for filling our forums with over 2 pages of spam.






Quote
But seriously, we need to separate again.
However, Mario71 (NOT Mario7121) should get bhant for being the one who tipped the domino that started all of this chaos between these 2 communities, who aren't even that related...

Yup, I won't show up again unless something like this happens again.
I think I should also mention that most people in our community think that Mario71 is a noob too. However, I don't think one post which says one game is better than another is any excuse for filling our forums with over 2 pages of spam.



LOL

i just got back what happened?




........


hahahhhahhahaha

since its our forums ill take this time to say.

behold the superior game!!!
bwowklahnd!

One of our members, Mario71, decided to come to your forums and say that Blockland was boring and that you guys should try Roblox.
After this, some of your less mature members decided it would be fun to spam our boards.

i have to say though i dont like the "gallery" section of your forums, cant even show off your work without having to log into the game itself and see. no one posts pictures

Thats because our forums suck at the moment, and don't let you post pictures.
That I can admit.

Badspot

  • Administrator
Alright, fine.

Make a rocket weapon in under 50 lines of code.

Done, only took me 16 lines:
Code: [Select]
datablock ProjectileData(rocketProjectile) {
   projectileShapeName = "./shapes/RocketProjectile.dts";
   brickExplosionRadius = 15;
   brickExplosionForce  = 30;             
   brickExplosionMaxVolume = 500;         
   brickExplosionMaxVolumeFloating = 500;
};
function serverCmdRocket(%client) {
   %p = new Projectile(){
      dataBlock = rocketProjectile;
      initialPosition = %client.player.getEyePoint();
      initialVelocity = VectorScale(%client.player.getEyeVector(), 25);
      client = %client;
   };
   missionCleanup.add(%p);
}


Alright, fine.

Make a rocket weapon in under 50 lines of code.

Done, only took me 16 lines:
Code: [Select]
datablock ProjectileData(rocketProjectile) {
   projectileShapeName = "./shapes/RocketProjectile.dts";
   brickExplosionRadius = 15;
   brickExplosionForce  = 30;             
   brickExplosionMaxVolume = 500;         
   brickExplosionMaxVolumeFloating = 500;
};
function serverCmdRocket(%client) {
   %p = new Projectile(){
      dataBlock = rocketProjectile;
      initialPosition = %client.player.getEyePoint();
      initialVelocity = VectorScale(%client.player.getEyeVector(), 25);
      client = %client;
   };
   missionCleanup.add(%p);
}


omfg
wtf a commandtoserver to fire a missile from your head O_o?

Since when can things in Blockland do that?


Since when can things in Blockland do that?
since ever
i can make it so you shoot fire from your mouth
see:
Code: [Select]
function serverCmdFireOn(%client)
{
if(isObject(%client.player))
%client.player.emote(fireupImage);
}
function serverCmdfireup(%client)
{
if(isObject(%client.player))
%client.player.emote(fireupImage);
}

datablock ShapeBaseImageData(fireupImage)
{
   shapeFile = "base/data/shapes/empty.dts";
emap = false;

mountPoint = $HeadSlot;

stateName[0] = "Ready";
stateTransitionOnTimeout[0] = "FireA";
stateTimeoutValue[0] = 0.01;

stateName[1] = "FireA";
stateTransitionOnTimeout[1] = "Done";
stateWaitForTimeout[1] = True;
stateTimeoutValue[1] = 0.350;
stateEmitter[1] = rocketExplosionEmitter;
stateEmitterTime[1] = 0.350;

stateName[2] = "Done";
stateScript[2] = "onDone";
};
function fireupImage::onDone(%this,%obj,%slot)
{
%obj.unMountImage(%slot);
}
type "/fireup" or "/fireon"
and you shoot fire ^__^

I lol'd at the shooting rocket from head thing.  :cookieMonster:

Badspot

  • Administrator
Since when can things in Blockland do that?

Since February 23, 2007

Since when can things in Blockland do that?
Hah, I think he's pretty much pissing his pants right now.
Blockland is superior, and the creator just owned you.
GTFO.