EZ Server

General Category => General Discussion => Topic started by: Natedog on June 06, 2013, 03:59:05 am



Title: #an_undead_usher
Post by: Natedog on June 06, 2013, 03:59:05 am
Was the quest for this NPC removed? He is supposed to spawn the enraged relative 100% chance on death?

Code:
# this mob instantly spawn the enraged relative on death 


sub EVENT_DEATH {
    $spawnenraged = quest::spawn2(111143,0,0,$x,$y,$z,0);
    $attack = $entity_list->GetMobID($spawnenraged);
    $enragedattack = $attack->CastToNPC();
    $enragedattack->AddToHateList($client, 1);
}


Was it changed on EZ? I could have swore you said you didn't change the way things were spawned.


Title: Re: #an_undead_usher
Post by: Hunter on June 06, 2013, 04:12:47 am
I combed through all the quest and cleaned them up for EZ Style.

I didn't change the "way" things were spawned, but the chance to spawn has been updated.

If your circling outside the wedding room then that is your issue. Mobs in the center room for the wedding have higher chance to spawn enraged relative.



Title: Re: #an_undead_usher
Post by: Natedog on June 06, 2013, 04:15:42 am
ah so the 100% NPC was lowered .. boo   :P


Title: Re: #an_undead_usher
Post by: Hunter on June 06, 2013, 04:29:43 am
You thought I was going to allow a static spawn 1 kill give key to next floor? No no no no, your going to spend some time here.

Honestly though, chances aren't that bad. Farm that inner center room with named mobs and you should have a key boss under an hour.


Title: Re: #an_undead_usher
Post by: Natedog on June 06, 2013, 04:37:16 am
You thought I was going to allow a static spawn 1 kill give key to next floor? No no no no, your going to spend some time here.

Honestly though, chances aren't that bad. Farm that inner center room with named mobs and you should have a key boss under an hour.

He only has a 17% and 14% chance to spawn from 2 different spawngroups /shrug ... hes sorta rare heh


(5 total spots he can spawn in.. so i guess the chance it a bit higher to see him)


Title: Re: #an_undead_usher
Post by: Hunter on June 06, 2013, 05:01:55 am
#an_undead_usher and #The_Head_Usher seem to be in same spawn group.

I just edited them both to be 1/10 chance for spawning enraged relative.


Title: Re: #an_undead_usher
Post by: Fugitive on June 06, 2013, 03:56:34 pm
Woot nice!!