Code Monkey home page Code Monkey logo

Comments (3)

Cheekibreeki avatar Cheekibreeki commented on August 31, 2024

Yeah, I'm getting the same error after updating cMaNGOS/ScriptDev2 and compiling with VS Express 2010 on Windows 7.

If it helps,

Error C2039: 'SkinlootId' : is not a member of 'CreatureInfo' -File:PlayerbotAI.cpp -Line:2343
Error C2039: 'type_flags' : is not a member of 'CreatureInfo' -File:PlayerbotAI.cpp -Line:4887

Are there any possible workarounds?

Thanks

from portal.

blueboy avatar blueboy commented on August 31, 2024

Hi Guys,
Thanks for the feedback on this error, I only have time occasionally to check in on the code.. other projects ;)

These errors are easy to fix. Whenever you get an error saying that an element or member of a structure no longer exists, 'pound to a penny' the core guys have either removed or renamed it. The 'CreatureInfo' structure is contained in creature.h. If you search back on github for changes to this file you will find

creature.h [12606] Big rename of creature_template fields...

Here they renamed SkinlootId to SkinningLootId
Error C2039: 'SkinlootId' : is not a member of 'CreatureInfo' -File:PlayerbotAI.cpp -Line:2343

and type_flags to CreatureTypeFlags
Error C2039: 'type_flags' : is not a member of 'CreatureInfo' -File:PlayerbotAI.cpp -Line:4887

you can just rename the references in PlayerbotAI.cpp and it will compile without issue. I'll update the code shortly.

Hope this helps

from portal.

jrgryph avatar jrgryph commented on August 31, 2024

It does... thanks!

from portal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.