Quote (uberubie @ Mar 4 2010 09:58pm)

wanna know
fff
Quote (deathwinger @ Jul 19 2009 04:04am)
revive maggots
lay eggs
????
nk people with maggot spawn
profit!
maggots from act2/4, when revived, lay eggs that are hostile to you, and will hatch into normal enemy maggot spawn
Quote (deathwinger @ Jul 19 2009 04:46am)
it is spawned as a regular monster that is hostile to everyone, and if it kills someone (nk them in a bone prison while amped) it will cost them experience.
Quote (deathwinger @ Jul 25 2009 04:52am)
The idea is that if you revive a unit that spawns other units, the way that the d2 code is structured, any units it spawns (even when its a revive) will count as 'normal', hostile units.
This is because there is no chain of ownership in D2. Units can either belong directly to a player, or be hostile to everyone. You cannot have a unit which belongs to a unit which belongs to a player (peace spawning valkyrie on a mercenary would cause a crash because of this), and the function which creates units from the maggot skill does not check for ownership of the unit.