Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: venumfox on November 10, 2013, 10:04:48 am

Title: Class Problems
Post by: venumfox on November 10, 2013, 10:04:48 am
I'm working with Cataclysm on creating a custom class, no it's not impossible I'm just stuck on one last thing.

(http://puu.sh/5e2fX.jpg)
http://puu.sh/5e2fX.jpg

For some reason my Icon is not showing up, as you can see i've moved all the other icons over which means my Files are being read i'm just wondering about the Icons, here are my files for those that are interested.

any help is appreciated, thank you (:
Title: Re: Class Problems
Post by: kojak488 on November 10, 2013, 04:55:07 pm
I'm no expert on xml and lua at all, but:

Quote
<CheckButton name="CharacterCreateClassButton11" inherits="CharacterCreateClassButtonTemplate" id="11">
                        <Anchors>
                           <Anchor point="LEFT" relativeTo="CharacterCreateClassButton5" relativePoint="RIGHT" x="6" y="0"/>
                        </Anchors>

Where you have x="6", all the other charactercreateclassbuttons using the left anchor point have x="0".
Title: Re: Class Problems
Post by: venumfox on November 10, 2013, 07:00:17 pm
Quote from: "kojak488"
I'm no expert on xml and lua at all, but:

Quote
<CheckButton name="CharacterCreateClassButton11" inherits="CharacterCreateClassButtonTemplate" id="11">
                        <Anchors>
                           <Anchor point="LEFT" relativeTo="CharacterCreateClassButton5" relativePoint="RIGHT" x="6" y="0"/>
                        </Anchors>

Where you have x="6", all the other charactercreateclassbuttons using the left anchor point have x="0".

I tried changing it up and nothing changed. I think it's not loading my icon cause i tested to see if it was loading the icons from my file and it is...it's just not loading the icon, maybe my icon coordinates are wrong? though i'm not sure how to edit them.
Title: Re: Class Problems
Post by: Gurluas on November 11, 2013, 06:12:57 am
It's the same issue I have, just with a race.
I can't get the last race's icon to appear.

Which is one race above normal.
Title: Re: Class Problems
Post by: venumfox on November 11, 2013, 07:51:18 am
Quote from: "Gurluas"
It's the same issue I have, just with a race.
I can't get the last race's icon to appear.

Which is one race above normal.

Are you using Cata? or wotlk
Title: Re: Class Problems
Post by: Gurluas on November 11, 2013, 08:13:35 am
Wotlk
Title: Re: Class Problems
Post by: Steff on November 11, 2013, 08:16:56 am
ChrRace relation set local on on your servers DBC?
Title: Re: Class Problems
Post by: Gurluas on November 11, 2013, 08:31:19 am
It's an interface client side issue.
The race simply isn't appearing on the character creation. Moe on this in the xml button thread under server side.

EDIT: Nvm solved.
Title: Re: Class Problems
Post by: venumfox on November 11, 2013, 08:37:06 am
Quote from: "Steff"
ChrRace relation set local on on your servers DBC?

I'm using Cata, and yes the DBC is edited but that wouldn't matter since i can't even get my icon to show up. I can change all the other icons, i've tested it but for somereason my added icon doesn't show up.
Title: Re: Class Problems
Post by: venumfox on November 11, 2013, 10:34:52 pm
Bump, i can edit icons just not add one...Any ideas?

(http://puu.sh/5frY9.jpg)
Title: Re: Class Problems
Post by: schlumpf on November 12, 2013, 01:12:21 am
Try harder then. I can even add a clown within a circle to that list without problems. You don't even have to use the pre defined texture map and architecture. Just add a stupid button yourself.
Title: Re: Class Problems
Post by: venumfox on November 12, 2013, 05:57:13 am
Quote from: "schlumpf"
Try harder then. I can even add a clown within a circle to that list without problems. You don't even have to use the pre defined texture map and architecture. Just add a stupid button yourself.

That's the thing, i have tried. I've been trying for 2 days now. I've changed all the icons. I've changed their locations. I cannot get my new icon/button to appear.
Title: Re: Class Problems
Post by: Tommy_EmuDevs on November 12, 2013, 06:25:50 am
Quote from: "schlumpf"
Try harder then. I can even add a clown within a circle to that list without problems. You don't even have to use the pre defined texture map and architecture. Just add a stupid button yourself.

Nobody asked what you can make. If you read, he's asking for help. He isn't asking what you can do, nor is he asking for an attitude. He specifically asked for help, I suggest supporting him respectively, else, don't post if you're just going to tell him to do it himself knowing that he's tried.
Title: Re: Class Problems
Post by: schlumpf on November 12, 2013, 08:07:42 am
There is at least one tutorial describing the whole process. Why not just follow one of them?
Title: Re: Class Problems
Post by: venumfox on November 12, 2013, 08:33:28 am
Quote from: "schlumpf"
There is at least one tutorial describing the whole process. Why not just follow one of them?

I did, hence why i've gotten this far. Its the only thing i'm missing to having a custom class in Cataclysm...not wotlk which all the guides are written for...Cataclysm. I'm asking for a couple minutes of your time or anyone's time. If an answer is to much to ask for a hint would be appreciated, if i hadn't tried all that I could i wouldn't have posted it. Trust me.
Title: Re: Class Problems
Post by: venumfox on November 12, 2013, 08:43:15 pm
I've followed both Tutorials on this site. I've even read through other support threads.