Forum > Tutorials
[TUTORIAL] Add a new race
<< < (8/18) > >>
nnhmeisink:
@ 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
samgartell:
--- Quote from: "thesixth" ---Yaaay! I've got it working! --- End quote ---
Any info on the whole GlueParent.lua thing? Still no luck here. I'm new to xml and lua, so it's all a mystery to me really. Thanks in advance.
Steff:
As this Lua stuff is the same as AddOns read the existing docs you find in the web.
Steff:
@thesixth: You need to update the MySQL DB of the Server for many stuff. Like start equipment.
jippejoosten:
may u can help me.
i can't find the CharBaseInfo.dbc. and we i try to make one on Taliis, than it says no need for make a abc file.
anyone know what to do ?
ps. i work on a mac
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|