News:

Come Chat with us live! Learn how HERE!

Main Menu

How do I get kills using a hive?

Started by Menace13, March 10, 2011, 12:10:33 AM

Menace13

How do I get kills using a hive? Is it using hive to show something there isn't an icon for or something? :3 I've always wondered, and I finally got one so now I want to know even more. It says I used a HIVE to kill somebody. I mean really. How?  ???
http://stats.tremulous.net/tremstats/us1/player_details.php?player_id=3405
http://stats.tremulous.net/tremstats/us1/player_details.php?player_id=11440

Quote from: amz181 on September 08, 2011, 12:32:07 PM
but a small twisty barrel will have small pew pew's, and small pew pew's can hurt mr.tyrant.

Pazuzu

I'd imagine you built it.

Quote from: Tremhelper on September 05, 2011, 09:14:46 PM
ok, can you give me the tool thingy app that can code?

amz181

GPP has usable hives?! Maybe it isnt a lost cause after all!

swamp-cecil

Maybe the hive killstole you?
Quote from: DraZiLoX on December 28, 2010, 11:31:28 AM
Quote from: Repatition on December 28, 2010, 02:30:30 AM
these are stupid suggestions, don't even waste our time.
I don't like your negative attitude.

Dracone

Just because of this the game now REQUIRES that alien players can turn into hives and just sit there, waiting. They can shoot bees at enemies as well as their teammates.
Quote from: St. AngerTip 4 baslick guiz: Make sure you get near them bc u can stiky them i think its a bug lolz. but dont tell 2 many ppl shh.
Quote from: dobruiyykIt's possible, your descendant will never see the sun because our species is gonna extinct in nearest future. So you better unstick from your computer and find a girl to make a child with!

Garion

Quote from: Dracone on March 10, 2011, 11:50:34 AM
Just because of this the game now REQUIRES that alien players can turn into hives and just sit there, waiting. They can shoot bees at enemies as well as their teammates.

3 minutes casting time and 30 mins cd

Dracone

I've always thought it'd be interesting to see alien structures move around or some shit. Like the overmind just getting up and walking around.
Quote from: St. AngerTip 4 baslick guiz: Make sure you get near them bc u can stiky them i think its a bug lolz. but dont tell 2 many ppl shh.
Quote from: dobruiyykIt's possible, your descendant will never see the sun because our species is gonna extinct in nearest future. So you better unstick from your computer and find a girl to make a child with!

Menace13

Can I please get a real answer? (oh, and hi Ingar :3)

Quote from: amz181 on September 08, 2011, 12:32:07 PM
but a small twisty barrel will have small pew pew's, and small pew pew's can hurt mr.tyrant.

Pazuzu

Quote from: Menace13 on March 10, 2011, 10:34:57 PM
Can I please get a real answer? (oh, and hi Ingar :3)
You mean one like the first reply?
You're welcome.

Quote from: Tremhelper on September 05, 2011, 09:14:46 PM
ok, can you give me the tool thingy app that can code?

Menace13

Quote from: Pazuzu on March 10, 2011, 10:46:41 PM
Quote from: Menace13 on March 10, 2011, 10:34:57 PM
Can I please get a real answer? (oh, and hi Ingar :3)
You mean one like the first reply?
You're welcome.
But that's not right. My hives have gotten WAY more kills than that.

Quote from: amz181 on September 08, 2011, 12:32:07 PM
but a small twisty barrel will have small pew pew's, and small pew pew's can hurt mr.tyrant.

F50

Quote from: Menace13 on March 11, 2011, 12:51:11 AM
Quote from: Pazuzu on March 10, 2011, 10:46:41 PM
Quote from: Menace13 on March 10, 2011, 10:34:57 PM
Can I please get a real answer? (oh, and hi Ingar :3)
You mean one like the first reply?
You're welcome.
But that's not right. My hives have gotten WAY more kills than that.

Indeed. Its possible that the hive stole your kill or something, but I'm really not sure.
"Any sufficiently advanced stupidity is indistinguishable from malice." -- Grey's Law


UniqPhoeniX

I'm guessing you triggered the hive as a human, but the swarm killed someone else.

Qrntz

Quote from: UniqPhoeniX on March 12, 2011, 12:13:17 PM
I'm guessing you triggered the hive as a human, but the swarm killed someone else.
Wouldn't that count as a teamkill instead?

