00001 /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 00002 || NoX-Wizard UO Server Emulator (NXW) [http://noxwizard.sourceforge.net] || 00003 || || 00004 || This software is free software released under GPL2 license. || 00005 || You can find detailed license information in nox-wizard.cpp file. || 00006 || || 00007 || For any question post to NoX-Wizard forums. || 00008 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/ 00009 00014 #ifndef __PARTICLES_H__ 00015 #define __PARTICLES_H__ 00016 00017 #include "magic.h" 00018 00022 class ParticleFx { 00023 private: 00024 00025 public: 00026 int effect[18]; 00027 void initWithSpellStatEffects_item( magic::SpellId num); 00028 void initWithSpellStatEffects_post( magic::SpellId num); 00029 void initWithSpellStatEffects_pre( magic::SpellId num); 00030 void initWithSpellStatEffect( magic::SpellId num ); 00031 void initWithSpellMoveEffect( magic::SpellId num ); 00032 }; 00033 00034 #endif //__PARTICLES_H__