google-code-export / oregoncore

Automatically exported from code.google.com/p/oregoncore
GNU General Public License v2.0
1 stars 0 forks source link

Quiver and Thori'dal quiver speed increase stack #389

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
*LAST or LATEST is NOT a valid revision-number, use hg tip or check in
Tortoise to find your Revision-ID
*Before posting an issue read http://is.gd/hTVFL
if you are using a build older than 100 revs from tip please update to tip
before reporting an issue*

What steps will reproduce the problem?
1. Equipping a quiver.
2. Equip Thori'dal the stars' fury.
3.

What is the expected output? What do you see instead?
30% Ranged attack speed Increase as opposed to 15% from just the bow (which 
should unequip your quiver).
Putting your attack speed from 2.35 sec attack speed (from just the 15% 
reduction) to 2.04 secs (with the quiver).

What revision of the Core are you using? On what operating system?
1098+

Please provide any additional information below.

Original issue reported on code.google.com by Sebastia...@googlemail.com on 2 Feb 2011 at 4:22

GoogleCodeExporter commented 9 years ago
Oh!! i fix it in database!!! 
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29414', '0', 'thoridal(fix 
15% haste)');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14829', '0', 'toridal!!!');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14825', '0', 'thoridal!');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29416', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29413', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29417', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29415', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29418', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14826', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14828', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14824', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14827', '0', 'thoridal');

Original comment by guns1...@yandex.ru on 12 Feb 2011 at 10:46

GoogleCodeExporter commented 9 years ago
Oh sorry this is only 50% fix!!!  and this is a 100% fix!!! ^^
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29414', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14829', '0', 'toridal!!!');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14825', '0', 'thoridal!');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29416', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29413', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29417', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29415', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-29418', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14826', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14828', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14824', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('44972', '-14827', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('29414', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('14829', '-44972', '0', 'toridal!!!');
INSERT INTO `spell_linked_spell` VALUES ('14825', '-44972', '0', 'thoridal!');
INSERT INTO `spell_linked_spell` VALUES ('29416', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('29413', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('29417', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('29415', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('29418', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('14826', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('14828', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('14824', '-44972', '0', 'thoridal');
INSERT INTO `spell_linked_spell` VALUES ('14827', '-44972', '0', 'thoridal');

Original comment by guns1...@yandex.ru on 12 Feb 2011 at 2:13

GoogleCodeExporter commented 9 years ago
Proper fix should be to prevent equiping a quiver with thoridal at the same 
time as far as I know

Original comment by stfxm...@gmail.com on 13 Feb 2011 at 12:55