Wise
12-11-13, 07:39 AM
First go in \source\src\server\scripts\Custom
Open CMakeLists whit notepad
add this
Custom/Transmogrification.h
Custom/Transmogrification.cpp
Custom/Transmogrifier.cpp
now oppen scriptloader
add this code:
void AddSC_CPWS_Transmogrification();
AddSC_CPWS_Transmogrification();
Now right click on the source and click on Git Bash Here and have Transmogrification.diff file that you downloaded in the source folder
type this in the window .git apply Transmogrification.diff
now go back to \source\src\server\scripts\Custom and delete those files and add my files u download
Transmogrification.h
Transmogrification.cpp
Transmogrifier.cpp
you can delete those file was created, and replace whit my stuff.
now compile whit cmake and then install the core.
Download the files
Here (http://www.mediafire.com/?cbzlggpzjeo9h2u)
credits: Made by Rochet2
errors fixed by AddeDev
Open CMakeLists whit notepad
add this
Custom/Transmogrification.h
Custom/Transmogrification.cpp
Custom/Transmogrifier.cpp
now oppen scriptloader
add this code:
void AddSC_CPWS_Transmogrification();
AddSC_CPWS_Transmogrification();
Now right click on the source and click on Git Bash Here and have Transmogrification.diff file that you downloaded in the source folder
type this in the window .git apply Transmogrification.diff
now go back to \source\src\server\scripts\Custom and delete those files and add my files u download
Transmogrification.h
Transmogrification.cpp
Transmogrifier.cpp
you can delete those file was created, and replace whit my stuff.
now compile whit cmake and then install the core.
Download the files
Here (http://www.mediafire.com/?cbzlggpzjeo9h2u)
credits: Made by Rochet2
errors fixed by AddeDev