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 - Skt16

Pages: [1]
1
Serverside Modding / [WotLk] [DBC] Language on custom race?
« on: September 07, 2016, 07:32:05 pm »
Hello, i need some help on custom race... I create a lot of races thanks to a tutorial i found on this web but, i got a problem what cant resolve be myself.

The problem is the language, when i create a character i cant use the chat because: "You dont know this language" on all what i write (gm commands too)

And i edited the following dbc files:

SkillRaceClassInfo.dbc
SkillLineAbility.dbc

And db from the server (playercreateinfo_skill  &  playercreateinfo_spell_custom)

Got TrinityCore on 3.3.5a

This is the tutorial i followed:
viewtopic.php?f=26&t=165

Some idea? Thanks!

2
Serverside Modding / Re: Disable a gender?
« on: September 01, 2016, 03:09:39 am »
Quote from: "Alastor"
Just add same path to normal naaru or copy it make line that has flag female but still same path to model with male naaru
you cant rly disable it so just make them look the same and there will be no difference


Yeah i know i can use the same model than male but i see another servers where some gender are unclickable (the icon is black and white) like when a class cant be picked by a race.

thanks for the answer!

3
Serverside Modding / Disable a gender?
« on: August 30, 2016, 09:21:10 pm »
Hello all! i got another problem, i need to know how i can disable a race gender like naaru female (cus dont have models) on character create menu.

It's possible?.

4
Serverside Modding / Re: CharacterCreate.lua Problem
« on: August 28, 2016, 11:27:43 pm »
Quote from: "Grymskvll"
According to the error popup, this part is causing the error:
Code: [Select]
       for i=1, MAX_RACES, 1 do
            local button = getglobal("CharacterCreateRaceButton"..i);
            button:Enable();
            SetButtonDesaturated(button, false)
        end

You have
Code: [Select]
MAX_RACES = 22;
And your XML file only creates up to and including CharacterCreateRaceButton12.


I fixed all the problems, thanks to you!

5
Serverside Modding / CharacterCreate.lua Problem
« on: August 28, 2016, 04:39:25 am »
Hi all , I come with the hope that you can help me with a problem driving me crazy...
I do a tutorial for make custom races to my server and i did too well, i can play my new races without problems but... When i will create a character the character menu its bugged a lot.

This is the error:


This is what i edited on SharedDefines.h: http://pastebin.com/ee2XwUr7
This is the XML: http://pastebin.com/C0hqX8kH
And this is the Lua: http://pastebin.com/cXWnrXDc

The Interface files was extracted from: World of Warcraft 3.3.5DataxxXXlocale-xxXX.MPQ
because patch-xxXX-2.MPQ make crash when i click the character create button.


What im doing bad?

I got a TrinityCore server with expansion 3.3.5a.

If I can provide more information let me know, thanks and best regards!.

Pages: [1]