aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-05-19[7851] Fixed typo to allow work '.tele name' command.megamage
[7850] Fixed '.pinfo name' work, move reputation code from it to new command '.character reputation [$name]'. Provide and use universal way for get locale and locale index for chat/console command use. Author: VladimirMangos --HG-- branch : trunk
2009-05-19*Allow send gobject guid in send opcode command.megamage
--HG-- branch : trunk
2009-05-19*Fix a typo.Anubisss
--HG-- branch : trunk
2009-05-19*Merge SD2.Anubisss
*r968: Adjust some scripts to use SetEquipmentSlots() *r969: Made a few corrections to EventAI.txt *r970: Added ScriptedAI function SetCombatMovement() for future use/development. *r971: Small adjustments to escortAI, remove some useless code and always use current WaitTimer if not already 0 after return to last known waypoint. *r972: Added support for quest 1651 --HG-- branch : trunk
2009-05-19*Corret proc from bloodsurge and judgements of the wiseQAston
*Do not proc backfire dmg from sw:death if target is killed *Allow hots to proc from selfcast *Fix glyph of corruption. --HG-- branch : trunk
2009-05-19*Fix Demonic Empowerment.QAston
*Some code optimisations. *Set formalCasterGuid for area auras correctly. --HG-- branch : trunk
2009-05-19*Fix some bugs about pet spells: such as cannot cast/cannot autocast.megamage
--HG-- branch : trunk
2009-05-18*Fix a bug that player cannot remove buff which is not casted by self.megamage
--HG-- branch : trunk
2009-05-18*Fix a crash caused by a typo in SetCantProc. Thanks to Drahy. Do not use ↵megamage
rev between 3392 and 3404. --HG-- branch : trunk
2009-05-18*Fix a typo causing healing bonus for spells to be far too low.QAston
--HG-- branch : trunk
2009-05-18*Merge.megamage
--HG-- branch : trunk
2009-05-18[7848] Fix set variable to zero on apply -100% mod Author: SeTmegamage
--HG-- branch : trunk
2009-05-18 [7847] Replace paramter unions by uniton of event ai action type ↵megamage
structures. Add/fix some loading checks. Author: VladimirMangos * Also send to process function reference to strucutre instead large amount fields. * Specially note that fixed check for first arg of action type 27 that before wrongly test as quest id, when by using code expected creature id. Possible some used data wrongly can be quest ids.... --HG-- branch : trunk
2009-05-18[7846] Add empty line to end of .h file Author: timmitmegamage
--HG-- branch : trunk
2009-05-18[7845] Implement reload support for creature eventAI tables. Author: evilstarmegamage
--HG-- branch : trunk
2009-05-18[7844] Fixed mangos string storage index type. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-05-18*Add some scripted spells for naxx.megamage
--HG-- branch : trunk
2009-05-18*Merge.QAston
--HG-- branch : trunk
2009-05-18*Fix beacon of lightQAston
*Apply healing aura mods to leech auras. --HG-- branch : trunk
2009-05-18*Add ATTACK_DISTANCE from MaNGOS.Anubisss
--HG-- branch : trunk
2009-05-18*Spell_proc_event entries for Malestorm Weapon - by throneincQAston
*Fix bug that some spells can't proc *Add spell_proc_event entries for some items. --HG-- branch : trunk
2009-05-18*Fix the bug that startfall aoe damage also apply on direct target.megamage
*Add starfall spell bonus for other ranks. By Uruviel and Nesocip. --HG-- branch : trunk
2009-05-18*Add SWP to world_scripts_full.sql from TrinityCore2.Anubisss
*Rename kalocegos_teleporter to kalecgos_teleporter by Thraxx. Thank you. *Rename boss_kalecgosKj to boss_kalecgos_kj. --HG-- branch : trunk
2009-05-18Fix scaling size of pet.Naicisum
--HG-- branch : trunk
2009-05-17*Use Null AI for spell click creature as default.megamage
--HG-- branch : trunk