- Code cleaning, consolidation and bugfixing of special scrolls (powerscroll/statscroll/transcendence/alacrity).
--> Fixed a bug preventing SoT not being spawned in Malas champion spawns (i.e. Bedlam Crypt) (http://www.uodemise.com/discussion/showthread.php?t=135520) - Added contextual menu entries to add players in party, and kicking them from house (friends can be kicked if in ML environment). Timeout to accept party invite is increased to 30 seconds as per OSI (http://www.uodemise.com/discussion/showthread.php?t=120724) - Runebeetles can be angered during taming attempts (http://www.uodemise.com/discussion/showthread.php?t=137677) - You can cook near forges (http://www.uodemise.com/discussion/showthread.php?t=137731)
This commit is contained in:
parent
bab1490105
commit
fe6c18a2d4
14 changed files with 644 additions and 1047 deletions
|
|
@ -2011,7 +2011,7 @@ namespace Server.Multis
|
|||
{
|
||||
from.SendLocalizedMessage( 501346 ); // Uh oh...a bigger boot may be required!
|
||||
}
|
||||
else if ( IsFriend( targ ) )
|
||||
else if ( IsFriend( targ ) && !Core.ML )
|
||||
{
|
||||
from.SendLocalizedMessage( 501348 ); // You cannot eject a friend of the house!
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue