aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-30Core/SAI: SMART_ACTION_TALK, if our action target is a player, use its guid ↵Nay
as whisperGuid (used in whispers and in text $vars)
2011-10-30Core/SAI: Add input validation (params) to certain target types and update ↵Nay
target comments
2011-10-30Fix buildNay
Add unsaved data to last commit (82fa5c97d64e98)
2011-10-30DB/Quests/IC: Fix quest Tempering The BladeNay
Closes #837
2011-10-29DB/Quests/PoS: Fix quest Reforging The SwordNay
Create template and spawn missing gameobject Closes #836
2011-10-29DB/Quests/HF: Roughly fix quest Field TestNay
Closes #3521
2011-10-29Scripts/Ulduar/Assembly of Iron: Fix Immumities for Stormcaller Brundir; Fix ↵Machiavelli
Brundir's Lightning Tendrils (visuals need some extra love) Closes #707
2011-10-29DB/SAI: Fix an issue in the quest Still At It where npc flags were not being ↵Nay
properly resetted. Closes #3740
2011-10-29DB/SAI: Fix quest Adding Injury to InsultNay
Closes #1897
2011-10-29DB/Linked Respawns: Link some missing Slags with Volkhan (HoL)Aokromes
2011-10-29Update sql/updates/world/2011_10_29_01_world_gameobject_template.sqlMachiavelli
2011-10-29DB/Templates: Correct 25 man loot IDs for Freya's chest based on the only ↵Machiavelli
actual parsed 25man chest there is. NOTE: This is not WDB data, merely guesswork.
2011-10-29BG/Isle of Conquest:kaelima
- Fix seaforium bombs. - Add flag pole for Refinery - Some cleanup Also correct a typo in 008329032210acab0227756d9f8f012b7559f2eb
2011-10-29Core/Player: Fix gaining fishing skill of wielding fishing pole in offhandkaelima
Closes #3717
2011-10-29DB/Templates: Add missing templates for variations of Freya's Chest. This ↵Machiavelli
will allow them to actually spawn on death.
2011-10-29Scripts/Ulduar/Freya: Remove unneeded TimeCheck function that would lead to ↵Machiavelli
over-spawning of waves.
2011-10-29Scripts/Howling Fjord: Fix horde version of Of Keys and Cageskaelima
2011-10-29Revert file Main.cpp that shouldn't have been change in accae0ce5037d ↵Nay
(previous commit)
2011-10-29TDB 335.11.43TDB335.11.43Nay
Move SQL updates to the directory old.
2011-10-28Core/Loading: Drop the field script_version from the table version.Nay
It serves no purpose (and one step closer to remove EAI from the core/db)
2011-10-28Merge pull request #3729 from dracosvk/RadiusIndexMachiavelli
Core/Spells: Change magic numbers for EffectRadiusIndex into enum with actual effect radii
2011-10-27Change magic numbers for EffectRadiusIndex into enum with actual effect radiusdraco
2011-10-27Merge pull request #3651 from Fredi/cleanupShocker
Script/Commands: Codestyle and cleanups
2011-10-26Scripts/Howling Fjord: Fix quest Of Keys and CagesDiscover-
Closes #3540
2011-10-25Scripts/Nagrand: Fix creature text of Maghar Prisoner and remove useless ↵Discover-
RAND() in go_warmaul_prison.
2011-10-25Core/SmartAI: Add actions SMART_ACTION_LEAVE_VEHICLE and ↵kaelima
SMART_ACTION_REMOVE_PASSENGERS. Fix maxdist for SMART_TARGET_CLOSEST_PLAYER.
2011-10-25Core/SmartAI: Fix target type SMART_TARGET_CLOSEST_PLAYERkaelima
2011-10-25Core/SmartAI: Allow SMART_ACTION_FOLLOW to take 0 values for dist and angle ↵kaelima
- will set them to their "default" following values.
2011-10-24Core/Misc: Some minor cleanupskaelima
Fixed SQL added in prev commit.
2011-10-24Core/SmartAI:kaelima
- Fixed some issues with SMART_ACTION_SET_FLY (#1073) - Fixed allowing 0 as input for SMART_EVENT_ACCEPTED_QUEST and SMART_EVENT_REWARD_QUEST (#2680) - Some cleanup
2011-10-24Fix a crash caused by spell 49065. Close #3646.megamage
2011-10-24Merge pull request #3596 from ille/masterShocker
use effectMask to calculate mechanicMask in ModSpellDuration Closes #1599
2011-10-24Script/Commands: Codestyle and cleanupsFredi
2011-10-23Core/SmartAI: Delay spell cast events (SMART_ACTION_CAST) when another spell ↵Shocker
is already being casted. Idea by ET
2011-10-23DB/SAI: Script Pusillin in DMtharaca
Closes #3459 Closes #3529 (Requires recently added SAI additions)
2011-10-23Core/SAI: Fix event phases when phase > 2Nay
Again, phase ids != phase masks
2011-10-23Tiny typo on previous commit.Nay
2011-10-23Core/SAI: Add SMART_ACTION_SEND_GOSSIP_MENU.Geekotron
It allows the scripter to change the gossip (and gossip menu option) of a creature with SAI Param1 = `gossip_menu`.`entry` Param2 = `gossip_menu_option`.`id`
2011-10-23Merge pull request #3575 from bytewarrior/masterMachiavelli
Core/Mechanic: Fixed wrong target level at resist chance calculation.
2011-10-23Merge pull request #3587 from Fredi/checkMachiavelli
Core/Commands: Added security check in .damage
2011-10-23DB/NPCs: Random Stormwind NPC's template updatesSvannon
Closes #3331
2011-10-23Core/Quests: Fix pooling system causing wrong questrelationsElron103
Closes #3101 (probably few others)
2011-10-23DB/SAI: Convert quest The Dwarven Spy from scripts to SAIDiscover-
Closes #2923 Closes #3109
2011-10-23DB/SAI: Fix quest Elemental Power ExtractionDiscover-
Closes #3104
2011-10-23DB/SAI: Fix quest Potential for Brain Damage = HighDiscover-
Closes #3103 Also, re-add what shouldn't be deleted in a previous commit (db error)
2011-10-23DB/SAI: Convert quests Survey the Land & Illidan's Pupil from core scripts ↵Discover-
to SAI (and fix them properly) Closes #3060
2011-10-23DB/SAI: Convert quests 10987, 10107, 10108, 9918, 9849 from core scripts to SAINay
Closes #1544 Closes #3055 Closes #3056 Closes #3058 Closes #3059
2011-10-23DB/SAI: Properly fix quest Blighted Last Rites (EAI->SAI)Discover-
Closes #3041
2011-10-23DB/Conditions: Fix quest Ruthless CunningDiscover-
Closes #3036
2011-10-23Merge pull request #3632 from Poli93/masterLopin
Scripts/ToC: Fixed number of targets of Penetrating Cold in Anub'arak's encounter