

==================================================================================================
                                 WowMOD Installation Instructions
==================================================================================================
--------------------------------------------------------------------------------------------------

Step 1. Extract the wowmod.zip file into your Counter-Strike base directory (usually cstrike).
The wowmod.amxx file was compiled with the amxx version 1.7 compiler.


Step 2. Add one of the following lines to your amxmodx/configs/plugins.ini file - we recommend you
use the first version with debugging info turned on, since wowmod is a Huge plugin and likely has
more bugs that need to be discovered/killed.

; If you would like debugging info turned on then add this
wowmod.amxx debug

; Otherwise add this line to leave debugging info turned off
wowmod.amxx 


Step 3. For amxmodx versions 1.75 or higher modules are automatically loaded, for other versions you must 
make sure the following modules are uncommented in your amxmod/configs/modules.ini file

fun
engine
fakemeta
cstrike
mysql

Note: mysql needs to be uncommented even if you do not plan to use it

Note for Windows Users: 
You may need to add this to the end of your server.cfg file

exec addons/amxmodx/configs/WowMOD/WowMOD.cfg

Please report any bugs to admin@cswowmod.com or post at www.cswowmod.com forums.

Thanks
-K2mia

