Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - brickybob

Pages: 1 ... 404 405 406 407 408 [409] 410 411 412 413 414 ... 506
6121
…Whats the point of these…guns in Blockland have a set spread that doesn't' change wheather you are moving on not. The only guns that were different were Strato's M4 and AK47, and the shot strait to the crasshair on the first shot then widened out.
What does that have to do with permission?

6122
Add-Ons / Post Your Blockland Icon Edits Here
« on: August 05, 2010, 05:28:00 PM »
I've noticed the default Blockland Icon is rather old and unapealling so I figured I should make a topic about Icon Edits.
Template;

-Favorites-
None...yet.

6123
Modification Help / Re: Aliens vs Preadator | UPDATE #1
« on: August 05, 2010, 04:06:02 PM »
ive Already made a AvP mod and playertypes with sounds and other things....5 months ago
I never knew. :o

6124
Drama / Re: ByeBye
« on: August 05, 2010, 04:01:37 PM »
Tom's back!
...
I thought your were Tom from your avatar. :c
Wait, he was already back.
Why am I always slow?

noeditolol

6125
Drama / Re: ByeBye
« on: August 05, 2010, 04:00:44 PM »
Tom's back!
...
I thought your were Tom from your avatar. :c

6126
Off Topic / Re: Emma Watson just got ugly.
« on: August 05, 2010, 03:58:37 PM »
Self Deletemouse.avi

Self Deletestickfigure.jpg

6127
Forum Games / Re: What is the person above you avatar saying?
« on: August 05, 2010, 03:55:41 PM »
Raisins.

6128
Off Topic / Re: What exactly is wrong with furries?
« on: August 05, 2010, 02:36:58 PM »
They want to forget animals and they're flamboyant about it.
Just because it's a hentai special interest doesn't mean they want to forget real animals.

Edit: Bandwagoners think they're cool.

6130
I need it?
Eh, I'll ask him tomorrow.
It's only polite.

6131
Modification Help / Regenerating Health
« on: August 05, 2010, 03:49:12 AM »
I have the basic layout of my Player-Type, but I want a regenerating health without the energy bar since I already made a text-based Health display.  I looked at Iban's Health-Modes player he posted (under his alt IbanZ) and looking at the script it needs a stamina bar.
Can someone get the regenerating Health script without the energy bar?
Code: [Select]
// ============================================================
// Project            :  IbanMod - Health Modes
// File               :  .\Health Modes\Player_No Jet Health.cs
// Author             :  Iban
//
// Editor             :  Codeweaver v. 1.2.2685.32755
//
// Description        :  Everything in this package is self explanitory.
//                    :  Feel free to edit anything you want.
//                    :  Credits go to Space Guy for the original code.
//                    :  I merely made it more open-ended as to increase effeciency and allow easier modifications.
//                    :  Have fun, modders!
// ============================================================

package armorDamageOverride
{
function Armor::damage(%this, %obj, %sourceObject, %position, %damage, %damageType)
{
if(%obj.getDatablock().isHealthPlayer)
{
%curEnergy = %obj.getEnergyLevel();

if(%damage >= %curEnergy)
{
%obj.setEnergyLevel(0);
%damage -= %curEnergy;
}
else
{
%obj.setEnergyLevel(%curEnergy - %damage);
%damage = 0;
}

Parent::damage(%this, %obj, %sourceObject, %position, %damage, %damageType);

if(%obj.getDatablock().isShieldedPlayer && %damage < %curEnergy)
{
%obj.emote(shieldZapImage);
}
else
{
if(%obj.getEnergyLevel() < %obj.maxEnergy / 2)
{
%obj.emote(painMidImage, 1);
}
if(%obj.getEnergyLevel() < %obj.maxEnergy / 3)
{
%obj.emote(painHighImage, 1);
}
}
}
else
{
Parent::damage(%this, %obj, %sourceObject, %position, %damage, %damageType);
}
}
};
ActivatePackage(armorDamageOverride);

6132
Modification Help / Re: Aliens vs Preadator | UPDATE #1
« on: August 05, 2010, 03:27:42 AM »
Personally, I would have made predators with fewer numbers and the larger health. Seeing as how aliens can reproduce with any species of anything, and predators wear armor...
I might make them cloak soon...

Edit: Can you script? :3

6133
General Discussion / Re: Alphadin's Payload Server
« on: August 05, 2010, 03:19:19 AM »
I have the payload mod
P.M. me for the link NO SCAM/HACK/RICKROLL/SCREAMER/stuff
Attention whore wants attention.

6134
Off Topic / Re: D'awww
« on: August 05, 2010, 02:52:58 AM »
Pets that happen to walk and talk like a human.
You've never seen my pets.
...
Do hookers count as pets?

6135
Drama / Re: Col.Burton
« on: August 05, 2010, 02:47:22 AM »
NOEDIT:
Is it just me or is this really contradicting?


Kid at heart?

Pages: 1 ... 404 405 406 407 408 [409] 410 411 412 413 414 ... 506