#W# Fairwinds InnRooms done.

This commit is contained in:
WarrentyExpired 2026-08-26 20:39:58 -04:00
parent df6c920a5a
commit d5102df9b4
6 changed files with 38 additions and 25 deletions

1
.gitignore vendored
View file

@ -16,3 +16,4 @@
/Backups
/Saves
/Data/Files
throttle.log

View file

@ -30,6 +30,7 @@
<region type="BusinessRegion" priority="70" name="the Bastion Inn">
<rect x="830" y="654" width="9" height="20" />
<rect x="821" y="666" width="9" height="8" />
<rect x="7130" y="3990" width="37" height="106" />
</region>
<region type="BusinessRegion" priority="70" name="the Bastion Bowyers Shop" >
<rect x="818" y="655" width="7" height="9" />
@ -121,6 +122,10 @@
</region>
<region type="TownRegion" priority="50" name="the town of Fairwinds" >
<rect x="281" y="1286" width="149" height="101" />
<region type="BusinessRegion" name="Fairwinds Inn">
<rect x="359" y="1303" width="17" height="26" />
<rect x="7079" y="4062" width="23" height="32" />
</region>
</region>
<region type="TownRegion" priority="50" name="the town of Winterhold" >
<rect x="1723" y="213" width="84" height="38" />
@ -158,9 +163,6 @@
<rect x="2368" y="756" width="337" height="228" />
<rect x="2368" y="985" width="232" height="159" />
</region>
<region type="BaseRegion" prority="50" name="Bastion Inn Rooms">
<rect x="7130" y="3990" width="37" height="106" />
</region>
<region type="DungeonTrapRegion" priority="50" name="the Dungeon Passage">
<rect x="2366" y="408" width="112" height="78" />
</region>

View file

@ -1,4 +1,5 @@
# TownMap DoorX Y Z RoomMap RoomX Y Z Price ItemID StartX StartY Width Height
# Bastion Inn
Vaelen 835 666 0 Vaelen 7156 4081 0 2000 1779 7152 4079 6 5
Vaelen 835 661 0 Vaelen 7156 4076 0 2000 1779 7152 4074 6 5
Vaelen 835 656 0 Vaelen 7156 4071 0 2000 1779 7152 4069 6 5
@ -6,3 +7,11 @@ Vaelen 829 671 0 Vaelen 7146 4084 0 5000 1779 7143 4081 9 8
Vaelen 836 666 20 Vaelen 7158 4013 20 2000 1779 7153 4011 6 5
Vaelen 836 661 20 Vaelen 7158 4008 20 2000 1779 7153 4006 6 5
Vaelen 836 656 20 Vaelen 7158 4003 20 2000 1779 7153 4001 6 5
# Fairwinds
Vaelen 373 1324 25 Vaelen 7097 4088 25 2000 1765 7093 4088 7 4
Vaelen 366 1324 25 Vaelen 7090 4088 25 2000 1765 7087 4088 6 4
Vaelen 362 1322 25 Vaelen 7086 4085 25 2000 1779 7083 4084 4 8
Vaelen 362 1318 25 Vaelen 7086 4081 25 2000 1779 7083 4078 4 6
Vaelen 363 1314 25 Vaelen 7087 4077 25 2000 1765 7083 4072 6 6
Vaelen 366 1308 25 Vaelen 7090 4071 25 4000 1765 7083 4066 9 6
Vaelen 372 1308 25 Vaelen 7096 4071 25 4000 1765 7092 4066 8 6

View file

@ -50,27 +50,6 @@ LightWoodDoor 1749 (Facing=WestCCW)
StrongWoodDoor 1775 (Facing=NorthCW)
375 1315 5
DarkWoodDoor 1701 (Facing=WestCW)
373 1324 25
DarkWoodDoor 1701 (Facing=WestCW)
366 1324 25
DarkWoodDoor 1711 (Facing=NorthCW)
362 1322 25
DarkWoodDoor 1711 (Facing=NorthCW)
362 1318 25
DarkWoodDoor 1701 (Facing=WestCCW)
363 1314 25
DarkWoodDoor 1703 (Facing=EastCW)
366 1308 25
DarkWoodDoor 1703 (Facing=EastCW)
372 1308 25
#Jeweler
StrongWoodDoor 1711 (Facing=NorthCW)
393 1320 5

View file

@ -19,3 +19,25 @@ InnExitDoor 1775
InnExitDoor 1775
7159 4003 20
#Fairwinds Inn
InnExitDoor 1765
7097 4087 25
InnExitDoor 1765
7090 4087 25
InnExitDoor 1775
7086 4085 25
InnExitDoor 1775
7086 4081 25
InnExitDoor 1765
7087 4077 25
InnExitDoor 1765
7090 4071 25
InnExitDoor 1765
7096 4071 25

View file

@ -429,4 +429,4 @@ namespace Server.Regions
}
}
}
}
}