RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Particle System Information

Psyk

Wanderer
Particle System Information

I have found this packet info at http://uop.sourceforge.net, I hope this will help you :p

[code:1]Particle Effect
0x31 bytes Effect ID and Explode Effect ID correspond directly to the pbg files in the Particles directory.

--------------------------------------------------------------------------------

byte ID (C7)
byte Type (00 = moving effect, 02 = item effect, 03 = static effect)
dword Serial
dword Serial 2
word Tile ID
word X
word Y
byte Z
word X 2
word Y 2
byte Z 2
word Unknown Effect data
word 0
byte Adjust
byte Explode
dword 0
dword 0
word Effect ID
word Explode Effect ID
word Unknown Effect Data
dword 0
byte Layer (0-4, 0xff for moving)
byte Unknown Effect Data
byte 0
[/code:1]
 
Top