fix: Fixes archery in CharacterCreation and duplicate decorations for bucs den (#833)
This commit is contained in:
parent
bfbe2a6512
commit
85d699fcd7
2 changed files with 2 additions and 52 deletions
|
|
@ -10,56 +10,6 @@ Static 0x051F
|
|||
Static 0x0520
|
||||
2669 2073 -20
|
||||
|
||||
# stone
|
||||
Static 0x071E
|
||||
2726 2133 0
|
||||
2727 2131 0
|
||||
2727 2131 5
|
||||
2727 2131 10
|
||||
2727 2131 15
|
||||
2727 2131 20
|
||||
2727 2131 25
|
||||
2727 2132 0
|
||||
2727 2132 30
|
||||
2727 2133 0
|
||||
2727 2133 30
|
||||
2727 2133 35
|
||||
2727 2134 0
|
||||
2727 2134 30
|
||||
2727 2135 0
|
||||
2727 2135 5
|
||||
2727 2135 10
|
||||
2727 2135 15
|
||||
2727 2135 20
|
||||
2727 2135 25
|
||||
2728 2133 0
|
||||
|
||||
# stone stairs
|
||||
Static 0x071F
|
||||
2727 2134 35
|
||||
2727 2135 30
|
||||
|
||||
# stone stairs
|
||||
Static 0x0737
|
||||
2727 2131 30
|
||||
2727 2132 35
|
||||
|
||||
# stone stairs
|
||||
Static 0x07A0
|
||||
2726 2132 0
|
||||
|
||||
# stone stairs
|
||||
Static 0x07A1
|
||||
2728 2134 0
|
||||
|
||||
# stone stairs
|
||||
Static 0x07A2
|
||||
2728 2132 0
|
||||
|
||||
# stone stairs
|
||||
Static 0x07DA
|
||||
2726 2134 0
|
||||
|
||||
# bottle of ale
|
||||
BeverageBottle 0x099F (Content=Ale)
|
||||
2659 2187 8
|
||||
|
|
|
|||
|
|
@ -855,7 +855,7 @@ namespace Server.Misc
|
|||
{
|
||||
Race.AllowElvesOnly => new ElvenCompositeLongbow(),
|
||||
Race.AllowGargoylesOnly => new SerpentstoneStaff(),
|
||||
_ => new GnarledStaff()
|
||||
_ => new Bow()
|
||||
};
|
||||
|
||||
private static void AddSkillItems(this Mobile m, SkillName skill)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue