Poll

What to focus on first?

Polish and mod completion (add special functionality to bugs and stuff that have been needing it)
Finish and release the MAS Magma Exo-suit
Finish the MAS Scarab-Wasp playertypes
Create more ASN (robotic) playertypes
Finish up and release the currently exsistant but unrelased bugs (the Tremormites, the two spiders, BugMod 3, ect)
Work on the remainder of the wasps
Work on new bugs!
Create more MAS weapons/suits/items/ect

Author Topic: The Bug & MAS Mods (Server coming maybe)  (Read 734219 times)

I would love to see a pic of the caterpillar once you have made it.

I'll be sure to post pictures, no worries!

Take itty bitty tiny bit of damage and be poisoned.
Yes please.

Oh wait... Poison...
>:3 Ya know ya wanna finish it, come on, pleaaase?

Take itty bitty tiny bit of damage and be poisoned.
Yes please.

Oh wait... Poison...
Take this.
Code: [Select]
//%damagelimit defines where the poison stops injuring the player, for example at 10 hp. %delay is in ms, if %flash == 1 redout, if == 2 whiteout, %flashamount from 0 to 1, %shakescreen needs to be a projectile. It then spawns the projectiles explosion.
function DynamicPoisoning(%obj,%killer,%damage,%damagelimit,%damagetype,%duration,%delay,%flash,%flashamount,%emote,%shakescreen)
{
  if(!isObject(%obj)) return 0;
  if(%duration < 1) return 0;
  if(%obj.getDamageLevel() < %obj.maxDamage - %damagelimit) %obj.damage(%killer,%obj.getPosition(),%damage,%damagetype);
  %duration--;
  schedule(%delay,0,DynamicPoisoning,%obj,%killer,%damage,%damagelimit,%damagetype,%duration,%delay,%flash,%flashamount,%emote);
  if(%flash == 1) %obj.setDamageFlash(%obj.getDamageFlash()+%flashamount);
  if(%flash == 2) %obj.setWhiteout(%obj.getWhiteout()+%flashamount);
  if(%emote) %obj.emote(%emote);
  if(%shakescreen) { %obj.spawnExplosion(%shakescreen,"1 1 1"); }
}
Inb4that'snotwhatIhadinmind
« Last Edit: July 01, 2012, 07:28:25 AM by Gravity Cat »

Dat Gravity Cat weapon recoil explosion. :P

But yeah, that sorta is what a good poison script with the functions i wanted looks like.
Sorta.

I'll be sure to use it somewhere i guess. :P
Thanks. :)

Me: I suppose now is a good time to work on the bug mods some..
Me: *Starts to navigate to the bug mod topic*
Me: *Stops self*
Me: Oh wait, the list on the thread is incomplete, I should use the other list.

Huehuehue

I'm going to beat with a sand parasite head Army.


Holy stuff, you keep track of like.
Everything.

I am afraid of speaking to you now.

Well I wouldn't say 'everything'.

But that's pretty close.

Well I wouldn't say 'everything'.

But that's pretty close.
Yet you can't keep track of the progress on my stuff! Ha!
Inb4It's no progress (so it is hard to keep track of it)

I have no need to keep track of your progress when that's your responsibility.  :cookieMonster:
And it's hard to keep track of no progress

I have no need to keep track of your progress when that's your responsibility.  :cookieMonster:
And it's hard to keep track of no progress

True story.
But still, you are the head of this project. :)
So it is your task, your duty to know what is going on.
After all, you like to be informed too. :P

True story.
But still, you are the head of this project. :)
So it is your task, your duty to know what is going on.
After all, you like to be informed too. :P

Well yes, that's true.
But of course I can't just know what you are up to. You would need to send me your progress.



Also Cicadas and things in the next update. That's the plan anyway..

What does ASN stand for?
Automated Security Network?