Forum > Tutorials
[TUTORIAL] Creating a shell of a class!
<< < (3/17) > >>
Diemen:
I have to admit its a really nice Tut for Custom Classes ! so Rep for you :-D
But as simple as it is i can't seem to get my Class Icon shown at the Character Create Screen.... I followed every single line you wrote down. all i have left to do is the Core part but that should't be a part of this problem.
--- Code: ---<CheckButton name="CharacterCreateClassButton10" inherits="CharacterCreateClassButtonTemplate" id="10"> <Anchors> <Anchor point="TOP" relativeTo="CharacterCreateClassButton5" relativePoint="BOTTOM" x="0" y="-6"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateClassButton11" inherits="CharacterCreateClassButtonTemplate" id="11"> <Anchors> <Anchor point="LEFT" relativeTo="CharacterCreateClassButton5" relativePoint="RIGHT" x="6" y="0"/> </Anchors> </CheckButton>
--- End code ---
I've changed X=6 to X=0 on Button nr 2 - 10 and tried it for button 11 aswell but without any result. Any tips would be great ! :D
Thnx !
XxXGenesisXxX:
--- Quote from: "Diemen" ---I have to admit its a really nice Tut for Custom Classes ! so Rep for you :-D
But as simple as it is i can't seem to get my Class Icon shown at the Character Create Screen.... I followed every single line you wrote down. all i have left to do is the Core part but that should't be a part of this problem.
--- Code: ---<CheckButton name="CharacterCreateClassButton10" inherits="CharacterCreateClassButtonTemplate" id="10"> <Anchors> <Anchor point="TOP" relativeTo="CharacterCreateClassButton5" relativePoint="BOTTOM" x="0" y="-6"/> </Anchors> </CheckButton> <CheckButton name="CharacterCreateClassButton11" inherits="CharacterCreateClassButtonTemplate" id="11"> <Anchors> <Anchor point="LEFT" relativeTo="CharacterCreateClassButton5" relativePoint="RIGHT" x="6" y="0"/> </Anchors> </CheckButton>
--- End code ---
I've changed X=6 to X=0 on Button nr 2 - 10 and tried it for button 11 aswell but without any result. Any tips would be great ! :D
Thnx ! --- End quote ---
Do you mean the actual button or just the display icon?
If it's the button itself make sure you have set the max classes to 11 in the lua file and the DBC's did save (Taliis has a habbit of not saving properly).
If you just mean the actual icon, firstly make the x="6" into x="0", as I said in the guide make all the x="6" into x="0"', the one we made was no exception. If the icon still isn't showing in the button, then either the lua file icon co-ordinates are off, or your class blp file isn't working properly.
Diemen:
i'm sorry for being not clear , i meant the Button itself. I Checked the DBC's and they were all Saved properly Same for the Lua and XML , Checked the Paths and they were also fine. Tried Your BLP and my own but still no result :-(
This could be the only part i did wrong i Guess..
#CharBaseInfo.DBC
#1 Races 1-10 13 14 16
#2 Classes 12
XxXGenesisXxX:
--- Quote from: "Diemen" ---i'm sorry for being not clear , i meant the Button itself. I Checked the DBC's and they were all Saved properly Same for the Lua and XML , Checked the Paths and they were also fine. Tried Your BLP and my own but still no result :-(
This could be the only part i did wrong i Guess..
#CharBaseInfo.DBC
#1 Races 1-10 13 14 16
#2 Classes 12 --- End quote ---
How are you applying these to your client? Like are you doing it through an MPQ patch? Or through folders in your clients directory? If folders, are you using a hacked wow.exe, if so which one? And does your GlueXML folder come up as GlueXML.old?
Diemen:
i'm using Mjollna's wow.exe so i can just put my Files into maps and don't need to make MPQ's but now i get an Error when i Click [ Create New Character ]
--- Code: ---ERROR #132 (0x85100084) Fatal Exception Program: C:GamesWorld of Warcraft 3.3.5a (no install)World of Warcraft 3.3.5a (no install)Wow.exe Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:004E204F --- End code --- but i can't seem to find the problem. i think its a Lua Issue..
And it seems it Does change to .old
Edit: I Cracked the Wow.exe from Mjollna With wow_unsig(12340).exe and now it doesn't change to GlueXML.old anymore but still gives an error on Character Create.
EDIT2: My Error is Fixed , i messed up some thing in CharBaseInfo.dbc Sorry for troubling you Schlumpf, and thanks for the help Guys ;-)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|