Nay
1a1cf8d263
Core/GOs: Update gameobject_template and SMSG_GAMEOBJECT_QUERY_RESPONSE
2011-11-28 17:22:21 +00:00
Machiavelli
059d4f52a3
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x
2011-11-28 15:42:32 +01:00
Shauren
015e459616
DB/Templates: Fixed The Lich King damage (previous sql had typos in creature entries and pointed to non-existing templates)
2011-11-27 11:28:39 +01:00
Rat
70c3488dd0
Core/Player: fixed player loading to reflect new DB changes
...
- added missing changes to characters_datasabase.sql
2011-11-27 09:37:32 +01:00
Nay
35bc064407
DB/Player: Add class/race level stats for the new combos (level 1 only);
...
Core/Misc: Set RecruitAFriend.MaxLevel to 80 (from 60);
Also fix a typo in previous commit (thanks @Blumster)
2011-11-27 01:29:21 +00:00
Nay
007fed581d
Core/Unit: Update creature_template table and SMSG_CREATURE_QUERY_RESPONSE
2011-11-27 00:51:23 +00:00
Nay
dd01ac9f64
DB/Startinfo: Add startinfo info (spells, actions and position) for all races/classe combos.
...
Done by Singularity team for 420, thanks a lot to them
2011-11-26 23:05:26 +00:00
Shocker
dd06dc75e6
Revert "Core/Pets: Water Elementals are now permanent pets" (wrong branch)
...
This reverts commit 0136c86054 .
Also add line ending to recently added SQL file
2011-11-27 00:40:58 +02:00
Shocker
6cd61ce730
Merge pull request #4093 from PKX/fix_damage_taken_buffs
...
Core/Spells: Fix Damage Taken for Blessing of Sanctuary, Renewed Hope and Vigilance
2011-11-26 14:36:55 -08:00
Shocker
56449d2cbe
Merge branch 'master' into 4.x
2011-11-26 23:57:19 +02:00
PKX
61866831ca
Core/Spells: Fix Damage Taken raid buffs
...
Fixes 3% reduced damage taken from Blessing of Sanctuary and Renewed Hope
Signed-off-by: PKX <pkx.icehell@gmail.com >
2011-11-26 22:53:13 +01:00
Shocker
ed55fc3567
Merge branch 'master' into 4.x
...
Conflicts:
src/server/game/Spells/Auras/SpellAuraEffects.h
2011-11-26 23:50:15 +02:00
Discover-
9bea8708a7
DB/SAI: Convert script for quest 10639 from Start/CompleteScript and EAI to SAI
...
Closes #3688
- Correct a where clause in a sql file after recent changes (closes #4077 )
2011-11-26 21:47:55 +00:00
Shauren
5d6b2739bb
SQL: Drop columns only after data was copied to new table
2011-11-26 22:11:36 +01:00
Giuseppe Montesanto
1c410d2013
Typo fix.
2011-11-26 20:49:42 +01:00
Giuseppe Montesanto
f5d2eef2dc
Add missing newline.
2011-11-26 20:41:44 +01:00
Giuseppe Montesanto
1d4a77bbe1
Set right gameobject spawn in Ulduar.
2011-11-26 20:36:04 +01:00
Shocker
57db819389
SQL: Add SQLs for recent pull
2011-11-26 21:15:10 +02:00
Shocker
6e943ef1cc
SQL: File namings after recent pulls
2011-11-26 20:41:43 +02:00
Shocker
1a7b0d573c
Merge pull request #3652 from Poli93/master
...
Core/Spells: Misery talent should be activated by Mind Flay
2011-11-26 10:39:51 -08:00
Shocker
01d44a83e3
Merge pull request #4041 from PKX/remove_obsolete
...
Remove obsolete code and spell_groups
2011-11-26 10:37:22 -08:00
Shauren
bbf9703b73
Core/Items: Added more checks determining item disenchanting loot
...
DB/Loot: Added all disenchant templates
2011-11-26 16:36:01 +01:00
Nay
711858c43b
Core/Quests: Update quest_template and SMSG_QUEST_QUERY_RESPONSE
...
TODO:
- Validate SkillId and reward it
- Validate Currency, add it to the requires and reward it (after being able to read currency dbc)
- Update other quest related opcodes
2011-11-26 14:49:15 +00:00
Nay
846870bf6c
Merge branch 'master' into 4.x
...
Conflicts:
src/server/shared/Database/Implementation/CharacterDatabase.cpp
2011-11-26 03:19:37 +00:00
Nay
c105be95a5
Add SQL to previous commit ( 5a4636c145) *facepalms*
...
Correct a DB error in quest_template for quest 14171 (Thanks Bizzy)
2011-11-26 03:03:55 +00:00
kaelima
aa215e5e80
Core/Misc: Fix compile and char creation
...
- Added very basic honor/conquest support, no idea if its works even a little since there's no possibility of testing yet
2011-11-26 01:46:41 +01:00
Shauren
e8c3a3ac9c
Core/Items
...
* Updated ItemTemplate structure to 4.x
* Calculate armor, damage and disenchant loot from dbc files
TODO: Use dbc disenchant ids in disenchant_loot_template
2011-11-25 23:24:40 +01:00
kaelima
ec54bb4895
Core/Misc:
...
Clearing compile errors since UpdateFields were changed:
- Completely remove ammo (Cataclysm change)
- Revert some changes with power/maxpower and only store the 5 needed powers in db (the rest is useless)
- Remove GuildId from corpse
- Move PLAYER_GUILDID to character db (removed updatefield)
Note: Compile is still not working as we need to change currency handling
2011-11-25 18:54:59 +01:00
Nay
2bdf3bcedd
DB/Creature: Delete a very high guid and insert a lower one
...
*slaps someone*
2011-11-25 14:38:18 +00:00
kaelima
9696d6ba7b
Core/Mechanics:
...
- Add basic support for focus used by players (hunters)
- Drop all support for pet happieness (as it has been completely removed)
- Add new fields to characters db to store new power values
(Should now be able to create characters again)
2011-11-25 15:28:36 +01:00
Machiavelli
ec3880a1d0
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x
2011-11-25 15:14:38 +01:00
Nay
4f738fe75a
DB/Quests: Fix Junkboxes Needed class requirements
...
Closes #509
2011-11-25 13:17:57 +00:00
Stalker_Riddick
d8ffeed476
Core/Quests: Add new field RequiredClasses for quest_template Credits to
...
NoFantasy.
* SkillOrClass is converted to RequiredSkill (and then field can contain skill id only)
* Field ZoneOrSort has no longer a function in quest requirement, and RequiredClasses must be used instead where class limits are expected.
To restrict a quest to one class or more, use bitmask of class in RequiredClasses. RequiredSkill works like before.
Signed-off-by: NoFantasy <nofantasy@nf.no >
Signed-off-by: Stalker_Riddick <nenad_kuza@hotmail.com >
2011-11-25 13:11:53 +00:00
Nay
5ce3621e3e
DB/Misc: Add XP for level up to 84
...
Source: www.wowwiki.com/Formulas:XP_To_Level
2011-11-24 01:33:48 +00:00
Nay
7e6afa7fe8
Core/Enums: Add two new races to enumerations and update maxlevel in config
2011-11-24 00:35:11 +00:00
Nay
dfa2fdc2cb
Merge branch 'master' into 4.x
2011-11-24 00:10:09 +00:00
Nay
af086931e5
Forgot to delete files after copying them to 'sql/old'
...
Fail count is high tonight...
2011-11-23 23:48:59 +00:00
Nay
9447478630
DB: TDB 43: Move SQL updates to the old directory
2011-11-23 22:31:44 +00:00
Rat
47d0a7f3af
Merge branch 'master' of github.com:TrinityCore/TrinityCore
...
Conflicts:
src/server/game/DataStores/DBCStores.cpp
src/server/game/DataStores/DBCfmt.h
src/server/game/Server/Protocol/Opcodes.cpp
2011-11-23 20:23:04 +01:00
PKX
f9b0cdd4f8
DB/Misc: Removed obsolete spell_groups
...
Removes some obsolete and wrong spell_groups.
Closes #2462 , #1519 and #3968
2011-11-23 15:48:02 +01:00
Nay
10444a1423
DB/Event/Pilgrim: Partially fix food tables
2011-11-21 23:54:33 +00:00
Nay
fc24f4959f
DB/Event/Pilgrim: Template updates, vendor tables and other misc. stuff (A)
2011-11-21 22:55:31 +00:00
Nay
7c8f4358ea
DB/Event/Pilgrim: Template updates, vendor tables and other misc. stuff (H)
2011-11-21 19:24:12 +00:00
Nay
0c343970d1
DB/Event/Pilgrim: Fix achievement "Turkey Lurkey". By Vincent-Michael
...
Closes #3994
2011-11-21 16:34:51 +00:00
Nay
4e683214da
DB/Event/Pilgrim: Add item and mail reward to the "Pilgrim" achievement (A/H)
2011-11-21 16:16:10 +00:00
Nay
ad2b6964c9
DB: Fix DB startup errors
...
*slaps someone*
Closes #4016
2011-11-21 15:36:45 +00:00
Rat
d2a97e0d26
modified base sql to use 14545 as default game version
2011-11-21 14:25:25 +01:00
Discover
eb190eb0bc
DB/Quest: adding SAI for quests: Cleansing of the Orb of Orahil, Mana Surges
...
fixes #3670
2011-11-20 17:04:11 +01:00
zxbiohazardzx
85c44aa1d5
DB/Commit: Revert 2011_11_20_11_world_sai.sql
2011-11-20 16:55:43 +01:00
Discover
7d1bfb5dbd
DB/Quest: adding SAI for quest Elixir of Pain
...
fixes #3668
2011-11-20 16:49:58 +01:00