Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: oghoebria on February 21, 2011, 04:13:22 am

Title: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: oghoebria on February 21, 2011, 04:13:22 am
Hello My Name is Dot and i am a programer/gm/db developer for the server and ive come across something im extremely confuzed about the owner wants me to add 2 new races to the WoW character creation screen that are fully customizable etc please help me or create said patch i may be able to pay but i might not be able to


add me on msn for more info or if you plan on helping me thank you

oghoebria@hotmail.com
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: Jack on February 21, 2011, 11:15:27 am
Quote from: "oghoebria"
create said patch

no one will.

viewtopic.php?f=26&t=165 (http://modcraft.io/viewtopic.php?f=26&t=165" onclick="window.open(this.href);return false;)
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: oghoebria on February 21, 2011, 05:52:47 pm
How come????
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: ToyokaX on February 21, 2011, 06:58:42 pm
We are not a labor workforce.
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: oghoebria on February 21, 2011, 07:17:22 pm
Never called anyone that  sorry if you thought i was implying that i just saw all the good things that have come from modcraft on youtube and was hoping you could help
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: Jack on February 21, 2011, 09:47:46 pm
Of course we can help, the link I posted is a tutorial on creating a custom races, just as you want it.
That's helping. But if you're expecting we'd do that patch for you then you're in the wrong place, you gotta do something on your own.
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: oghoebria on February 21, 2011, 09:58:18 pm
thank you for the help so far i have done 2 of the dbc files but a couple of them are byte packed and i dont know how to fix it and then im gunna be screwed when it comes to wrighting the mpq i suck at that :0
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: Steff on February 22, 2011, 05:14:34 am
Add a new race is not easy.
You need to change DBC, Server MySQL DB and the core of your server.
Start with something easy and then.... practice,practice,practice....
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: oghoebria on February 22, 2011, 05:24:22 pm
Ok Does Anyone know how to Un-Byte pack something? lol
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: SirFranc on March 04, 2011, 08:50:38 pm
Quote from: "oghoebria"
Ok Does Anyone know how to Un-Byte pack something? lol
for what purpose?
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: oghoebria on March 04, 2011, 09:02:24 pm
We Need to alter a DBC File for our custom patch to work but we dont know how to Un-Byte Pack Something


Charbaseinfo.dbc :P
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: schlumpf on March 04, 2011, 09:04:46 pm
Actually: What do you mean by "byte-packed"?
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: oghoebria on March 04, 2011, 09:16:41 pm
Unfortunately i dont have the exact thing on my computer but an example it

[932839y38g]
[399403s34d]



and theres alot of rows of that :P instead of the normal

[12]  [17] [23]
[11] [91]  [11]
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: schlumpf on March 04, 2011, 10:00:22 pm
I'm sorry, but your example does not make any sense at all. Please get the real example in here and give more details about where you've got these things from.
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: Steff on March 05, 2011, 08:25:07 am
Why you not just use a DBC editor to update your DBC files?
Title: Re: [DBC][Lua][C++]WoW Vengance Chacter Creation
Post by: SirFranc on March 05, 2011, 01:24:23 pm
Quote from: "Steff"
Why you not just use a DBC editor to update your DBC files?
LOL true, model editing is already complex, why making it more complex? XD