Advertisement
Rushor

Untitled

Sep 22nd, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /* BREWFEST EXPLOIT FIX BELOW */
  2. if ( !player->IsActiveQuest(11407) /* Bark for Drohn's Distillery! */
  3. && !player->IsActiveQuest(11408) /* Bark for T'chali's Voodoo Brewery! */
  4. && !player->IsActiveQuest(11294) /* Bark for the Thunderbrews! */
  5. && !player->IsActiveQuest(11293) /* Bark for the Barleybrews! */
  6. && (player->HasAura(SPELL_BREWFEST_RAM) || player->HasAura(SPELL_RAMSTEIN_SWIFT_WORK_RAM))
  7. && me->GetDistance(player->GetPositionX(),player->GetPositionY(),player->GetPositionZ()) <= 25.0f
  8. && !player->HasItemCount(ITEM_BREWFEST_KEG,1))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement