View Single Post
  #5  
Old 06-12-2004, 01:29 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

After a bit of packet sniffing of HPUpdate OP codes that yours and Bush's server were sending me, I discovered I needed to add:

ds->spawn_id = GetID();

into Mob::SendHPUpdate and all my healing started to work properly again (even #heal).

One thing I did note is that your server seemed to be sending HPUpdates with an opcode of 0x0244, not 0x0243 as it is in the 06-11 code on cvs.biosprite.net. During my testing I tried both opcodes and they both seemed to do the same thing.
Reply With Quote