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: [TUTORIAL] Creating a shell of a class!  (Read 36949 times)

detonatorss

  • Registred Member
  • Model Change Addict
  • *****
  • Posts: 233
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #15 on: October 20, 2012, 04:46:48 pm »
can you see your db? please? if you dont put the stats into the class not work ¬¬
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Desktop


Laptop

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #16 on: October 20, 2012, 05:32:09 pm »
Quote from: "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: [Select]
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
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.
Good that the unsig is not even remotely related to this, as it is only important on "non-default" interface datas. Crashes regarding a specific screen, or essential character create screen, are always related to DBC.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #17 on: October 20, 2012, 06:07:35 pm »
Quote from: "Diemen"
Code: [Select]
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
Great, request investigation in the corresponding thread. There is one only for #132 errors, but nobody seems to notice.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Diemen

  • Registred Member
  • Race Changer
  • *****
  • Posts: 37
    • View Profile
[SOLVED] Re: [TUTORIAL] Creating a shell of a class!
« Reply #18 on: October 22, 2012, 10:45:45 pm »
Edited Last Post Problem Solved
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Diemen

  • Registred Member
  • Race Changer
  • *****
  • Posts: 37
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #19 on: November 03, 2012, 05:25:53 pm »
Quote
P.S I am aware the Necromancer right hand pane icon is missing. I have been awake for over 24 hours and can't remember for the life of me where that BLP is, so I'll get to that when less tired, it's only a minor detail for now, I'm sure you'll live

I found it ;-)
Maybe you can add this to your Tut.

Patch-enUS.MPQInterfaceTARGETINGFRAMEUI-Classes-Circles.blp



Just Edit the BLP Like this one and add it to a MPQ or to the maps in your wow folder is you have a Modded Wow.exe



Result :

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

XxXGenesisXxX

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 204
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #20 on: November 03, 2012, 08:05:31 pm »
Thanks for that. I did end up finding it again, I just haven't had time to update the guide :P
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Diemen

  • Registred Member
  • Race Changer
  • *****
  • Posts: 37
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #21 on: November 03, 2012, 08:50:31 pm »
You're welcome , i just wanted to help the other Modcraft Members ;)
its the least i could do after reading thousand of Tut's haha
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Marwin

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #22 on: December 14, 2012, 02:04:46 pm »
Hello, very nice tutorial. Do you have a clue what libraries and cpp files need to TC2? Anyway, someone does not want to make this public tutorial on core work for TC2?
I would be really grateful to him. The first three steps I have successfully completed. :?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #23 on: December 14, 2012, 03:03:32 pm »
May or may not do something about that later.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Jameyboor

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #24 on: December 19, 2012, 08:34:32 pm »
I can't open Charbasinfo.dbc with neither DBC editor nor myDBCEditor, DBCeditor saying : Byte packed DBC files not supported.

and mydbceditor says : invalid fieldsize : 1
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #25 on: December 19, 2012, 08:38:57 pm »
Quote from: "Jameyboor"
I can't open Charbasinfo.dbc with neither DBC editor nor myDBCEditor, DBCeditor saying : Byte packed DBC files not supported.

and mydbceditor says : invalid fieldsize : 1
Well, great, you told us the error yourself. Take a different editor then.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Jameyboor

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #26 on: December 19, 2012, 09:02:28 pm »
Well, I finally managed to open it trying all the available dbc editors, but now there are just 64 rows with in columnn 1 : 184 and 2 : 92 in all of them.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #27 on: December 19, 2012, 10:59:24 pm »
Quote from: "Jameyboor"
Well, I finally managed to open it trying all the available dbc editors, but now there are just 64 rows with in columnn 1 : 184 and 2 : 92 in all of them.
... Still wrong editor ? Try Tallis for example.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

XxXGenesisXxX

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 204
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #28 on: December 20, 2012, 06:42:39 am »
Quote from: "Jameyboor"
Well, I finally managed to open it trying all the available dbc editors, but now there are just 64 rows with in columnn 1 : 184 and 2 : 92 in all of them.

Covert is to CSV and edit it that way. If it still does the same then re-extract the file from the client because it's a dodgey file.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Jameyboor

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
Re: [TUTORIAL] Creating a shell of a class!
« Reply #29 on: December 20, 2012, 09:28:44 am »
Quote from: "XxXGenesisXxX"
Quote from: "Jameyboor"
Well, I finally managed to open it trying all the available dbc editors, but now there are just 64 rows with in columnn 1 : 184 and 2 : 92 in all of them.

Covert is to CSV and edit it that way. If it still does the same then re-extract the file from the client because it's a dodgey file.
Okay, I'll try that, thanks.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »