Jump to content

krz

Members
  • Posts

    6
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by krz

  1. 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;
                    }

  2. 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.

×
×
  • 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