Necro liches and wraiths

Anything you find suspicious, things that crash your client, things that crash the server, anything that doesnt work as it should.
Locked
User avatar
OldManAlewar
Legendary Scribe
Reactions:
Posts: 408
Joined: Sun Jan 06, 2008 3:42 pm

Necro liches and wraiths

Post by OldManAlewar »

last server update these were given necro AI, but apparently not the necisary skills to go with it. turning them into not-so-scary melee monsters.

the necro_AI system does require Necromancy and Spirit Speak skill.

Tested this at neira twice now (ample apportinity for them to cast all sorts of spells), the necro's at Kronus champ and the Necron Summoner still have their powers.

the following should go in their constructor ( range tailored to heavyness of monster)

Code: Select all

SetSkill( SkillName.Necromancy, 85.1, 100.0 );
SetSkill( SkillName.SpiritSpeak, 85.1, 100.0 );
Locked