aboutsummaryrefslogtreecommitdiff
path: root/src/scripts
AgeCommit message (Collapse)Author
2010-05-02Fix Script FoS/Bronjahm. Thanks Johnholiver.Trazom62
- remove hardcode distance in distance check of corrupted soul fragment --HG-- branch : trunk
2010-05-02Add support for quest 12916 (Our Only Hope) - Patch by supabadclick
Closes issue #940 --HG-- branch : trunk
2010-05-01Fix more warnings.Spp
--HG-- branch : trunk
2010-05-01Add support for quest 10512 (Getting the Bladespire Tanked)click
Patch by supabad - closes issue #1217 --HG-- branch : trunk
2010-05-01Add support for quest 12688 (Engineering a Disaster) - patch by supabadclick
Closes issue #982 --HG-- branch : trunk
2010-05-01Add support for quest 1440 (Return to Vahlarriel) - patch by Supabadclick
Closes issue #323 --HG-- branch : trunk
2010-05-01Fix recipe-learning in Raozrofen Down (cooking/alchemy) - patch by PrinceCreedclick
Closes issue #1009 --HG-- branch : trunk
2010-05-01Add support for quest 11626 (The Emissary) - patch by antihrists (thanks)click
Closes issue #1061 --HG-- branch : trunk
2010-05-01Correction in scripts (m_creature -> me) - fixes #1954click
(Also corrects some old scripts that seems to have been done the same way) --HG-- branch : trunk
2010-05-01Add support for quest 9446 (Tomb of the Lightbringer) - closes #197click
Patch by Supabad --HG-- branch : trunk
2010-04-30Add support for quest 12832 (Bitter Departure) - closes issue #804click
Patch by supabad --HG-- branch : trunk
2010-04-30Add support for daily quest "Overwhelmed!" (quest 12288)click
Patch by Supabad (thank you) --HG-- branch : trunk
2010-04-30Fix compile.Spp
(Not a good idea to test something and push another file) --HG-- branch : trunk
2010-04-30* Fix CRLF.XTZGZoReX
--HG-- branch : trunk
2010-04-30DragonBlight: Script for Quest 12321 (A Righteous Sermon)Spp
Patch by Supabad Closes issue 314 --HG-- branch : trunk
2010-04-30Implementation of Tabard vendorSpp
Patch by etznab Closes issue 908 --HG-- branch : trunk
2010-04-30Silithus: Fix event for quest 8519Spp
Patch by "kb_z" Closes issue 177 --HG-- branch : trunk
2010-04-29Warning FixesSpp
Code Style cleanup Fix linux compile --HG-- branch : trunk
2010-04-29Fix FoS/Bronjham script.Trazom62
Fixes issue #1895. - summon corrupted soul fragment when Corrupt Soul completes. - update corrupted soul fragment script. - remove Heroic spell definition. They are defined in SpellDifficulty.dbc. --HG-- branch : trunk
2010-04-27Fix timed achievement checks for boss killed in instance.Trazom62
Requires DB update. --HG-- branch : trunk
2010-04-25Drak'Tharon Keep, Tharon'Ja: Demorph players when boss diesTartalo
Thanks & congratz to all developers, contributors & users, we reach revision 8000 ;) --HG-- branch : trunk
2010-04-25Refactor Creature::SelectNearestTarget(float dist)Trazom62
This function is used in many scripts to find the nearest enemy within the given distance. However, it had an implicit limit to the ATTACK_DISTANCE. so in many case the "dist" was in fact just ignored. In other case, the ATTACK_DISTANCE is required. So 2 functions are necessary to avoid ambiguities. The refactoring is the split of the function in 2: SelectNearestTarget and SelectNearestTargetInAttackDistance. --HG-- branch : trunk
2010-04-25Fix Taxi flight Stormwind Harbor. Thanks scarymovie87.Trazom62
Fixes issue #425. --HG-- branch : trunk
2010-04-24Fix compile ¬¬Spp
+ Code Style (for, if, while) --HG-- branch : trunk
2010-04-23Implemented script for areatriggers 5332,5338,5334 and 5340, related with ↵_manuel_
quest Last Rites. --HG-- branch : trunk
2010-04-20Implemented npc_locksmith script for npcs 29665,29725,29728. Code from ↵_manuel_
ScriptDev2. --HG-- branch : trunk
2010-04-19Really fix the horseman - shot the horse, gave him a new one - and a proper ↵click
washover of what he can say! --HG-- branch : trunk
2010-04-19Unbreak the headless horsman - he should now ride again!click
--HG-- branch : trunk
2010-04-19Code Style: Remove trailing spaces and tab to spacesSpp
--HG-- branch : trunk
2010-04-19ScriptedAI: Fix types in SelectSpellSpp
--HG-- branch : trunk
2010-04-19More warning removal (Some code modifications and cleanup when needed)Spp
--HG-- branch : trunk
2010-04-19Eversong Woods: Fix var initializeSpp
--HG-- branch : trunk
2010-04-19Gnomeregan: Fix SaveSpp
--HG-- branch : trunk
2010-04-19Hinterlands: Fix one Waypoint of npc OOx09HLSpp
--HG-- branch : trunk
2010-04-19Karazhan: Minor code cleanupSpp
--HG-- branch : trunk
2010-04-19Durotar: Fix Phase errorSpp
--HG-- branch : trunk
2010-04-19Grizzly Hills: Fix phase errorSpp
--HG-- branch : trunk
2010-04-19Naxxramas: Sapphiron: Fix phase errorsSpp
--HG-- branch : trunk
2010-04-19Ulduar: Boss Algalon: Respawn time was negativeSpp
--HG-- branch : trunk
2010-04-19Utgarde Pinnacle: boss_ymiron: Fix say (wrong types)Spp
--HG-- branch : trunk
2010-04-19Zulaman: Fix initialize guid valuesSpp
--HG-- branch : trunk
2010-04-19Utgarde Pinnacle: Fix reset timers in mob_frenzied_worgenAISpp
--HG-- branch : trunk
2010-04-19Remove LOTS of compile warningsSpp
--HG-- branch : trunk
2010-04-18Improvements in npc_warmage_violetstandAI_manuel_
--HG-- branch : trunk
2010-04-17Add Visual chains spell for FJOLA LIGHTBANE and EYDIS DARKBANEmalcromdev@gmail.com>
--HG-- branch : trunk
2010-04-15Fix bad use of worldstates table in last commitSpp
--HG-- branch : trunk
2010-04-14*code cleanupRat
*totally destroyed m_creature, use "me" for future coding --HG-- branch : trunk
2010-04-14*added script for Hunter Pet Trainers for Pet Talent ResettingRat
--HG-- branch : trunk
2010-04-12Fix VH : add 3 missing portals. Thanks spgm.Trazom62
Fixes issue #798. --HG-- branch : trunk
2010-04-11Nexus: Add missing copyright noteTartalo
--HG-- branch : trunk