A new faction race and class menu

User Tag List

Results 1 to 11 of 11
  1. #1
    kevinjoha's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    A new faction race and class

    i have asked before, but something is wrong with the link to modcraft... so i ask again

    i am creating a complete new faction with 5 new races and 3 new classes. scourge ofc, if ppl wanna help i would be happey!

    but i gotta do something too right? exactly!

    so what dbc files i gotta edit? and i remember something i didnt get to work so i gave up... so if you would try help me a little i would BE VERY HAPPEY +Rep

    A new faction race and class
  2. #2
    kevinjoha's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    none know?.. not even Tigurius or how its spelled?

  3. #3
    Tigurius's Avatar Member
    Reputation
    300
    Join Date
    Jun 2008
    Posts
    519
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the part of the tutorial I've saved (This contains the Files you'll need to edit):
    This tutorial will teach you how to add new Races into the Character-CreationScreen.
    You should know the Basics, DBC-Editing, a little bit Lua-Scripting, and for DBC-Editing i recommend to use [[Tools/Taliis_en|Taliis]]
    RaceName==the Name of your Race.
    Gender==the Gender of your Model.
    XX=Variable 00-99.
    You will need:
    *The Model and the Textures in the following Paths:
    **Path: Character/RaceName/Gender/
    *One Model which has the things mentionted at [[RaceTut_Model]] called RaceNameGender.m2
    *The following Textures for the Model:
    **LowerFace 128*32 Pixels (RaceNameGenderFaceLower00_XX.blp)
    **LowerFace 256*64 Pixels (RaceNameGenderFaceLowerXX_00.blp)
    **UpperFace 128*32 Pixels (RaceNameGenderFaceUpper00_XX.blp)
    **UpperFace 256*64 Pixels (RaceNameGenderFaceUpperXX_00.blp)
    **NakedPelvisSkin 128*64 Pixels (RaceNameGenderNakedPelvisSkinXX_XX.blp)
    **Skin 256*256 Pixels (RaceNameGenderSkinXX_XX.blp)
    So your folder looks like: [[File::Race_Folder.jpg]]
    *DBCs:
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    *Out of the GlueXML-Folder:
    **CharacterCreate.lua
    **CharacterCreate.xml
    **GlueStrings.lua

    ==Basics==
    First of all, we open CreatureModelData.dbc and add a new Entry for our Model(remember: modelnames end with *.mdx!).
    [[File::CreatureModelData.jpg]]
    Then we add an entry to CreatureDisplayInfo.dbc.
    [[File::CreatureDisplayInfo.jpg]]
    Now we open ChrRaces.dbc and add an entry. The abbreviation of the RacName is later used to Name the Helmet-Models.
    The first Flags&0x1 means not playable, the Male and Female Model should be set to the ID in CreatureDisplayInfo.dbc
    [[File::ChrRaces.jpg]]
    In CharBaseInfo.dbc we determine, which Classes for our Race are available.
    [[File::CharBaseInfo.jpg]]
    Like my work? Support Me! ;D

  4. #4
    Tigurius's Avatar Member
    Reputation
    300
    Join Date
    Jun 2008
    Posts
    519
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the part of the tutorial I've saved (This contains the Files you'll need to edit):
    This tutorial will teach you how to add new Races into the Character-CreationScreen.
    You should know the Basics, DBC-Editing, a little bit Lua-Scripting, and for DBC-Editing i recommend to use [[Tools/Taliis_en|Taliis]]
    RaceName==the Name of your Race.
    Gender==the Gender of your Model.
    XX=Variable 00-99.
    You will need:
    *The Model and the Textures in the following Paths:
    **Path: Character/RaceName/Gender/
    *One Model which has the things mentionted at [[RaceTut_Model]] called RaceNameGender.m2
    *The following Textures for the Model:
    **LowerFace 128*32 Pixels (RaceNameGenderFaceLower00_XX.blp)
    **LowerFace 256*64 Pixels (RaceNameGenderFaceLowerXX_00.blp)
    **UpperFace 128*32 Pixels (RaceNameGenderFaceUpper00_XX.blp)
    **UpperFace 256*64 Pixels (RaceNameGenderFaceUpperXX_00.blp)
    **NakedPelvisSkin 128*64 Pixels (RaceNameGenderNakedPelvisSkinXX_XX.blp)
    **Skin 256*256 Pixels (RaceNameGenderSkinXX_XX.blp)
    So your folder looks like: [[File::Race_Folder.jpg]]
    *DBCs:
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    **[]Error
    *Out of the GlueXML-Folder:
    **CharacterCreate.lua
    **CharacterCreate.xml
    **GlueStrings.lua

    ==Basics==
    First of all, we open CreatureModelData.dbc and add a new Entry for our Model(remember: modelnames end with *.mdx!).
    [[File::CreatureModelData.jpg]]
    Then we add an entry to CreatureDisplayInfo.dbc.
    [[File::CreatureDisplayInfo.jpg]]
    Now we open ChrRaces.dbc and add an entry. The abbreviation of the RacName is later used to Name the Helmet-Models.
    The first Flags&0x1 means not playable, the Male and Female Model should be set to the ID in CreatureDisplayInfo.dbc
    [[File::ChrRaces.jpg]]
    In CharBaseInfo.dbc we determine, which Classes for our Race are available.
    [[File::CharBaseInfo.jpg]]
    Like my work? Support Me! ;D

  5. #5
    kevinjoha's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but im gonna use Vrykul, which already got most parts .. and is character id 16.. so how do i do things with them`?

  6. #6
    TehUberkitten's Avatar Corporal
    Reputation
    2
    Join Date
    Feb 2010
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That is a REAL nice first-part of a guide Tigurius... To bad you dont have teh rest D:

    I really would love to know how to do this and pplz just don't seem to want to share

    Took a look at that CharacterCreate.lua and CharacterCreate.xml and found some interesting stuff...




    Sincerely,
    TehUberKitten

  7. #7
    Khira's Avatar Sergeant
    Reputation
    10
    Join Date
    Nov 2009
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Delete for leech.
    /clap !

    And ask me the next time!
    Last edited by Khira; 03-10-2010 at 12:50 PM.

  8. #8
    Tigurius's Avatar Member
    Reputation
    300
    Join Date
    Jun 2008
    Posts
    519
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    File-Upload.net - perfektnewrace0.1.MPQ.zip
    a client patch which includes an added race, not perfect but...
    Like my work? Support Me! ;D

  9. #9
    khanx's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post Delete
    Last edited by khanx; 04-29-2010 at 11:53 AM.

  10. #10
    ownedmmo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i need your help for the race and class pls
    msn: [email protected]

  11. #11
    sirfranc's Avatar Active Member
    Reputation
    182
    Join Date
    Apr 2009
    Posts
    304
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The images are pretty missing :S this make the tutorial not really clear on the DBC editing part, for instance, what should i put in the new entry of CreatureDisplayInfo.dbc?

    (Sorry for necroposting if the thread is too old but i need this tutorial :S)

    EDIT: i figured out something
    but there are one problem and a question

    1: the problem is when i start WoW > the Character Races .dbc is wrong someway... expected 69 columns instead of 68 (do i have to use the model edit fix?)
    2: what are the changes to be done on the server side? the guide is not speaking at all of that :S
    Last edited by sirfranc; 04-09-2010 at 07:19 AM.
    You like my work? you love my edits? you love RPing?
    Come to my RP server then, is still in closed alpha, but azeroth needs YOU.
    NO! i won't give my edits to anyone for any other server!!! and my patches (from 1.5) will be encrypted and will require my server, otherwise the game will crash. cya leechers

Similar Threads

  1. [C# snippet] Get player info by GUID (name, race and class)
    By T@rget in forum WoW Memory Editing
    Replies: 1
    Last Post: 09-03-2016, 01:11 PM
  2. [Patch] Custom races and classes problem with playercreateinfo_skills
    By prologe60 in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 07-23-2015, 05:48 AM
  3. SWTOR - Races and Classes
    By Sephiroth in forum SWTOR Guides
    Replies: 1
    Last Post: 12-21-2011, 11:47 AM
  4. Changing Race and Class names?
    By Deafrunner in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 08-31-2009, 06:09 PM
  5. Mix races and Classes
    By EtanTheMidget in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 05-28-2008, 01:29 AM
All times are GMT -5. The time now is 04:36 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search