Jump to content

vanguard

Members
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by vanguard

  1. Mangos version: 10050 How it should work: With maximum weapon skill your glancing blow damage against mobs 3 levels higher should be between 65% and 85% of your normal damage. In patch 3.3 the glancing blow penalty for casters was removed, now every class has the same damage penalty from glancing blows: How it works: The glancing blow damage of druid, shaman, mage, warlock and priest is between 1% and 45% of the normal damage. The glancing blow damage of other classes is between 55% and 75% of the normal damage. I wrote a patch that modifies the following: * Removes the glancing blow damage penalty for druid, shaman, mage, warlock and priest. * In the elitistjerks forum (http://elitistjerks.com/f73/t36999-feral_druid_numbers_updated_3_2_2_a/p2/) testing with a druid the glancing blow damage was between 65% and 85% of the normal damage, in the code there is an upper limit of 60% in the low end of glancing blow damage for classes other than rogue and warrior. The patch sets the upper limit of the low end glancing blow damage to 91% for all classes. * Increases the minimum and maximum range of glancing blow reduction by 0.1, so the glancing blow damage will be between 65% and 85% of the normal damage against bosses. * Removes the check of minimum range > maximum range because it is always true. The patch is found at: http://paste2.org/p/880447
  2. When you kill an enemy in the air, his corpse should fall to the ground. Also, if a player dies in the air his corpse should fall to the ground too.
  3. The Arcane Blast buff should be consumed at the start of channeling Arcane Missiles. Each missile fired when channeling Arcane Missiles should benefit from the consumed Arcane Blast buff.
  4. If the passwords are not encrypted you can use this php function to convert them: function sha_password($user,$pass){ $user = strtoupper($user); $pass = strtoupper($pass); return SHA1($user.':'.$pass); }
  5. The bonus damage given to Thorns is 13% of the spell damage. The spell damage it scales from is form the one who has the buff, not the caster. http://www.wowhead.com/?spell=53307#comments
  6. I can't open the link from CrabClaw (http://jaredlobberecht.blogspot.com/2008/06/intro-to-windows-git-gui-in-pictures.html). I get the following error: We're sorry... ... but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can't process your request right now.
×
×
  • 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