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
|
|
@ -53,7 +53,7 @@ namespace Server.Spells.Sixth
|
|||
20,
|
||||
5042
|
||||
);
|
||||
Effects.PlaySound(m, m.Map, 0x201);
|
||||
Effects.PlaySound(m, 0x201);
|
||||
|
||||
m.Delete();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ namespace Server.Spells.Sixth
|
|||
rune.Mark(Caster);
|
||||
|
||||
Caster.PlaySound(0x1FA);
|
||||
Effects.SendLocationEffect(Caster, Caster.Map, 14201, 16);
|
||||
Effects.SendLocationEffect(Caster, 14201, 16);
|
||||
}
|
||||
|
||||
FinishSequence();
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ namespace Server.Spells.Sixth
|
|||
eastToWest = false;
|
||||
}
|
||||
|
||||
Effects.PlaySound(p, Caster.Map, 0x20B);
|
||||
Effects.PlaySound(new Point3D(p), Caster.Map, 0x20B);
|
||||
|
||||
var itemID = eastToWest ? 0x3967 : 0x3979;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue