Jump to content

krz

Members
  • Posts

    6
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by krz

  1. it doesn't summon creature, because 24760 doesn't have it in effect there are only 2 effects 1st activate object (maybe object activation should spawn creature) 2nd apply aura dummy
  2. http://en.wikipedia.org/wiki/Hungarian_notation
  3. What bug does the patch fix? What features does the patch add? It fixes visual bug before real roll. Now you will see: "You/playersnick have/has selected Need/Greed for [item]" Instead of "Need/Greed roll - 1/2 for [item] by playersnick. For which SubVersion revision was the patch created? 6718 Is there a thread in the bug report section? If yes, please add a link to the thread. I don't know Who has been writing this patch? Please include either forum user names or email addresses. krz Index: src/game/Group.cpp =================================================================== --- src/game/Group.cpp (revision 6718) +++ src/game/Group.cpp (working copy) @@ -623,14 +623,14 @@ break; case 1: //player choose Need { - SendLootRoll(0, playerGUID, 1, 1, *roll); + SendLootRoll(0, playerGUID, 0, 0, *roll); ++roll->totalNeed; itr->second = NEED; } break; case 2: //player choose Greed { - SendLootRoll(0, playerGUID, 2, 2, *roll); + SendLootRoll(0, playerGUID, 128, 2, *roll); ++roll->totalGreed; itr->second = GREED; }
  4. If you forgot to turn off GM mode you still have <GM> near nick : >
  5. 1. When I edit boss entry in creature_template name doesn't change, creature is still boss and lvl ?? etc. Why? 2. Some creatures are immune to Spellsteal (nothing to steal message). When I set every flag/immune mask to 0 they are still immune. For example I copied entry of normal mob (not immune to spellsteal) and changed entry number to Krosh Firehand ID I couldn't use Spellsteal on him and he had correct name.
  6. Some spells are using this effect. Those spells were working on 2.3.3 version, and on 2.4.x don't work. It's mangos bug or .dbc ? : > (it seems like not implemented effect in mangos' svn) For example Void Reaver was launching orbs by http://www.wowhead.com/?spell=34172 and now this doesn't work.
×
×
  • 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