Commit Graph

9162 Commits

Author SHA1 Message Date
Shauren
df6d557a4d Core/Entities: Updated updatefields to 7.0.3.21414 2016-05-20 23:50:20 +02:00
Shauren
70102f32fe Core/DataStores: Updated opcodes and db2 to 7.0.3.21414 2016-05-20 23:49:53 +02:00
Shauren
885d9b53c3 Core/DataStores: Updated dbc/db2 to 7.0.1.20994 2016-05-20 23:48:48 +02:00
Shauren
41ae38d94d Core/DataStores: Updated dbc/db2 to 7.0.1.20914 2016-05-20 23:48:24 +02:00
Shauren
5c2c9a684f Core/DataStores: Updated dbc/db2 to 7.0.1.20810 2016-05-20 23:46:17 +02:00
Shauren
91753a94b3 Core/PacketIO: Updated character list packets for 7.x 2016-05-20 23:39:39 +02:00
Shauren
9a6c08efa2 Core/Spells: Fixed Fulmination and Shaman T18 bonuses related to it 2016-05-20 21:11:43 +02:00
Shauren
498725f3de Fixed data in base auth sql file 2016-05-19 22:19:19 +02:00
Shauren
48d637b540 Core: Change supported client version to 6.2.4.21742 2016-05-19 18:43:01 +02:00
Shauren
791e0f0513 Core/Spells: Fixed Lightning Shield dropping charges when attacked 2016-05-12 16:47:45 +02:00
Shauren
9fa5906c40 Core/Spells: Fixed Elemental Blast random buff (shaman) 2016-05-10 17:06:39 +02:00
Shauren
c75fcbe20b Core/Achievements: AchievementMgr refactoring
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation
* Fixed players earning guild achievements
2016-05-07 01:16:29 +02:00
Shauren
a49b348d62 Core/Spells: Removed code for handling SPELL_AURA_OVERRIDE_CLASS_SCRIPTS whose miscvalue cases were removed from the game 2016-05-04 18:25:30 +02:00
Shauren
110ae3e626 Core/Spells: Implemented RPPM proc effects
Closes #17001
2016-05-02 18:52:15 +02:00
DDuarte
e873006153 DB/Strings: Fix a .npc info crash
Fixes #17066
2016-05-02 16:01:07 +01:00
Shauren
83b1f8be97 Core/DataStores: Clean up manually named tables/columns in hotfixes database to reduce work needed when regenerating HotfixDatabase prepared statements 2016-05-01 21:46:58 +02:00
Incorrect
c28e6a8c16 Core/Spells: Fixed overwriting summon requests
Closes #17049
2016-05-01 12:53:39 +02:00
Aokromes
027e884af8 DB/Misc: Fix some engrish
By tkrokli closes #16648

(cherry picked from commit 7ee7548b94)
2016-05-01 02:00:28 +02:00
Shauren
d9f7692c2e Core/Spells: Updated existing shaman spell scripts 2016-05-01 00:09:01 +02:00
Shauren
d92f529d93 Core/Spells: Fixed Stealth and Vanish
Closes #15779
2016-04-29 21:21:58 +02:00
Shauren
cc262ec12e Core/Spells: Updated Eviscerate and Envenom formulas
Closes #16886
Closes #16887
2016-04-29 20:05:41 +02:00
edea
2b411aa148 Core/Spells: Fix PvP trinkets animations
Closes #16890
2016-04-28 22:34:57 +02:00
Killyana
4da8ff95e6 DB/Creature: Fix some npc flags
(cherry picked from commit 6392887f2b)
2016-04-28 17:10:52 +01:00
Killyana
19ba030370 DB/Quest: Hellscream's Vigil
By Xanvial and DRJ
Closes #16926

