- Added Scrolls of Transcendence and Scrolls of Alacrity. Scrolls of Transcendence, togheter with 105 Powerscrolls, will spawn while doing champion spawns.
(http://www.uodemise.com/discussion/showthread.php?t=116067) - Rune Beetle Armor Corruption now works properly (http://www.uodemise.com/discussion/showthread.php?t=123086) - the Animal Trainer now will say only "Your pet has been stabled" when you stable a pet (won't affect Pre-AoS) (http://www.uodemise.com/discussion/showthread.php?t=123113) - Acid elementals now use the proper poison level, and are vulnerable to elemental slayers. When animated, they turn in wraith or banshee (http://www.uodemise.com/discussion/showthread.php?t=125749) - You can't drop items on the same tile a mobile (PC or NPC) is (http://www.uodemise.com/discussion/showthread.php?t=116540) - the Embrace Honor virtue ability now works as per OSI (http://www.uodemise.com/discussion/showthread.php?t=125722) - Woodland Belts now are dyable (http://www.uodemise.com/discussion/showthread.php?t=128444) - You can combine folded cloth and bottle of liquor to make firebombs (http://www.uodemise.com/discussion/showthread.php?t=125257) - SoS now are not anymore facet specific, as per OSI (http://www.uodemise.com/discussion/showthread.php?t=115477)
This commit is contained in:
parent
e519ff2497
commit
37043076e0
19 changed files with 1236 additions and 17 deletions
|
|
@ -180,7 +180,8 @@ namespace Server.SkillHandlers
|
|||
creature.PrivateOverheadMessage( MessageType.Regular, 0x3B2, 502805, from.NetState ); // You seem to anger the beast!
|
||||
creature.PlaySound( creature.GetAngerSound() );
|
||||
creature.Direction = creature.GetDirectionTo( from );
|
||||
creature.Combatant = from;
|
||||
if ( from is PlayerMobile && !( (PlayerMobile)from ).HonorActive )
|
||||
creature.Combatant = from;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue