aboutsummaryrefslogtreecommitdiff
path: root/src/scripts
AgeCommit message (Collapse)Author
2010-04-11Fix typo on quest 9544 support. Ty antihristTartalo
--HG-- branch : trunk
2010-04-11Azuremyst Isle: Support for quest 9544Tartalo
The Prophecy of Akida --HG-- branch : trunk
2010-04-11Tab to Spaces and remove of trailing spacesSpp
--HG-- branch : trunk
2010-04-11Icecrown: Fix quest 14062 & 14142 supportTartalo
'You've Really Done It This Time, Kul', both sides Remember that this quest has not proper db support yet (missing spawn & loot). Update Copyright note of go_scripts.cpp --HG-- branch : trunk
2010-04-11Nexus: Hack for servers that allow two side groups to be able to kill theTartalo
faction-dependent npcs. --HG-- branch : trunk
2010-04-11* Fix: Trainingdummies going into evade mode permanentlyclick
Patch by tbaart --HG-- branch : trunk
2010-04-11Fix achievement Three Faced.Trazom62
--HG-- branch : trunk
2010-04-11Fix mail, professions, group loot, console spam, and some fixes. Big thx to ↵n0n4m3
TOM_RUS. --HG-- branch : trunk
2010-04-11Tab to spacesSpp
--HG-- branch : trunk
2010-04-10Azjol Nerub: Anub'arak and Krikthir script textsSpp
Patch by terrorbringer Closes issue 1570 --HG-- branch : trunk
2010-04-10* Correct worldside NPC texts, by terrorbringerSpp
--HG-- branch : trunk
2010-04-10Fix Crash in FoS.Trazom62
Fixes issue #1566. + add support of minimum distance criteria in SelectTarget. --HG-- branch : trunk
2010-04-10*modified spelldifficulty handler to work with all spell casts for creatures ↵Rat
that are in instances thanks to Shauren for help *modified most of the scripts to use normal_mode spell for casting (code was autogenerated, post errors if any) *added sql for all modded spells (autogenerated..) --HG-- branch : trunk
2010-04-10* correct worldside NPC texts - patch by terrorbringer (more cleanup needed?)trinity@raven.vcon.no
--HG-- branch : trunk
2010-04-09*add example difficulty spells for magus telestraRat
--HG-- branch : trunk
2010-04-08Script Instance Forge of Souls.Trazom62
Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC). Fix EventMap::DelayEvents Fixes issue #1310. --HG-- branch : trunk
2010-04-08Code Style (game + scripts only):Spp
"!=" --> " != " (when needed) " !=" --> " !=" "!= " --> "!= " --HG-- branch : trunk
2010-04-07Code Style (game + scripts only):Spp
">=" --> " >= " (when needed) " >=" --> " >=" ">= " --> ">= " "<=" --> " <= " (when needed) " <=" --> " <=" "<= " --> "<= " " ==" --> " ==" "== " --> "== " --HG-- branch : trunk
2010-04-07Code Style (game + scripts only):Spp
"==" --> " == " (when needed) --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"( " --> "(" " )" --> ")" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"if(" --> "if (" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"while(" --> "while (" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"for(" --> "for (" --HG-- branch : trunk
2010-04-07Code Style: Remove trailing spacesSpp
--HG-- branch : trunk
2010-04-07Code Style: tab to spacesSpp
--HG-- branch : trunk
2010-04-07remove CRLF from blackrock spire scripts.malcromdev@gmail.com>
--HG-- branch : trunk
2010-04-07Blackrock Spire: Implements Leroy Jenkins achievement, by Spichy.Tartalo
Fixes issue #1073. Please, post your contribution following our coding style, otherwise I have to waste a lot of time cleaning up the code --HG-- branch : trunk
2010-04-07Merge.Anubisss
--HG-- branch : trunk
2010-04-07Remove some pointers and use GUIDs in borean_tundra.Anubisss
--HG-- branch : trunk
2010-04-07Include ACE headers in case they are not in system path.raczman
Thanks for spotting the bug guys: GL.AntiDiavol, next3x, Aokromes --HG-- branch : trunk
2010-04-07Boran Tundra, Quest 11648, The Art of Persuassion: Fix pCaster pointer, by ↵Tartalo
microbius51 Cleanup the script --HG-- branch : trunk
2010-04-07Gundrak, Drakkari Colossus: Fix logic, by kenjiro@irc.plTartalo
Fixes issue #1313. --HG-- branch : trunk
2010-04-06remove CRLF from alterac_valley scripts.malcromdev@gmail.com>
--HG-- branch : trunk
2010-04-07Utgarde Keep, Utgarde Pinnacle: Cleanup Svala SorrowgraveTartalo
Better handling of sacrifice target storing his GUID on ScriptedInstance to share it between npcs. --HG-- branch : trunk
2010-04-07Ulduar, Halls of Lightning: Ionar disperses only once.Tartalo
3.3.2 Blizzlike change --HG-- branch : trunk
2010-04-07Ulduar, Halls of Lightning: Cleanup Ionar's scriptTartalo
--HG-- branch : trunk
2010-04-06Branch mergeTartalo
--HG-- branch : trunk
2010-04-06Eastern Kingdoms, Alterac Valley: Add forgotten file from previous commitTartalo
--HG-- branch : trunk
2010-04-06Eastern Kingdoms, Alterac Valley: Scripts for Marshalls, Warmasters and bossesTartalo
Unknown author code contribution from issue #954. --HG-- branch : trunk
2010-04-06Cleaned up include directories in cmakes.raczman
--HG-- branch : trunk
2010-04-05Add Spells to Coldarra Warmages to target Tansisus Shield Bunnys same as ↵malcromdev@gmail.com>
Violet Stand. Also required: http://trinitydatabase.org/index.php?/topic/15320-fix-for-transis-shield-bunnys-coldarra/ --HG-- branch : trunk
2010-04-05Fix script to have less callsmalcromdev@gmail.com>
--HG-- branch : trunk
2010-04-05probably fix crash with boss_paletressAI::MovementInformsilverice
to our script writers: please, turn on the brain --HG-- branch : trunk
2010-04-03Valiance keep Cannoneer script to activate cannon.malcromdev@gmail.com>
--HG-- branch : trunk
2010-04-03Fix Script HoL/Ionar.Trazom62
Fixes issue #1132. --HG-- branch : trunk
2010-04-03Script Instance Pit of Saron.Trazom62
First basic script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC). Still WiP with lots of work. In particular, the faction based npc/mob will have to be fixed when they will be spawned in TDB. Fixes issue #1308. --HG-- branch : trunk
2010-04-02Implemented:_manuel_
* Script at_aldurthar_gate for quests 13315 and 13351. * Script at_warsong_farms for quest 11686. * Script at_stormwright_shelf for quest 12741. Code from ScriptDev2. Before execute sql updates, apply TDB fix. New Fix Submissions > Core related DB content --HG-- branch : trunk
2010-04-02Corrected gossip script npc_hira_snowdawn. Thanks to wowgargamel._manuel_
--HG-- branch : trunk
2010-04-02Use GUIDs instead of "global" pointers in zone scripts.Anubisss
This commit is like that: 7714 / rce505237e4aa And use const_iterators where it is possible. --HG-- branch : trunk
2010-04-01Use ToTempSummon() in a case instead of a C style cast.Anubisss
Use correct Unit::GetCreature() instead of Unit::GetUnit() with casting the object to Creature pointer. Remove some usless casts. Fix a possible crash in pyrewood_ambushAI. TODO: Remove ugly cast macros(like CAST_PLR(), CAST_CRE()) from scripts and use the correct ToX() functions(like ToPlayer(), ToCreature()). --HG-- branch : trunk