aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-17*Fix the issue where two items are supposed to drop from a group, but only ↵maximius
one item drops, as a second roll is never performed. Based on code by elegos. --HG-- branch : trunk
2009-11-17*Correct damage for Steady Shot, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Improved Barkskin - apply/remove armor bonus due to shapeshift, original by ↵maximius
Insider, thanks to bodompelle. Closes #141 --HG-- branch : trunk
2009-11-17*Implement quest 11587, by manuel, with some cleanup. Closes #280maximius
--HG-- branch : trunk
2009-11-17*Proper handling for quests 6001 and 6002 (Body and Heart), from SD2 1415 ↵maximius
and 1495. Closes #278 --HG-- branch : trunk
2009-11-16Fix escort credit in quest 11878Kudlaty
--HG-- branch : trunk
2009-11-15Fix crash #263Kudlaty
--HG-- branch : trunk
2009-11-15new line at end of fileKudlaty
--HG-- branch : trunk
2009-11-13QuestLevel can be -1. Quest with this level are allways show yellow ? above ↵Kudlaty
quest giver --HG-- branch : trunk
2009-11-13Apply #212Kudlaty
New functions: void DoAddAuraToAllHostilePlayers & void DoCastToAllHostilePlayers patch by Maanuel --HG-- branch : trunk
2009-11-13Apply #239Kudlaty
EventAI: New Actions: *ACTION_T_MOVE_RANDOM_POINT: _param1, determines the range that can be the random point. *ACTION_T_SET_STAND_STATE: _param1, determines the stand state using the enum UnitStandStateType. *ACTION_T_SET_PHASE_MASK: _param1, determines the phase mask. *ACTION_T_SET_VISIBILITY: _param1, determines the visibility state using the enum UnitVisibility. patch by manuel --HG-- branch : trunk
2009-11-12Implement #184. Quest: What Book? I Don't See Any Book. FixKudlaty
--HG-- branch : trunk
2009-11-12*tabsRat
--HG-- branch : trunk
2009-11-12*fix buildRat
note: Compile before pushing !!! --HG-- branch : trunk
2009-11-11*Destroy both ReqItems and SrcItems on quest failure.maximius
--HG-- branch : trunk
2009-11-11*Destroy quest items on quest failure, and some cleanup.maximius
--HG-- branch : trunk
2009-11-11*More of that cleanup you all know and love ;)maximius
--HG-- branch : trunk
2009-11-11*Cleanupmaximius
--HG-- branch : trunk
2009-11-11Borean Tundra: Fix posbbile crashes & cleanuptartalo
--HG-- branch : trunk
2009-11-11Terokkar Forest, quest 'Escaping the Tomb': Fix & cleanup, by Manuel. closes ↵tartalo
#142 --HG-- branch : trunk
2009-11-11Wintergrasp: Working tenacity calculation, by RammboNr5tartalo
--HG-- branch : trunk
2009-11-11Obsidiam Sanctum, Sartharon: Fix, by Gyullotartalo
--HG-- branch : trunk
2009-11-11Wintergrasp: Fix tenacity calculation, by rammbonr5. Closes #156tartalo
Wintergrasp: Safe check to avoid crash, by Spp. Closes #188 --HG-- branch : trunk
2009-11-10*Limit non-equippable items to 3 drops, instead of only 1.maximius
--HG-- branch : trunk
2009-11-10*Comment out equipments changes in Nalorakk's script.Anubisss
*TODO: Find the correct id. --HG-- branch : trunk
2009-11-10Cleansing, add forgotten line to last patchtartalo
--HG-- branch : trunk
2009-11-10Fix #172 crashtartalo
--HG-- branch : trunk
2009-11-10Fix #162 crash (nesingwary_trapper related one)tartalo
--HG-- branch : trunk
2009-11-10Fix [Strength of one] (9582) and [Hypercapacitor Gizmo] (5151) quests, by ↵tartalo
arez. Closes 12 --HG-- branch : trunk
2009-11-10*removed no more needed line of code in WintergraspRat
--HG-- branch : trunk
2009-11-10*check for IsVehicle() closes #132Rat
--HG-- branch : trunk
2009-11-10*fix Character freeze after map change or login. Closes #19 patch by trazomRat
--HG-- branch : trunk
2009-11-09*Correct spells for boss Dred. Patch by manuel.Anubisss
--HG-- branch : trunk
2009-11-09*Fix memory leakz in reload gm_ticket command.Anubisss
--HG-- branch : trunk
2009-11-09*Eradar Twins EncounterRat
-Shadow Images should not be selectable and should not change targets because of heal agro -Alythess should find new target if all player die on her treathlist, now targets Sacrolash's target --HG-- branch : trunk
2009-11-07Borean Tundra, support for quest 'Escape from the Winterfin Caverns', by manueltartalo
Borean Tundra, support for quest 'Unfit for Death', by Malcrom and manuel Borean Tundra, support for quest 'Drake Hunt' (both versions), by manuel Closes #66 --HG-- branch : trunk
2009-11-07Set proper orientation after being teleported by spell, by Spp. Closes #100tartalo
--HG-- branch : trunk
2009-11-07Fix to Wintergrasp teleporters (Backout 5866), by Spp. Closes #90tartalo
*Wintergrasp: Move attacker questgivers to their corresponding campament, BySpp Closes #101 --HG-- branch : trunk
2009-11-07Naxxramas, Grand Widow Faerlina: script adds. Closes #15tartalo
--HG-- branch : trunk
2009-11-05*Some tweaks to Razorscale's flight behavior.maximius
--HG-- branch : trunk
2009-11-05Naxxramas, Loatheb: Script sporestartalo
--HG-- branch : trunk
2009-11-05Wintergrasp: Fix to vehicle tenacity not being applied correctly, by Spp. ↵tartalo
Closes #59 --HG-- branch : trunk
2009-11-05Drak'Tharon Keep, Trollgore: Fix name collisiontartalo
Halls of Stone: Chest handling & fix typo, by trazom. Closes #79 Halls of Stone, Sjonnir the Ironshaper: Despawn adds on reset, Attempt to fix add merging --HG-- branch : trunk
2009-11-05Drak'Tharon Keep, Trollgore: Fix AI, Implement add spawningtartalo
Drak'Tharon Keep, Novos the Summoner: Fix typo Drak'Tharon Keep, King Dred: Adjust timer + cleanup Drak'Tharon Keep, Tharon'Ja: Fix morphing model --HG-- branch : trunk
2009-11-05*Fix a crash where BankTab is between the number of purchased tabs and the ↵maximius
max number of tabs, by Trazom. ref #68 --HG-- branch : trunk
2009-11-05*Razorscale script rewrite. Still needs Harpoon and Stun implementation.maximius
--HG-- branch : trunk
2009-11-05Add an assert to trace down a crash, ref #68Machiavelli
--HG-- branch : trunk
2009-11-04*Typomaximius
--HG-- branch : trunk
2009-11-04*Also include grouped items in the check added in 3e8840284b77.maximius
--HG-- branch : trunk
2009-11-04*Never add the same loot item twice.maximius
--HG-- branch : trunk