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: [C++] In need of a custom class tutorial :)  (Read 1413 times)

Serifaz

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 293
    • View Profile
[C++] In need of a custom class tutorial :)
« on: May 09, 2012, 11:16:30 pm »
Ok so I figured out how to make a custom compile for Mangos, my problem is I can't find were to specify the level info ... once it gets to the playercreateinfo level it shuts down...
does anyone know were I can go to fix this in mangos source?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Jivy

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 11
    • View Profile
Re: [C++] In need of a custom class tutorial :)
« Reply #1 on: May 10, 2012, 09:14:52 pm »
Hi,

It's in the table player_classlevelstats of your database maybe ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Serifaz

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 293
    • View Profile
Re: [C++] In need of a custom class tutorial :)
« Reply #2 on: May 11, 2012, 03:30:40 am »
its ok... Im just gonna go back to arc. I tried changing the player_levelstats in the db and adding the appropriate db changes in playercreateinfo but still giving me the same error
« Last Edit: January 01, 1970, 01:00:00 am by Admin »