Skip to content

compilation failed #11

@exltus

Description

@exltus

Hi i downloaded mangos from https://github.com/cmangos/mangos-tbc and scriptdev2 from https://github.com/scriptdev2/scriptdev2-tbc , I suppose, that this are newest versions. Compilation of magon in VS 2010 runs without errors, but for scriptdev2 I am getting this error. How to fix it plz?
1>------ Build started: Project: ScriptDev2, Configuration: Release x64 ------
1> Extracting revision
1> escort_ai.cpp
1> follower_ai.cpp
1> felwood.cpp
1> boss_moam.cpp
1>..\scripts\kalimdor\ruins_of_ahnqiraj\boss_moam.cpp(69): error C2039: 'MaxLevelMana' : is not a member of 'CreatureInfo'
1> d:\srv\mangos\src\game\Creature.h(71) : see declaration of 'CreatureInfo'
1>..\base\follower_ai.cpp(52): error C2039: 'CreatureTypeFlags' : is not a member of 'CreatureInfo'
1> d:\srv\mangos\src\game\Creature.h(71) : see declaration of 'CreatureInfo'
1> mob_generic_creature.cpp
1> sc_creature.cpp
1>..\scripts\world\mob_generic_creature.cpp(108): error C2039: 'Rank' : is not a member of 'CreatureInfo'
1> d:\srv\mangos\src\game\Creature.h(71) : see declaration of 'CreatureInfo'
1> ScriptMgr.cpp
1>..\scripts\kalimdor\felwood.cpp(123): error C2039: 'Scale' : is not a member of 'CreatureInfo'
1> d:\srv\mangos\src\game\Creature.h(71) : see declaration of 'CreatureInfo'
1>..\ScriptMgr.cpp(205): error C2039: 'LanguageId' : is not a member of 'MangosStringLocale'
1> D:\srv\MaNGOS\src\game\ObjectMgr.h(114) : see declaration of 'MangosStringLocale'
1>..\ScriptMgr.cpp(217): error C2039: 'LanguageId' : is not a member of 'MangosStringLocale'
1> D:\srv\MaNGOS\src\game\ObjectMgr.h(114) : see declaration of 'MangosStringLocale'
1>..\ScriptMgr.cpp(219): error C2039: 'LanguageId' : is not a member of 'MangosStringLocale'
1> D:\srv\MaNGOS\src\game\ObjectMgr.h(114) : see declaration of 'MangosStringLocale'
1>..\base\escort_ai.cpp(102): error C2039: 'CreatureTypeFlags' : is not a member of 'CreatureInfo'
1> d:\srv\mangos\src\game\Creature.h(71) : see declaration of 'CreatureInfo'
1>..\include\sc_creature.cpp(482): error C2039: 'EquipmentTemplateId' : is not a member of 'CreatureInfo'
1> d:\srv\mangos\src\game\Creature.h(71) : see declaration of 'CreatureInfo'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions