Jump to content

put3rg33k

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by put3rg33k

  1. I am trying to install AHBOT but I am getting an error when checking the patch file. I have the patch file (new_ahbot.patch) located in C:\\Mangos\\Addon\\AHBot\\ $ git apply --check Addon/AHBot/new_ahbot.patch error: patch failed: src/game/AuctionHouseHandler.cpp:457 error: src/game/AuctionHouseHandler.cpp: patch does not apply error: patch failed: src/game/AuctionHouseMgr.cpp:263 error: src/game/AuctionHouseMgr.cpp: patch does not apply error: patch failed: src/game/Creature.cpp:1956 error: src/game/Creature.cpp: patch does not apply error: patch failed: src/game/CreatureAI.h:106 error: src/game/CreatureAI.h: patch does not apply error: patch failed: src/game/ItemPrototype.h:134 error: src/game/ItemPrototype.h: patch does not apply error: patch failed: src/game/Pet.cpp:195 error: src/game/Pet.cpp: patch does not apply error: patch failed: src/game/ReputationMgr.cpp:160 error: src/game/ReputationMgr.cpp: patch does not apply error: patch failed: src/game/Spell.cpp:4363 error: src/game/Spell.cpp: patch does not apply error: patch failed: src/game/SpellAuras.cpp:2349 error: src/game/SpellAuras.cpp: patch does not apply error: patch failed: src/game/SpellEffects.cpp:941 error: src/game/SpellEffects.cpp: patch does not apply error: patch failed: src/game/WorldSession.h:134 error: src/game/WorldSession.h: patch does not apply error: patch failed: src/shared/revision_nr.h:1 error: src/shared/revision_nr.h: patch does not apply I am using the lastest version of Mangos as of 5/16; client version 3.3.5a (build 12340).
  2. I have just deployed my first MaNGOS server, Yay! Everything seems to run correctly but I have noticed a problem with range/distance. For example in the game I get burned from campfires when I am not close enough where I should be getting burned. The second example is with throwing weapons. Where my ability is white (can be used) and I can actually throw my weapon, I get a message on the screen that the target is out of range. Has anyone seen these errors before?
  3. I am getting an error when compiling SCRIPTDEV2 (from step 8). When I view the log it states the following error: boss_cthun.cpp ..\\scripts\\kalimdor\\temple_of_ahnqiraj\\boss_cthun.cpp(618) : error C2679: binary '[' : no operator found which takes a right-hand operand of type 'const ObjectGuid' (or there is no acceptable conversion) C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\include\\unordered_map(208): could be 'bool &std::tr1::unordered_map<_Kty,_Ty>::operator [](const unsigned __int64 &)' with [ _Kty=uint64, _Ty=bool ] while trying to match the argument list '(std::tr1::unordered_map<_Kty,_Ty>, const ObjectGuid)' with [ _Kty=uint64, _Ty=bool ] Is this normal? If not, does anyone have a suggestion to get past this error?
×
×
  • 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