Effects packets (#308)
- [X] Changes effect packets - [X] Updates playing sounds - [X] Updates Effects class to have more options so there are less direct calls to building the packets - [X] Changes bonding status packet
This commit is contained in:
parent
1c9439e4fd
commit
361ec4dba4
53 changed files with 958 additions and 833 deletions
|
|
@ -886,7 +886,7 @@ namespace Server.Items
|
|||
m_Chest.Z++;
|
||||
}
|
||||
|
||||
Effects.PlaySound(m_Chest, m_Map, 0x33B);
|
||||
Effects.PlaySound(m_Chest.Location, m_Map, 0x33B);
|
||||
}
|
||||
|
||||
if (m_Chest?.Location.Z >= m_Location.Z)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue