I bet someone know a reason of those errors, since 3rd jobs and skill tree is standard feature that most of you already know how to add.
I wanna add 3rd jobs and Skill tree from GoH source and while im compiling it im getting those errors:
Quote:
D:\GWProject\Source\Official Source\_Common\InstanceDungeonBase.cpp(521): error C2051: case expression not constant
D:\GWProject\Source\Official Source\_Common\InstanceDungeonBase.cpp(521): error C2065: 'CLASS_LEGEND_HERO' : undeclared identifier
D:\GWProject\Source\Official Source\_Interface\WndNotice.cpp(166): error C2065: 'WIDC_COMMER_BANNER1' : undeclared identifier
D:\GWProject\Source\Official Source\_Interface\WndNotice.cpp(211): error C3861: 'WIDC_COMMER_BANNER1': identifier not found, even with argument-dependent lookup
D:\GWProject\Source\Official Source\_Interface\WndNotice.cpp(229): error C3861: 'WIDC_COMMER_BANNER1': identifier not found, even with argument-dependent lookup
D:\GWProject\Source\Official Source\_Interface\WndTitle.cpp(871): error C2065: 'WIDC_COMMER_BANNER2' : undeclared identifier
d:\GWProject\Source\Official Source\Neuz\NPGameLib.cpp(21): error C2051: case expression not constant
d:\GWProject\Source\Official Source\Neuz\Neuz.cpp(1776): error C2051: case expression not constant
d:\GWProject\Source\Official Source\Neuz\Neuz.cpp(1838): error C2051: case expression not constant
It may come from lang.h file, just got another errors with LANG but actually know how to fix them, just need help with those...






