Jump to content

vladex

Members
  • Posts

    463
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by vladex

  1. hey guys, im getting erros on compiling with the lastest rev in PlayerbotDeathKnightAI.cpp , PlayerbotDruidAI.cpp,PlayerbotHunterAI.cpp and other classes errors

    Here is the actual error:

    10>..\\..\\src\\game\\PlayerbotDeathKnightAI.cpp(240) : error C2664: 'bool Unit::HasAura(uint32,SpellEffectIndex) const' : cannot convert parameter 2 from 'int' to 'SpellEffectIndex'

    10> Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)

    10> Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)

    10>..\\..\\src\\game\\PlayerbotHunterAI.cpp(203) : error C2664: 'bool Unit::HasAura(uint32,SpellEffectIndex) const' : cannot convert parameter 2 from 'int' to 'SpellEffectIndex'

  2. Hi all,

    I am very interested in your project Playerbot. I have some questions. Could you tell me, where I can download source (Git?) and how difficult is to install and set up the Playerbot?

    Thanks for answer...

    ok so the source is http://github.com/blueboy/mangos but it is on rev 9285

    so you need to to these steps in order to get it working :

    1.download git

    2.right click on the folder where you want to clone mangos and click GIT BASH here

    3.Then write this : git clone git://github.com/mangos/mangos.git

    4.After it finishes do this : cd mangos

    5.Then git pull git://github.com/blueboy/mangos.git master

    You will get some conflicts so just edit them in Creature.cpp and Worldsession.cpp .... Look onto nyko's last post for the things you need to replace

    Thats all for now..

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use