Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: nenamax1 on February 13, 2016, 11:08:32 pm
-
Hello i trying to add a new Race
I follow this Tut
viewtopic.php?f=26&t=165 (http://modcraft.io/viewtopic.php?f=26&t=165" onclick="window.open(this.href);return false;)
Server Files
[MaNGOS] >>>SharedDefines.h<<< How can i find this file i´m a totaly noob and can me this someone Explain?
Open mangossrcgameSharedDefines.h : I cant find this Link
Thank you very much.
-
?_?
https://github.com/mangoszero/server/bl ... dDefines.h (https://github.com/mangoszero/server/blob/release20/src/game/Server/SharedDefines.h" onclick="window.open(this.href);return false;)
https://github.com/cmangos/mangos-wotlk ... dDefines.h (https://github.com/cmangos/mangos-wotlk/blob/master/src/game/SharedDefines.h" onclick="window.open(this.href);return false;)
You need to go to the folder / file in your local source folder - which you should have downloaded from github.
-
?_?
https://github.com/mangoszero/server/bl ... dDefines.h (https://github.com/mangoszero/server/blob/release20/src/game/Server/SharedDefines.h" onclick="window.open(this.href);return false;)
https://github.com/cmangos/mangos-wotlk ... dDefines.h (https://github.com/cmangos/mangos-wotlk/blob/master/src/game/SharedDefines.h" onclick="window.open(this.href);return false;)
You need to go to the folder / file in your local source folder - which you should have downloaded from github.
Srry when i ask this but how is my Local Source Folder i dont have one how can i one download with github?
-
?_?
https://github.com/mangoszero/server/bl ... dDefines.h (https://github.com/mangoszero/server/blob/release20/src/game/Server/SharedDefines.h" onclick="window.open(this.href);return false;)
https://github.com/cmangos/mangos-wotlk ... dDefines.h (https://github.com/cmangos/mangos-wotlk/blob/master/src/game/SharedDefines.h" onclick="window.open(this.href);return false;)
You need to go to the folder / file in your local source folder - which you should have downloaded from github.
Srry when i ask this but how is my Local Source Folder i dont have one how can i one download with github?
Your local repo is not complete then. I recommend re-downloading the entire source. Follow their instructions or learn about pulling a repo from github from google. I highly recommend first getting used to the system before changing content.