Jump to content

Hanpuch

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Hanpuch's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. i already asked him, and he is currently working on eye of archerus quest for dk if he is done fixing it he will try to merge it to evo-x. Oh and Blueboy trinity sucks maybe its most bugfree but support is kinda stupid. it takes ages to get on newer patches. Evo-x has only 2 non working dk quests, eye of archerus and into the dark realm. Trinity has the quest with the mine car not working so evo-x tops from now on. And they have better support, daily new updates. Greetz Hanpuch
  2. Hey there Blueboy is it possible to make Playerbot/Botguy compatible with evo-x mangos(stable 3.3.0a mangos Core with alot of Bugfixes) Here is their Git: http://github.com/evo-X/evo-X/ Big Thanks from Me!!!
  3. Creature.cpp.rej *************** *** 1248,1254 **** RemoveFlag (UNIT_FIELD_FLAGS, UNIT_FLAG_SKINNABLE); AddMonsterMoveFlag(MONSTER_MOVE_WALK); - SetUInt32Value(UNIT_NPC_FLAGS, cinfo->npcflag); Unit::setDeathState(ALIVE); clearUnitState(UNIT_STAT_ALL_STATE); --- 1253,1264 ---- RemoveFlag (UNIT_FIELD_FLAGS, UNIT_FLAG_SKINNABLE); AddMonsterMoveFlag(MONSTER_MOVE_WALK); + // Playerbot mod + if(isBotGiver()) + SetUInt32Value(UNIT_NPC_FLAGS, 1); + else + SetUInt32Value(UNIT_NPC_FLAGS, cinfo->npcflag); + // End Playerbot mod Unit::setDeathState(ALIVE); clearUnitState(UNIT_STAT_ALL_STATE); creature.h.rej *************** *** 392,397 **** bool isRacialLeader() const { return GetCreatureInfo()->RacialLeader; } bool isCivilian() const { return GetCreatureInfo()->flags_extra & CREATURE_FLAG_EXTRA_CIVILIAN; } bool canWalk() const { return GetCreatureInfo()->InhabitType & INHABIT_GROUND; } bool canSwim() const { return GetCreatureInfo()->InhabitType & INHABIT_WATER; } bool canFly() const { return GetCreatureInfo()->InhabitType & INHABIT_AIR; } --- 392,401 ---- bool isRacialLeader() const { return GetCreatureInfo()->RacialLeader; } bool isCivilian() const { return GetCreatureInfo()->flags_extra & CREATURE_FLAG_EXTRA_CIVILIAN; } + // Playerbot mod - adds functionality to load/unload bots from NPC, also need to apply SQL scripts + bool isBotGiver(); + void LoadBotMenu(Player *pPlayer); + bool canWalk() const { return GetCreatureInfo()->InhabitType & INHABIT_GROUND; } bool canSwim() const { return GetCreatureInfo()->InhabitType & INHABIT_WATER; } bool canFly() const { return GetCreatureInfo()->InhabitType & INHABIT_AIR; } PLease help using version 9119 of mangos... OH btw 9106 does not work either...
×
×
  • 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