Jump to content

syncrosised

Members
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

syncrosised's Achievements

Member

Member (2/3)

0

Reputation

  1. [Spell] Entangling Roots In the latest build of develop21 You can cast entangling roots on multiple targets. Normaly when you root a 2nd mob, the first one comes loose. This doesn't happen. you just get 2 rooted targets.
  2. [quote=H0zen]Fixed with [URL="https://github.com/mangoszero/server/pull/126"]this PR[/URL][/quote] I tested it now. but if you dismis your pet, you remove your pet. and is your pet dies, and you die, you also lose your pet.
  3. Quick fix. UPDATE `mangos`.`creature_template` SET `FactionAlliance`='25', `FactionHorde`='25' WHERE `Entry`=80;
  4. I did notice that this is a quick fix, if your pet is out of range, you can still call it back to life with 1hp
  5. I managed to get this fixed. (with the help of Olion) PS: i dont know how to add this to the main source. In Pet.cpp Replace: case CORPSE: { Unsummon(PET_SAVE_NOT_IN_SLOT); break; } With: case CORPSE: { if (getPetType() != HUNTER_PET || m_corpseRemoveTime { Unsummon(PET_SAVE_NOT_IN_SLOT); //hunters' pets never get removed because of death, NEVER! return; } break; }
×
×
  • 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