#W# Made DungeonRegions and the Underworld No Clan zones.
This commit is contained in:
parent
c181328cf4
commit
1576e57d94
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# Change Log for Avatars Conquest: Started July 3rd, 2026
|
||||
Things to add
|
||||
- Crafting Queue
|
||||
|
||||
Added:
|
||||
- Easy way to spawn the over world. Check Scripts/Engines/Spawner/WorldSpawns/SpawnList.cs
|
||||
- GenTeleporters Command pulls from Data/Config/teleporters.cfg to spawn teleporters.
|
||||
|
|
|
|||
|
|
@ -646,6 +646,11 @@ namespace Server.Mobiles
|
|||
|
||||
if ( !m_bSummoned && !m_bControlled && !c.m_bSummoned && !c.m_bControlled )
|
||||
{
|
||||
if ( this.Region.Name == "DungeonRegion" || this.Map.Name == "Underworld" )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if ( Clan == Clan.Citizen && c.Clan == Clan.Citizen )
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue