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
-
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 (:
-
I'm no expert on xml and lua at all, but:
<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'm no expert on xml and lua at all, but:
<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.
-
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.
-
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
-
Wotlk
-
ChrRace relation set local on on your servers DBC?
-
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.
-
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.
-
Bump, i can edit icons just not add one...Any ideas?
(http://puu.sh/5frY9.jpg)
-
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.
-
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.
-
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.
-
There is at least one tutorial describing the whole process. Why not just follow one of them?
-
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.
-
I've followed both Tutorials on this site. I've even read through other support threads.