MMOCoin

Likes Likes:  0
Results 1 to 10 of 63

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #36
    Beginner

    Join Date
    May 2012
    Posts
    5
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    I do have the scriptdev2 problem here part of the output :



    1>------ Build started: Project: ScriptDev2, Configuration: Release Win32 ------

    1>..\scripts\world\npcs_special.cpp(1265): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1277): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1288): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1290): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1304): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1308): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1331): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1341): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1345): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1360): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1366): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1372): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\world\npcs_special.cpp(1378): error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    .....

    1>..\system\system.cpp(207): error C2228: left of '.step' must have class/struct/union
    1> type is ''unknown-type''
    1>..\system\system.cpp(241): error C2065: 'barGoLink' : undeclared identifier
    1>..\system\system.cpp(241): error C2146: syntax error : missing ';' before identifier 'bar'
    1>..\system\system.cpp(241): error C3861: 'bar': identifier not found
    1>..\system\system.cpp(242): error C2065: 'bar' : undeclared identifier
    1>..\system\system.cpp(242): error C2228: left of '.step' must have class/struct/union
    1> type is ''unknown-type''
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


    Hope someone can help in the meantime I will try using the 2008 version.
    Last edited by lordofthedread; 13-05-12 at 02:02 PM. Reason: Output too long



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •