aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-16DB/Cleanup: actually remove the quest_end_scripts and correct a questid in ↵ZxBiohazardZx
previous push
2012-12-16DB/SAI: Convert some more quest_end_scriptsZxBiohazardZx
2012-12-15Core/PetAI: Fix Ghouls emotionsxomachine
Correction IDs of COWER and ROAR emotions for ghoul.
2012-12-15Core/PetAI: Fix pet's self-jumpingxomachine
Fix issue, when pet autocast leap-like spells on itself
2012-12-15DB/SAI:Trista
EAI -> SAI conversion for Urom adds Closes #8644 Fix quest: Whelps of the Wyrmcult Closes #8650 Remove npc immunity for Galen's Escape Closes #4942
2012-12-15DB/Pathing: Various improvements to Ashenvale:baric
Add formation for Alliance Elites pathing in Barrens Closes #8629 Add pathing for Lady Vespia Closes #8630 Add pathing for Prince Raze Closes #8631 Add pathing for Rorgis Jowl Closes #8632 Add pathing for Branch Snapper Closes #8633 Add pathing for Akkrilus Closes #8634 Add pathing for Terrowulf Pack Lord Closes #8635
2012-12-15Implements saving of loot (items / money) contained inside lootable ↵MrSmite
inventory items. * Unlooted items / money persist across player sessions * Loot inside items is tied to the item rather than the player so if trading partially looted items becomes possible, this implementation will still work * New tables added: characters_database.sql (first time users) characters_create_item_loot.sql (existing users) Implementation Can be tested with: Watertight Trunk [21113] Bulging Sack of Gems [25422] Fat Sack of Coins [11937] Closes #2048
2012-12-14Merge pull request #8583 from Gacko/scripttextsSubv
Core/DB: Drop table script_texts
2012-12-15Core/Script: Fix Dimensional Ripper spell learningFilip
2012-12-14Core: Fix non pch buildVincent_Michael
2012-12-14Core/Spells: Rename spell script scripts in correct script nameVincent_Michael
2012-12-14Core/QuestHandler: Minor change on output from two logentries to make more senseclick
2012-12-14Core/PetAI: Fixed a crash in PetAI::CanAttackSubv
Closes #8660
2012-12-14DB/Misc: Fix startup errorsVincent_Michael
2012-12-14DB/SpellClick: Remove redundant spellclick spell for npc 30228, as it is ↵kaelima
already indirectly applied from npc 30500
2012-12-14Scripts/Events/Achievement: fix 'Out With It'CeIa
Credits to @darkman1983 Closes #8211 Closes #8126 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-14DB/World: Correct some waypoint_data and properly add PK to this tableNay
2012-12-14DB/World: Create a new sql with the code fixed in 294d7c0707abe42812, also ↵Nay
fix typo
2012-12-14DB/World: Fix a typo in file 2012_11_24_03_world_varius_fixes.sqlNay
>ERROR 1264 (22003) at line 359: Out of range value for column 'ConditionTarget' The above error is only present when using MySQL strict mode (and that is **recommended**) To enable strict mode add `sql_mode=STRICT_ALL_TABLES` to my.init MySQL configuration file
2012-12-13Merge pull request #8517 from cody-/masterclick
Core/Tools: Fix a minor issue with compiling the vmap4 extractor on MacOS X (this should be made more generic at a later time in space...)
2012-12-13Core/DB: Drop table script_textsGacko
2012-12-13DB/World: Add missing primary keys to 5 tablesNay
Initial patch by @thebillkidy - ref #8646
2012-12-12Core/Quest: Fix reputation calculation for SPELL_AURA_MOD_REPUTATION_GAINVincent_Michael
2012-12-10DB/Creature: Add pathings and formations for various creatures:baric
Add formation for Razormane Wolves and Hunters Closes #8514 Add missing Raptor Egg nests Closes #8594 Add pathing for Twilight Prophet Closes #8601 Add pathing for Setis Closes #8602 Add pathing for Lapress Closes #8604 Add pathing for Ghost Howl Closes #8605 Add formation and pathing for Magram Pack Runners & Bonepaws Closes #8606 Add formation for Caliph Scorpidsting Closes #8608
2012-12-10Core/Hunter: Fix Call of the Wild targetsVincent_Michael
Closes #8618 Closes #8610
2012-12-10Fix crash in Blackfathom Deeps.WishToDie
Thx Vincent-Michail Closes #8557
2012-12-10DB/SAI: Fix smart_scripts for Scarlet PeasantVincent_Michael
2012-12-09DB/Quest: Add missing changes in cb501a2aa4cce1cd4868a7eda528c8ba42875db3Vincent_Michael
2012-12-09SQL: Fix Startup errorsVincent_Michael
2012-12-09Merge pull request #8615 from Gacko/creaturetextAokromes
Core/DB: Last fixes for creaturetext conversion
2012-12-09Core/DB: Last fixes for creaturetext conversionGacko
2012-12-09DB/Conditions: Add fail message for DefibrillateVincent_Michael
2012-12-09Core: Fix more warningsVincent_Michael
2012-12-09Core: Fix warningsVincent_Michael
2012-12-09Merge pull request #8416 from MrSmite/PetAI_2.0Subv
Core/PetAI: Several changes. Closes #7455 Closes #8398
2012-12-09DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAIZxBiohazardZx
2012-12-09Merge pull request #8590 from joschiwald/homebindShauren
Core/Player: correct SetHomebind and usage of it
2012-12-08Core/Player: correct SetHomebind and cleanup Spell::EffectBindjoschiwald
2012-12-08DB/Cleanup: remove unused db_script_stringsZxBiohazardZx
2012-12-08DB/Misc: actually remove the scripts instead of keeping pointers alive that ↵ZxBiohazardZx
arent needed
2012-12-08DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAIZxBiohazardZx
2012-12-07 PetAI - Overhaul / bug fixMrSmite
* Aggressive pets now use aggro radius check based on level diff of target * Aggro radius limited to max 45 yards (per wowwiki) * Pets no longer "dance" when fighting a creature * Pets returning will defend themselves (if not passive) if owner didn't click "follow" * Pets at stay will properly pick up their owner's attackers that pass within range * Fix "no empty line at end of file" warning in PetAI * Fix typo in GetAggroRange() * Fix spell "Eyes of the Beast" - player can move pet freely * Code style cleanup * Update commit comment Closes #8398, #7455
2012-12-08Core/Scripts: Add missing creature_text for eregosVincent_Michael
2012-12-07DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAIZxBiohazardZx
2012-12-07Core/Scripts: Add missing creature_textVincent_Michael
2012-12-07SQL:Vincent_Michael
- Fix startup errors - Rename SQLs in correct name
2012-12-07Core/Scripts: Fix crash (need convert in sai)Vincent_Michael
2012-12-07DB/Misc:Trista
Make Membership Benefits monthly Closes #1550 Fix Canyon Chase Closes #1944 Add SAI for Quest: Revenge for the Vargul Closes #5971, Closes #4341, Closes #2201 Add SAI for Quests 10305,10306,10307,10182, Closes #5928, Closes #3797, Closes #1965, Closes #1966, Closes #1968, Closes #1967
2012-12-07DB/Various Fixes:PitCrawler
Add SAI support for Quests 11984, 12255, 12259 Closes #4787 Fix quest Seeking the Windserpent Godess, Setting the Stage Closes #8577 Fix quest Quest I Sense a Disturbance Closes #8515
2012-12-07DB/Misc: Various issuetracker fixes and quest_end_scripts conversionsZxBiohazardZx
Fix Wintergrasp Tower Cannon Closes #8054 Fix Stacking for Kings and Sanctuary Closes #8276 Fix Quest: Prepping the Speech Closes #8364 Update spawnposition for Sludge Beast Closes #8495 Update SAI fixing Quest Cycle of Rebirth Closes $8504, Closes #7523 Update SAI for quest No Rest for the Wicked Closes #8506 Add conditions for Quest: DrTerribles Building a better flesh giant Closes #8547 Convert some quest_end_scripts to SAI