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.


Messages - nnhmeisink

Pages: [1]
1
Tutorials / Re: [TUTORIAL] Add a new race
« on: November 30, 2011, 07:57:44 pm »
@ TheSixth

Thnx for the info...you were right, i made an error in my patch xD stupid me....but the problem now is that i have done everything correctly (i think) but the extra char. panels are not showing in the character creation screen...the panels are moved so there is extra space but i dont see anything there

And a 2nd question for these steps:

SET @NEW_RACE = 9; -- ID of adding race.
SET @NEW_CLASS = 1; -- ID of class of the new race.
SET @COPY_RACE = 1; -- ID of the race where we copy datas.

DELETE FROM `playercreateinfo_spell` WHERE race = @NEW_RACE AND class = @NEW_CLASS ;
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`)
SELECT @NEW_RACE, @NEW_CLASS, `Spell`, `Note` FROM `playercreateinfo_spell` WHERE race = @COPY_RACE AND class = @NEW_CLASS;

Wich file do i edit and how? I don't really get this part:S

Sorry for me being a noob xD

Thanks in advance
Niek

2
Tutorials / Re: [TUTORIAL] Add a new race
« on: November 28, 2011, 12:29:59 am »
I'm trying this tutorial to wow 3.3.5a and before starting on this tutorial my own little private server worked fine...now i added my GlueXML files etc. and now when i want to check if the races are showing wow crashes and tells me that BattlemasterList.dbc has wrong number of columns (found 35, expected 32)....
Why oh Why??? I did nothing to the battlemasterlist database file and I really do not understand why this is happening....can any1 help me out???

*edit*
Ignore this part....i didn't made a good patch file so now it works fine :) But now the problem is i don't see the extra char. panels i the character creation panel. I do see 2 extra spaces for the new characters but i can not select them....

Thanks in advance
Niek

3
Tutorials / Re: [TUTORIAL] Add a new race
« on: November 20, 2011, 07:26:26 pm »
First off thanks for this great guide,but i''m stuck at the modification of the Mangos Database...
Which database file do i edit? I'm sorry i just started with all of this and i would like to see how far i can go^^

Thanks

Pages: [1]