Commit Graph

9094 Commits

Author SHA1 Message Date
Gacko 01b705c844 Core/Player: Fix armor calculation - 2nd try
Base armor value from WDB data includes the ArmorDamageModifier. Items of
same item level, required level, armor type and equiptment slot should
have (nearly) the same armor values.

See following links for further proofs:
http://pastebin.com/fqNJLYj4
http://www.wowhead.com/item=50466#comments:id=889035:reply=444786

The shown item should have a base armor value of 177 as similar items and
a bonus armor value of 560 which equals 737 - like in DB atm.
2013-01-01 21:43:17 +01:00
Gacko 87368cab45 Partially revert last commit - fix on ItemHandler coming soon 2013-01-01 21:17:48 +01:00
Gacko 431b807275 Core/Player: Fix armor calculation
Base armor value from WDB data includes the ArmorDamageModifier. Items of
same item level, required level, armor type and equiptment slot should
have (nearly) the same armor values.

See following links for further proofs:
http://pastebin.com/fqNJLYj4
http://www.wowhead.com/item=50466#comments:id=889035:reply=444786

The shown item should have a base armor value of 177 as similar items and
a bonus armor value of 560 which equals 737 - like in DB atm.
2013-01-01 20:47:05 +01:00
Vincent_Michael 7fea285aea Core/Command: Add command for near creature finding 2013-01-01 18:16:32 +01:00
Vincent_Michael 6317878b6f Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps 2012-12-31 15:26:57 +01:00
Gacko edb90f957b Core/DB: Haaleshi Altar
- Prevent crash due to spamming GossipHello
- Convert core script to SAI
- Solves #8220
2012-12-31 15:03:19 +01:00
Gacko 0eb26feaf2 DB/SAI: Reforging the sword 2012-12-31 01:17:42 +01:00
joschiwald 08f62d8313 Core/MMaps: use DisableMgr to disable pathfinding on a specific map 2012-12-30 21:09:21 +01:00
Vincent_Michael 871f8c8003 Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps 2012-12-29 15:35:10 +01:00
Gacko 2048877746 Rename SQL
... forgot again...
2012-12-29 08:03:00 +01:00
Gacko 01997cba47 DB/Quest: Citadel footsteps questline. Thx @Exodius
This, together with
- 007461b6d8
- 9020084096
- f1d960a589
solves #7707. Any suggestions/improvements in this issue.
2012-12-29 08:01:07 +01:00
Subv ff5b0a14a4 Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into mmaps 2012-12-28 11:45:46 -05:00
Trista 4065b17c94 DB/Quest: remove deprecated version of Ally of the Netherwing
Closes #2841
2012-12-28 16:21:29 +01:00
nelgalno 52f7a7b224 DB/Quest: add some SAI for The Moment of Truth (10201)
Closes #1108
2012-12-28 16:17:20 +01:00
ZxBiohazardZx 718313f1b8 DB/Startups: apparently we had some creatures with wrong movementtype... 2012-12-28 16:11:04 +01:00
secharles 8272affe92 Script/Commands: New command: lookup spell id #spellid
Command to allow to know spell names based on id

Example:
 lookup spell id 686:
 686 - [Shadow Bolt rank 1 esES] [know]

