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!

Menu

Author Topic: [TUTORIAL] Add a new race  (Read 70206 times)

Systemfre

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 7
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #60 on: March 04, 2013, 05:23:35 pm »
New question.

How do I turn off the Read-Only thingy in my MPQ editor so I can change the GlueStrings.lua?
cause atm I can't add or take from the MPQ
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #61 on: March 04, 2013, 05:31:14 pm »
Secondary button->Properties->security->Edit
And give all the permissions for yout user group.
But it´s not recomended to edit blizz MPQs, you should make one new.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Systemfre

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 7
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #62 on: March 04, 2013, 06:11:03 pm »
Well I made a new one as you suggested and all that blah blah blah.

so I saved and opened WoW and uh... well...

The orc selection moved to the alliance side o.O

what'd I do wrong?

EDIT: Character creation wont even open now
« Last Edit: March 04, 2013, 06:32:02 pm by Admin »

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #63 on: March 04, 2013, 06:23:36 pm »
Could be lots of errors. Paste your modified files in pastebien or wherever
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

dane2009

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #64 on: April 13, 2013, 06:08:11 am »
would be nice if somebody could update this or share how they got it to work
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

mathex

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 24
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #65 on: April 23, 2013, 10:08:08 pm »
I've now tried to accomplish adding the goblin and fel orc race to my custom patch but every time I get to this point:



And I can't seem to figure what I did wrong, I double checked I did everything the guide said and still there's a mistake somewhere... If someone could help me it'd be very good, thank you :-)

Pastebins for my files:
CharacterCreate.lua = http://pastebin.com/xtf4RGjj
CharacterCreate.xml = http://pastebin.com/TTUtPQRW
GlueStrings.lua = http://pastebin.com/8pWSNCDR
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

heimday

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 1
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #66 on: May 04, 2013, 09:05:01 pm »
Hello (first sorry my english).

I have a question.

I am making a patch for wow 3.3.5a. In this patch, I want to add new races (worgen, goblin from cata, high elves, etc...). is correct this:

{
    RACE_HUMAN          = 1,
    RACE_ORC            = 2,
    RACE_DWARF          = 3,
    RACE_NIGHTELF       = 4,
    RACE_UNDEAD_PLAYER  = 5,
    RACE_TAUREN         = 6,
    RACE_GNOME          = 7,
    RACE_TROLL          = 8,
    //RACE_GOBLIN         = 9,
    RACE_BLOODELF       = 10,
    RACE_DRAENEI        = 11,
    //RACE_FEL_ORC        = 12,
    //RACE_NAGA           = 13,
    RACE_BROKEN         = 14,
    //RACE_SKELETON       = 15,
    //RACE_VRYKUL         = 16,
    //RACE_TUSKARR        = 17,
    RACE_FOREST_TROLL   = 18,
    //RACE_TAUNKA         = 19,
    //RACE_NORTHREND_SKELETON = 20,
    //RACE_ICE_TROLL      = 21
    RACE_GOBLINCATA     = 22,
    RACE_WORGEN           = 23,
    RACE_HIGHELF      = 24,
    RACE_DEATHELF     = 25
};

// max+1 for player race
#define MAX_RACES         26


______________

I heard that max_races is 21, Can i select 26? o could be a problem.

Thanks and sorry for my english.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Gabonza

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #67 on: June 02, 2013, 03:36:15 pm »
Nice tutorial :) thnx
« Last Edit: June 09, 2013, 05:09:56 pm by Admin »

drake135

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #68 on: June 08, 2013, 08:52:48 am »
every time i try to open CharBaseInfo it keeps giving Invalid fieldsize: 1. i have tryed other Dbc editors but nothings working.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

noc

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 121
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #69 on: June 08, 2013, 01:18:36 pm »
You must use DBCUtil.exe to work with non-standard files.

drake135

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #70 on: June 09, 2013, 08:29:20 am »
ok. i have 2 more problems now. first when it said i should have the 2 races added when i went into the game nothing change. i added the files to the server. i am using trinity for my server not mangos. tried running mangos but i couldnt connect to the mysql. which brings me to my second problem, i tried to go on and solve the first problem later but i dont know how to with trinity. should i just try to get mangos working and forget trinity or does it make a difference. thanks for everything.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

HellHoundFTW

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #71 on: October 13, 2013, 05:40:47 am »
What DBC editor are you guys using? im using Taliis, but it seems i cant add a new row with it, HALP!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #72 on: October 13, 2013, 10:05:17 pm »
MyDbcEditor
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rent

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 1
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #73 on: November 06, 2013, 09:13:20 pm »
Quote from: "kojak488"
MyDbcEditor

You need to train someone.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

jcarter

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [TUTORIAL] Add a new race
« Reply #74 on: November 18, 2013, 11:24:22 pm »
Quote from: "HellHoundFTW"
What DBC editor are you guys using? im using Taliis, but it seems i cant add a new row with it, HALP!

Taliis works fine.  Just select the row, right click, and hit clone selected row.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »