| Age | Commit message (Collapse) | Author |
|
--HG--
branch : trunk
|
|
The Prophecy of Akida
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
'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
|
|
faction-dependent npcs.
--HG--
branch : trunk
|
|
Patch by tbaart
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
TOM_RUS.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Patch by terrorbringer
Closes issue 1570
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Fixes issue #1566.
+ add support of minimum distance criteria in SelectTarget.
--HG--
branch : trunk
|
|
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
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC).
Fix EventMap::DelayEvents
Fixes issue #1310.
--HG--
branch : trunk
|
|
"!=" --> " != " (when needed)
" !=" --> " !="
"!= " --> "!= "
--HG--
branch : trunk
|
|
">=" --> " >= " (when needed)
" >=" --> " >="
">= " --> ">= "
"<=" --> " <= " (when needed)
" <=" --> " <="
"<= " --> "<= "
" ==" --> " =="
"== " --> "== "
--HG--
branch : trunk
|
|
"==" --> " == " (when needed)
--HG--
branch : trunk
|
|
"( " --> "("
" )" --> ")"
--HG--
branch : trunk
|
|
"if(" --> "if ("
--HG--
branch : trunk
|
|
"while(" --> "while ("
--HG--
branch : trunk
|
|
"for(" --> "for ("
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
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
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Thanks for spotting the bug guys:
GL.AntiDiavol, next3x, Aokromes
--HG--
branch : trunk
|
|
microbius51
Cleanup the script
--HG--
branch : trunk
|
|
Fixes issue #1313.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Better handling of sacrifice target storing his GUID on ScriptedInstance to
share it between npcs.
--HG--
branch : trunk
|
|
3.3.2 Blizzlike change
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Unknown author code contribution from issue #954.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Violet Stand.
Also required: http://trinitydatabase.org/index.php?/topic/15320-fix-for-transis-shield-bunnys-coldarra/
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
to our script writers: please, turn on the brain
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Fixes issue #1132.
--HG--
branch : trunk
|
|
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
|
|
* 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
|
|
--HG--
branch : trunk
|
|
This commit is like that: 7714 / rce505237e4aa
And use const_iterators where it is possible.
--HG--
branch : trunk
|
|
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
|