Quote from: {FoT|PeDrO} on December 14, 2011, 02:07:41 PMYou make up Qrntz, u always angry, just calmdown. :police:
Quote from: Loki on March 13, 2013, 10:27:57 AMI am stupid idiot who dares to open mouth and start debating

Undeference

Quote from: UniqPhoeniX on March 12, 2011, 12:13:17 PM
I'm guessing you triggered the hive as a human, but the swarm killed someone else.
Ding ding ding! My understanding is that a human triggers the hive and the hive hits a player (without doing damage if it was an alien) and that player becomes the owner of the hive and "attacker" (though I don't understand why the killer would not always be the victim).


Code (trunk/src/game/g_missile.c:113) Select
  other = &g_entities[ trace->entityNum ];
  attacker = &g_entities[ ent->r.ownerNum ];

Code (trunk/src/game/g_missile.c:174) Select
      //prevent collision with the client when returning
      ent->r.ownerNum = other->s.number;

Code (trunk/src/game/g_missile.c:200) Select
      G_Damage( other, ent, attacker, velocity, ent->s.origin, ent->damage,
        DAMAGE_NO_LOCDAMAGE, ent->methodOfDeath );
Need help? Ask intelligently. Please share solutions you find.

Quote from: tuple on February 15, 2008, 11:54:10 PMThats what we need, helpful players, not more powerful admins.

Menace13

Quote from: Undeference on March 13, 2011, 07:25:51 AM
Quote from: UniqPhoeniX on March 12, 2011, 12:13:17 PM
I'm guessing you triggered the hive as a human, but the swarm killed someone else.
Ding ding ding! My understanding is that a human triggers the hive and the hive hits a player (without doing damage if it was an alien) and that player becomes the owner of the hive and "attacker" (though I don't understand why the killer would not always be the victim).


Code (trunk/src/game/g_missile.c:113) Select
  other = &g_entities[ trace->entityNum ];
  attacker = &g_entities[ ent->r.ownerNum ];

Code (trunk/src/game/g_missile.c:174) Select
      //prevent collision with the client when returning
      ent->r.ownerNum = other->s.number;

Code (trunk/src/game/g_missile.c:200) Select
      G_Damage( other, ent, attacker, velocity, ent->s.origin, ent->damage,
        DAMAGE_NO_LOCDAMAGE, ent->methodOfDeath );


Thanks :)

Quote from: amz181 on September 08, 2011, 12:32:07 PM
but a small twisty barrel will have small pew pew's, and small pew pew's can hurt mr.tyrant.

Nux

Quote from: Undeference on March 13, 2011, 07:25:51 AM
Quote from: UniqPhoeniX on March 12, 2011, 12:13:17 PM
I'm guessing you triggered the hive as a human, but the swarm killed someone else.
Ding ding ding! My understanding is that a human triggers the hive and the hive hits a player (without doing damage if it was an alien) and that player becomes the owner of the hive and "attacker" (though I don't understand why the killer would not always be the victim).


Code (trunk/src/game/g_missile.c:113) Select
  other = &g_entities[ trace->entityNum ];
  attacker = &g_entities[ ent->r.ownerNum ];

Code (trunk/src/game/g_missile.c:174) Select
      //prevent collision with the client when returning
      ent->r.ownerNum = other->s.number;

Code (trunk/src/game/g_missile.c:200) Select
      G_Damage( other, ent, attacker, velocity, ent->s.origin, ent->damage,
        DAMAGE_NO_LOCDAMAGE, ent->methodOfDeath );


Since only humans can activate a hive and only humans can get hurt by a hive, does that mean all my 'kills with this weapon' stats includes friendly fire?

Undeference

Quote from: Nux on March 15, 2011, 07:37:22 AM
Since only humans can activate a hive and only humans can get hurt by a hive, does that mean all my 'kills with this weapon' stats includes friendly fire?
No. The Swarm will never target or damage aliens, but can hit them:
Quotehive hits a player... and that player becomes the owner of the hive and "attacker"
Need help? Ask intelligently. Please share solutions you find.

Quote from: tuple on February 15, 2008, 11:54:10 PMThats what we need, helpful players, not more powerful admins.

Nux

I see!

So why does it do this?

Meanwhile, I'll try to recreate this from what you've told me.