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!

Menu

Author Topic: Class Problems  (Read 2922 times)

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Class Problems
« 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

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 (:
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: Class Problems
« Reply #1 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".
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Re: Class Problems
« Reply #2 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: Class Problems
« Reply #3 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Re: Class Problems
« Reply #4 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: Class Problems
« Reply #5 on: November 11, 2013, 08:13:35 am »
Wotlk
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Class Problems
« Reply #6 on: November 11, 2013, 08:16:56 am »
ChrRace relation set local on on your servers DBC?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: Class Problems
« Reply #7 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.
« Last Edit: November 11, 2013, 08:43:16 am by Admin »

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Re: Class Problems
« Reply #8 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Re: Class Problems
« Reply #9 on: November 11, 2013, 10:34:52 pm »
Bump, i can edit icons just not add one...Any ideas?

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Class Problems
« Reply #10 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Re: Class Problems
« Reply #11 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Tommy_EmuDevs

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 1
    • View Profile
Re: Class Problems
« Reply #12 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Class Problems
« Reply #13 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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Re: Class Problems
« Reply #14 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »