Jump to content

Nsoft

Members
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Nsoft's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. [quote=H0zen]Fxed in [URL="https://github.com/mangoszero/server/commit/6bc64bf5c42cbd1e491c28a4d7a2bf91051323fb"]this commit[/URL]. Please test if it's ok[/quote] Good job! Charge works perfectly!
  2. On Test server Cosmic Ray (Vanilla, Blizzlike, PvE) [URL="https://youtu.be/HjENGX-i1us"]WoW test server 2016 05 05 bug [/URL]
  3. Bug with Charge in some caves For example: [URL="https://youtu.be/9OUkn6IaKDU"]WoW MangosZero 2016 05 05 bug[/URL] Can anyone help?
  4. I mean, my DataBase version: [url]https://github.com/mangoszero/database/tree/develop21[/url] [INDENT]characters - db_version - 21.5.1 world - db_version - 21.11.6 realm - db_version - 21.1.2[/INDENT] my server version: [url]https://github.com/mangoszero/server/tree/develop21[/url] And this quest is working. I just checked. [U]Try to update or reinstall.[/U]
  5. I think you need to update your server and db, because with these quests all right. git clone https://github.com/mangoszero/server -b develop21 --recursive git clone https://github.com/mangoszero/database -b develop21 --recursive This guide is for Release 21 (0.21.0) version of Mangos. [url]https://www.getmangos.eu/general-help-amp-support/10595-getting-amp-compiling-mangos-server-rel21.html[/url] [url]https://www.getmangos.eu/general-help-amp-support/10591-rel21-temporary-compile-guide.html[/url]
  6. Its ok whis this quest... "Fire off TWO flares" then "/Salute" from 30-40 yards and Taskmaster Fizzule be friendly. What task??
  7. ok! I fixed it. [B]+[/B] - Adding code. PetAI.ccp void PetAI::UpdateAI(const uint32 diff) { if (!m_creature->IsAlive()) { return; } Unit* owner = m_creature->GetCharmerOrOwner(); + if (!owner->IsAlive()) + { + Pet* pet = owner->GetPet(); + pet->SetDeathState(CORPSE); + return; + } And in DataBase: Table - "creature_template" where "entry" is pet of creature - needed add or edit a field "AIName" to "AIPet". >>>I think need test it, but it work...
  8. Pet not despawn if master die For example: Master creature_template: "1915" AND his Pet creature_template: "1860" [url=https://postimg.org/image/8z57tqfkb/][img]https://s1.postimg.org/8z57tqfkb/Voidwalker-bug.png[/img][/url] What can I do with it?
×
×
  • 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