Client v7 extensions
From Iris2
Ghoulsblade (Talk | contribs) (Created page with ' thanks to cougar for those infos <pre> using System; namespace Server { #region AnimationType public enum AnimationType//table from debugged client.exe ;) { None = -1, …') |
Ghoulsblade (Talk | contribs) (→spellids mysticism+bardic) |
||
Line 1: | Line 1: | ||
- | + | thanks to cougar for those infos | |
+ | |||
+ | === new anim packet animation 0xe2 === | ||
+ | * http://docs.polserver.com/packets/index.php?Packet=0xE2 | ||
<pre> | <pre> | ||
Line 217: | Line 220: | ||
</pre> | </pre> | ||
+ | === spellids mysticism+bardic === | ||
+ | |||
+ | <pre> | ||
+ | Register(677, typeof(Mysticism.NetherBoltSpell)); | ||
+ | Register(678, typeof(Mysticism.HealingStoneSpell)); | ||
+ | Register(679, typeof(Mysticism.PurgeMagicSpell)); | ||
+ | Register(680, typeof(Mysticism.EnchantSpell)); | ||
+ | Register(681, typeof(Mysticism.SleepSpell)); | ||
+ | Register(682, typeof(Mysticism.EagleStrikeSpell)); | ||
+ | Register(683, typeof(Mysticism.AnimatedWeaponSpell)); | ||
+ | Register(684, typeof(Mysticism.StoneFormSpell)); | ||
+ | Register(685, typeof(Mysticism.SpellTriggerSpell)); | ||
+ | Register(686, typeof(Mysticism.MassSleepSpell)); | ||
+ | Register(687, typeof(Mysticism.CleansingWindsSpell)); | ||
+ | Register(688, typeof(Mysticism.BombardSpell)); | ||
+ | Register(689, typeof(Mysticism.SpellPlagueSpell)); | ||
+ | Register(690, typeof(Mysticism.HailStormSpell)); | ||
+ | Register(691, typeof(Mysticism.NetherCycloneSpell)); | ||
+ | Register(692, typeof(Mysticism.RisingColossusSpell)); | ||
+ | </pre> | ||
<pre> | <pre> | ||
+ | Register(700, typeof(Bardic.Inspire)); | ||
+ | Register(701, typeof(Bardic.Invigorate)); | ||
+ | Register(702, typeof(Bardic.Resilience)); | ||
+ | Register(703, typeof(Bardic.Perseverance)); | ||
+ | Register(704, typeof(Bardic.Tribulation)); | ||
+ | Register(705, typeof(Bardic.Despair)); | ||
</pre> | </pre> |