This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Khira

Pages: [1]
1
Tutorials / [TUTORIAL] Add a new race
« on: July 28, 2010, 08:26:00 pm »
So, I'll explain how to add a race. Warning, we will not cover the preparation of the model but the introduction of race IG.

For this we take as support races already made by Blizzard but inactive. We will see how to add the race of Goblins and Fel Orcs.



  • Warning
      I'm using version 3.3.2a of World of Warcraft and a core MaNGOS 3.3.2a for my changes. Perhaps, you will need to adapte modifications.
    [/li]
    [li]Reminder
      When you edit a DBC file, you will also copy/paste the file in your server dbc folder.


    [/li]
    [li]Information
      When you edit a file, always take the most recent, ie one who is in the patch
    [official] with the highest number.[/list]

    [/li]
    [li]Information
      The interface files and DBCs are in /Data/frFR/. The models, textures, maps, ... are in /Data/
    [/li][/list]



    Summary
    • Server Side Changes
      • [MaNGOS] Core changes*
      • [MaNGOS] DB changes*

    • Client Side Changes
      • Changing the screen character creation*
      • Equipment character creation
      • Display helmets
      • Activating languages and skills
      • Activating reputations

    [/size]
    * Parts to do first.




    Files to edit

    • DataBase Files Client
      • ChrRaces.dbc
      • CharBaseInfo.dbc
      • CharStartOutfit.dbc
      • SkillLineAbility.dbc
      • SkillRaceClassInfo.dbc
      • Faction.dbc

    • Interface Files
      • GlueStrings.lua
      • CharacterCreate.lua
      • CharacterCreate.xml

    • Server Files
      • [MaNGOS] SharedDefines.h

    [/size]

    Pages: [1]