aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-22Add a column to npc_spellclick_spells table to check if quest is ↵Kudlaty
completed/rewarded or incompleted 1: completed or rewarded; 3: incompleted; default 3 --HG-- branch : trunk
2009-05-22*Some work on wintergrasp. Player can get ranks by killing other players and ↵megamage
can build vehicles at workshop. Vehicles can be used to destroy buildings. Except these no other thing is done. --HG-- branch : trunk
2009-05-22*Fix a bug that Sapphiron does not appear. Thanks to JoN0.megamage
--HG-- branch : trunk
2009-05-22*Set pvp flags for units controlled by player.megamage
*Reset pvp flags when unit is uncharmed. *Remove walk flag when unit is charmed. --HG-- branch : trunk
2009-05-22*Fix a bug that owner cannot recall pet when pet is attacking target.megamage
--HG-- branch : trunk
2009-05-22*Do not change dest when target does not move for targeted movement.megamage
--HG-- branch : trunk
2009-05-22*Fix a typo that break the whole threat system.megamage
--HG-- branch : trunk
2009-05-21*Allow warlock to use Eye of Kilrogg with existing pet.megamage
--HG-- branch : trunk
2009-05-21*Fix some bug of targeted movementmegamage
--HG-- branch : trunk
2009-05-21*Fix a bug in NearestGameObjectCheck.megamage
--HG-- branch : trunk
2009-05-21*Set reactpassive when creature is calling for assistance.megamage
--HG-- branch : trunk
2009-05-21*Check reactstate in UpdateVictim.megamage
--HG-- branch : trunk
2009-05-21*Fix a infinite loop introduced in 3453. Thanks to QAston and Drahy.megamage
--HG-- branch : trunk
2009-05-21*Fix a infinite loop introduced in 3444.megamage
--HG-- branch : trunk
2009-05-21*Do not remove/add aura for refreshing case.megamage
--HG-- branch : trunk
2009-05-21*Fix reckongingQAston
*fix Sword and Board *Fix Vigilance *Rollback sw:death fix. --HG-- branch : trunk
2009-05-21Sorry, hg missed this change.panaut0lordv
--HG-- branch : trunk
2009-05-21Fix typo. Pointed by Aokromes, thx :)panaut0lordv
--HG-- branch : trunk
2009-05-21[7864] Use x.0f float constant format. Author: NoFantasymegamage
--HG-- branch : trunk
2009-05-21[7863] Implement for EVENT_T_SPAWNED map/zone/subzone only event conditions. ↵megamage
Author: Alex --HG-- branch : trunk
2009-05-21[7862] Fixed infinity loop at search spell related summoned gameobject in ↵megamage
owner list. Author: VladimirMangos --HG-- branch : trunk
2009-05-21[7861] Update visibility check to make possible have invisible for owner ↵megamage
pets/totems (need for some spells) Author: Astellar --HG-- branch : trunk
2009-05-21Mobs fleeing and getting assistance feature implementaion. Author: Neo2003megamage
--HG-- branch : trunk
2009-05-21[7860] Implement creature event ai ACTION_T_CALL_FOR_HELP for explicit call ↵megamage
for help in some script cases. Author: VladimirMangos --HG-- branch : trunk
2009-05-21[7858] Properly deallocate memory in tile assembler, and dereference memory ↵megamage
when fread fails. Author: raczman --HG-- branch : trunk
2009-05-21[7856] Fix cast 51525 and ranks charge on target (not owner) Author: Astellarmegamage
--HG-- branch : trunk
2009-05-21*Implement spell effect wmo damage.megamage
--HG-- branch : trunk
2009-05-21*Load gobject display info from dbc to check go boundaries.megamage
--HG-- branch : trunk
2009-05-21*Allow use gm command to set value for gobjects.megamage
--HG-- branch : trunk
2009-05-21Fix build on linux.raczman
--HG-- branch : trunk
2009-05-20*Fix a bug that player takes fall damage when finishing taxi path.megamage
--HG-- branch : trunk
2009-05-21Add some comments to changes in previous commitKudlaty
--HG-- branch : trunk
2009-05-21Fixed problem with integrated client addons. Author: tomrus88Kudlaty
--HG-- branch : trunk
2009-05-20*Fix a typo in scripts' CMakeLists.Anubisss
--HG-- branch : trunk
2009-05-20*Merge SD2.Anubisss
*r978: Added few basic parts for ramparts instance script to be used in further development. *r979: Added support for quest 9686. - Skip this patch. Its already scripted. *r980: Added gossip to play movie cutscene after quest 12499/12500 rewarded. *r981: Clean up some code and correcting icon for gossip items. - Just use enums. *r982: Added support for quest 938 (consider it a test for similar quests) --HG-- branch : trunk
2009-05-20*Fix compile on *nix.Anubisss
--HG-- branch : trunk
2009-05-20*Record target live state at filltarget and check live state at doeffect.megamage
--HG-- branch : trunk
2009-05-20*Do not let delayed spell hit dead target. This fix the bug that penance ↵megamage
heal dead player and make him stuck. Thanks to Stokrotka. --HG-- branch : trunk
2009-05-20*Remove some redundant code in dealdamage.megamage
--HG-- branch : trunk
2009-05-20*Merge.megamage
--HG-- branch : trunk
2009-05-20*Update Naxx scripts. Now only Kelthuzad is incompletedmegamage
--HG-- branch : trunk
2009-05-20Try to fix build error on WinKudlaty
--HG-- branch : trunk
2009-05-20Add taxi scripts for npc Bat Handler CamilleKudlaty
--HG-- branch : trunk
2009-05-20[SD2] 1075Kudlaty
Added 6 new taxi paths (wyrmrest temple) --HG-- branch : trunk
2009-05-20[SD2] 1058Kudlaty
Simplify scripts using manual call ActivateTaxiPathTo(). --HG-- branch : trunk
2009-05-20Merge & move taxi scripts into one file as npc_taxiKudlaty
--HG-- branch : trunk
2009-05-19*Merge SD2.Anubisss
*r973: Added support for quest 2767 *r974: Start MoveChase when boss reach phase 3. *r975: Added support for quest 863 - Skip this patch because its already scripted. Just use enum instead of #define *r976: Added support for quest 435 - Skip this patch because its already scripted. Just use enum instead of #define *977: Remove one needless grid search and use new functions for SetRun in one script. - Skip this patch because TrinityCore2 has use another way for it. --HG-- branch : trunk
2009-05-19*Add script of Thaddius.megamage
--HG-- branch : trunk
2009-05-19[7854] Fixed typo in random text selection code. Author: NoFantasymegamage
--HG-- branch : trunk
2009-05-19 [7852] Use union of per-event type structures, more checks at creature ↵megamage
event ai loading. Author: VladimirMangos Including: * Fixed check for EVENT_T_SPELLHIT school field. Add check at loading. Note: this event expect before and now schol _mask_ in param2. * In EVENT_T_RECEIVE_EMOTE use original player condition check code instead copy of related code. --HG-- branch : trunk