Closes #8800

Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-28 01:05:56 +00:00
Gacko a29ec679ae Rename SQL 2012-12-27 22:15:30 +01:00
Gacko 007461b6d8 DB/Quest: The Shadow's Vault questline. Thx @Exodius 2012-12-27 22:12:29 +01:00
Vincent_Michael 06d44ad32d Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps 2012-12-27 19:53:45 +01:00
Malcrom 8b90626e5f DB/SAI: EAI to SAI conversions 2012-12-27 14:47:36 -03:30
Nay 7e196e8e58 Merge remote-tracking branch 'origin/master' into mmaps 2012-12-27 17:53:34 +00:00
Nay 7fe2d7309a DB/Schema: Rename and change types of a few fields in locales_creature_text and locales_npc_text
locales_creature_text.textGroup -> locales_creature_text.groupid
locales_npc_text.entry -> locales_npc_text.ID
2012-12-27 16:42:05 +00:00
Nay b530602b96 DB/Schema: Rename locales_quest.entry to locales_quest.Id for consistency with quest_template table 2012-12-27 14:29:05 +00:00
Gacko 9020084096 DB/Quest: Orgrim's Hammer questline - Thx @Exodius 2012-12-27 14:12:22 +01:00
Gacko 98be46dfd8 Rename sql file 2012-12-27 12:25:47 +01:00
Malcrom aa92488ac6 DB/SAI: EAI to SAI Conversions 2012-12-27 01:15:34 -03:30
Malcrom 68ffe8a7a9 DB/SAI: EAI to SAI conversions. 2012-12-27 00:10:11 -03:30
Malcrom 18bc253f38 DB/SAI: EAI to SAI Conversions. 2012-12-26 23:16:05 -03:30
Malcrom 011acd0511 DB/SAI: EAI to SAI conversions. 2012-12-26 22:14:54 -03:30
Malcrom 24c4ea0801 DB/SAI: Fix SAI in previous commit. php is a powerful drug 2012-12-26 21:20:12 -03:30
Malcrom 4a7e3937d3 DB/SAI: EAI to SAI conversions 2012-12-26 21:12:24 -03:30
Malcrom b47c2d7421 DB/SAI: fix error in sql 2012-12-26 20:11:19 -03:30
Malcrom fd25bdd4b6 DB/SAI: More conversions from EAI to SAI 2012-12-26 20:01:55 -03:30
Vincent_Michael 7b9b67a3b3 Core/Quest: Drop table quest_end_scripts 2012-12-26 23:20:05 +01:00
Malcrom 24ac8f7a2a DB/SAI: Fix error in sql 2012-12-26 18:43:14 -03:30
Malcrom 914d3649c4 DB/SAI: EAI to SAI conversions with text 2012-12-26 18:26:55 -03:30
Malcrom dba6bfe477 DB/SAI: Fix errors 2012-12-26 17:32:11 -03:30
Malcrom c96326e4d9 DB/SAI: More conversions from EAI 2012-12-26 16:51:12 -03:30
Malcrom 995208eba2 DB/SAI/EAI: Update Spectral Servant to SAI and fix some EAI text errors. 2012-12-26 16:22:30 -03:30
Vincent_Michael 306c89468d DB/Game Event: Update Darkmoon Faire start times 2012-12-26 20:37:43 +01:00
Malcrom 32441d00f3 DB/SAI: Fix flags on previous commit 2012-12-26 14:52:41 -03:30
Malcrom 95d81d14f8 DB/SAI: Convert Defias EAI to SAI with text 2012-12-26 14:47:29 -03:30
Malcrom 36b1ed213e DB/SAI: Convert Kobold's from EAI to SAI with text 2012-12-26 14:20:05 -03:30
Malcrom f499b52fd6 DB/SAI: Some convertions from EAI to SAI with text 2012-12-26 13:47:33 -03:30
Malcrom 49a067726d DB/SAI: Convert Zereketh The Unbound to SAI 2012-12-26 12:51:23 -03:30
Malcrom da1f004145 DB/SAI: Convert Rhahk'Zor from EAI to SAI 2012-12-26 12:28:59 -03:30
Malcrom 30e2ab8e0f DB/SCRIPTS: Fix text for High Botanist Freywinn and remove creature_ai_texts. 2012-12-26 11:52:05 -03:30
Malcrom a01087295b DB/SAI: Fix Errors in Previous SAI 2012-12-25 20:26:45 -03:30
Malcrom d47dfc9eb4 DB/SAI: Forgot end of line :) 2012-12-25 20:08:01 -03:30
Malcrom 0d91306416 DB/SAI: Final part of Quest 12512 "Leave No One Behind"
Will not work until Spells are scripted.
2012-12-25 20:06:20 -03:30