(cherry picked from commit d12aab8c3a)
2016-04-28 17:02:59 +01:00
Dr-J
89271797c5 DB/Creature:Gymer
* Player mounts on gossip select rather than gymer only been summoned on gossip select and player still having to click vehicle to mount and sometimes a swarm of gymers been on spot
* Creature texts group ids 8 & 9 are exactly the same text which was previously both been displayed in sniff only displayed once
Creature text group 10 is dismount text but this never gets displayed as gymer despawns as soon as dismounted (this is bug as in sniff charmed by gets set to 0/0 and gymer says line then despawns a few seconds later on tc the vehicle despawns as soon as player dismounts, also

    Edit
    Delete post
    Report this post
    Information
    Quote

Post#1 » 22 Mar 2016 19:04
Fix the mounting part of this so player gets mounted on gossip select instead of gossip only spawning and player still having to click gymer to actually mount once summoned

Creature texts group ids 8 & 9 are exactly the same text which was previously both been displayed in sniff only displayed once
Creature text group 10 is dismount text but this never gets displayed as gymer despawns as soon as dismounted (this is bug as in sniff charmed by gets set to 0/0 and gymer says line before despawn

Use the correct spell to summon gymer, previous used the spell which is triggered by the one that is meant to be used
get rid of the spellcast of ride vehicle hard coded as this is not used on this vehicle in sniff either. Also the line 'FREE!!! Soon you will feel the wrath of the storm king!'' is not part of script for the storm king's vengence as was previously scripted this is said on reward of http://www.wowhead.com/quest=12916/our-only-hope
* Use the correct spell to summon gymer, previous used the spell which is triggered by the one that is meant to be used
get rid of the spellcast of ride vehicle hard coded as this is not used on this vehicle in sniff either.

(cherry picked from commit bf4727c0f8)

Rename 2016_04_22_00_world.sql to 2016_04_22_00_world.sql

(cherry picked from commit ddf8925bde)
2016-04-28 16:59:59 +01:00
Patrick L
dbcdd2093f SQLs: Correct format of SQL names added to the world db
Also moved a file to the correct SQL updates dir

Renamed SQLs do not need to be reapplied

Remainder: format for cherry-picked SQLs should be yy_mm_dd_id_dbName_yyOld_mmOld__ddOld_idOld_dbNameOld.sql
2016-04-28 16:55:42 +01:00
Shauren
4953ee20a5 Core/Spells: Fixed Crackling Jade Lightning, initial pull request by @Infamous-devel
Closes #17050
2016-04-27 18:17:03 +02:00
Killyana
2db839f676 DB/Creature: Update creature templates for gimm batol normal mode 2016-04-24 17:52:25 +02:00
Shauren
bc106abb07 Core/DataStores: Renamed unknown fields 2016-04-24 11:44:06 +02:00
joschiwald
9fc5ea81e0 Scripts/Spells: fixed Decahedral Dwarven Dice and Worn Troll Dice
#Closes 16866

(cherry picked from commit 029527365f)

# Conflicts:
#	src/server/game/Entities/Player/Player.cpp
#	src/server/game/Entities/Player/Player.h
#	src/server/game/Handlers/GroupHandler.cpp
2016-04-23 16:54:28 +02:00
Killyana
114353f94b DB/SAI: Add immune to npc to Wintergarde Mine Bomb
Updates #16996
2016-04-20 19:53:36 +02:00
Killyana
1d88d049df DB: Rename file 2016-04-20 19:46:54 +02:00
Killyana
831b1db1ee DB/Creature: Trial of The Crusader Spectators cosmetics
Updates #16994
By Nawuko
2016-04-20 18:54:19 +02:00
Killyana
bb3f6835cf DB/Gameobject: Fix respawn time for objects used for The Alchemist's Apprentice quest
Updates #17002
By Tauriella
2016-04-20 18:06:41 +02:00
Killyana
395ab66755 DB/SAI: Add missing Silvermoon Magister/Gnomeregan Conjuror SAI
Updates #17007
By Kodekc
2016-04-20 17:31:01 +02:00
Killyana
040a54e687 DB/Quest: Bring 'Em Back Alive
Updates #16976
2016-04-17 17:27:28 +02:00
Killyana
1424299a11 DB/SAI: Vladek <Wolfcult Initiate>
Updates #16980
By Kodekc
2016-04-17 16:28:00 +02:00
Killyana
960f8c4372 DB/SAI: Rework Scourge Deathspeaker
Updates #16985
By Kodekc
2016-04-17 15:17:20 +02:00
Killyana
c883938bff DB/Gameobject: Fix some gameobjects respawn time
Updates #16970 #16977 #16972 #16990
2016-04-17 14:54:49 +02:00
Killyana
25e1ecb33d DB/Creature: Fix Leviathan Mk II health points
Updates #16983
2016-04-17 02:50:27 +02:00
Shauren
5d4e0e42f2 Changed supported version to 21463 2016-04-17 00:24:14 +02:00
tkrokli
d82a2cf471 Core/Scripts: zone_shattrath_city cleanup
- restore missing text lines for Sal'salabim and Raliq the Drunk
- replace hardcoded text with DB gossip ID enum sections
- move gossip ID, quest ID, spell ID (and so on) into enum
- remove core script for Ishanah, High Priestess of the Aldor

Closes #16684

(cherry picked from commit acdfc36a4e)
2016-04-16 19:05:32 +01:00
DDuarte
8778829a98 SQLs: Update to the /sql/updates organization
Update SQL files should now be in a sub-folder equal to the current branch name

/sql/updates/auth/*.sql -> /sql/updates/auth/6.x/*.sql
/sql/updates/characters/*.sql -> /sql/updates/characters/6.x/*.sql
/sql/updates/hotfixes/*.sql -> /sql/hotfixes/world/6.x/*.sql
/sql/updates/world/*.sql -> /sql/updates/world/6.x/*.sql

This facilitates merges between the version branches
2016-04-16 18:48:11 +01:00
DDuarte
4e0b0e76c9 Core/Quests Fix Quests Borrowed Technology, Volatility and The Solution Solution (#16968)
(cherry picked from commit d1a053e4f5)

Rename sql

(cherry picked from commit 41e776fe64)
2016-04-16 18:22:35 +01:00
DDuarte
e8179e107b Merge branch '3.3.5-gluth' into 3.3.5 (PR #14865)
(cherry picked from commit b115458001)
2016-04-16 18:21:22 +01:00
DDuarte
00da19ed9e Merge remote-tracking branch 'sirikfoll/geddon' into 3.3.5 (PR #16975)
(cherry picked from commit 75f7b5ae4b)
2016-04-16 18:20:11 +01:00
DDuarte
98a8f539b4 Merge remote-tracking branch 'sirikfoll/bossAhune' into 3.3.5 (PR #14884)
(cherry picked from commit 37067ad390)
2016-04-16 17:20:57 +01:00
Killyana
020a091901 DB/SAI: Fix phasing action for The Brothers Bronzebeard 2016-04-15 19:05:45 +02:00
Killyana
385b9d5b89 DB: Fix Typo 2016-04-15 16:43:19 +02:00
Killyana
6217cb4bf3 DB/Misc: The Prison full respawn 2016-04-14 18:57:06 +02:00