aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-20Fix arena point calculation. If the configured arena season is >= 5, teams ↵Machiavelli
below 1500 rating should get a fixed amount of points, equal to the amount of points a person with 1500 rating would get. --HG-- branch : trunk
2010-03-20Make sure a to be traded item ends up in the item update queue for the ↵Machiavelli
correct player. --HG-- branch : trunk
2010-03-20Item system updateMachiavelli
- Set ITEM_FIELD_CREATE_PLAYED_TIME to 0 in Item::Create, should fix crash described in issue 1199 - Change some function calls so on Player::_saveInventory the core doesn't have to check for existance of item anymore when iterating over m_refundableItems. The loop will now only update played time, removal of items from this set is done in other functions. - Cleanup in affected functions. --HG-- branch : trunk
2010-03-20Fix few typos on last commitsTartalo
--HG-- branch : trunk
2010-03-20Gundrak, Slad'Ran: Despawn adds on wipeTartalo
--HG-- branch : trunk
2010-03-20Azjol Nerub, Anub'Arak: Despawn adds on wipesTartalo
--HG-- branch : trunk
2010-03-20Halls of Stone: Implement achievement Brann's Spankin' NewTartalo
--HG-- branch : trunk
2010-03-20MergeTartalo
--HG-- branch : trunk
2010-03-20Halls of Stone: Allow to loot Brann's chest when encounter ends (without ↵Tartalo
waiting all the event). Blizzlike change --HG-- branch : trunk
2010-03-20Restore RewardPlayerAndGroupAtKill call from previous commit. This is the xp ↵Trazom62
or honor reward for the tapping player/group. --HG-- branch : trunk
2010-03-20Fixed KILL proc to occur for the unit that lands the killing blow, not for ↵Xanadu
the loot recipient. --HG-- branch : trunk
2010-03-19Fix Object::IsInMap to check instanceId.Trazom62
Fig group loot distance checks to also check map instanceId. Fixes issue #1172. --HG-- branch : trunk
2010-03-19Implement instance script for Zul'Farrak and prevent Gahz'Rilla from being ↵Machiavelli
summoned multiple times. --HG-- branch : trunk
2010-03-19Fix hunter pet talent reset feature.Machiavelli
Thanks to Xanadu and nalimleinad for aiding research. --HG-- branch : trunk
2010-03-19* Fix a typo that broke guild creation times...XTZGZoReX
--HG-- branch : trunk
2010-03-19* Minor cleanups/comments in regards to SMSG_GUILD_INFO.XTZGZoReX
--HG-- branch : trunk
2010-03-19MergeXanadu
--HG-- branch : trunk
2010-03-19Fixed a crash. Closes issue #1182.Xanadu
--HG-- branch : trunk
2010-03-19Fix heirloom armor proficiency downgrading for warriors.Machiavelli
--HG-- branch : trunk
2010-03-19Fix SMSG_GUILD_INFO (/guildinfo command)Machiavelli
--HG-- branch : trunk
2010-03-19Fix crash in Player::_saveInventory().Machiavelli
Fixes issue #1175 --HG-- branch : trunk
2010-03-19Missing part of previous commit (Periodic Leech is DoT as well)thenecromancer
Fix talents Improved Rend and Gag Order not increasing whole damage of affected spells (applying effect modifiers - spellmod_effectx should be however done for every static damage added to already calculated damage, we can't just apply all spellmods after effects are processed...) --HG-- branch : trunk
2010-03-19Update player damage reduction by resilience combat ratingthenecromancer
Apply crit damage reduction to periodic crit damage --HG-- branch : trunk
2010-03-19Fix issues with NPC that have nonphysical melee damagethenecromancer
Remove Ranged attack from attackerstateupdate() children function (Ranged attacks are always done using spells) --HG-- branch : trunk
2010-03-19Fixed broken missile visuals in certain DST and SRC type spells (Void ↵Xanadu
Reaver's Arcane Orb and many others). Achieved by fixing wildly incorrect SMSG_SPELL_GO target mask data handling. --HG-- branch : trunk
2010-03-18Store alternate currency spent on an item by Item ExtendedCost entry instead ↵Machiavelli
of honorPts/arenaPts/items seperately. Thanks to Opterman for the idea. --HG-- branch : trunk
2010-03-18*fix quest Bury Those Cockroaches!(11608)Rat
--HG-- branch : trunk
2010-03-18Added unit targets for TARGET_TYPE_DEST_TARGET and TARGET_TYPE_DEST_CASTER ↵Xanadu
to tackle the cases where unit targets are required but there is no other implicit target to produce them (like in 53, 0 combination). This works in conjunction with my next commit. --HG-- branch : trunk
2010-03-18remove unused player's class member,cleanupsilverice
--HG-- branch : trunk
2010-03-18Added (blizzlike) packet broadcast to near teleport. Thanks to Zor and ↵Xanadu
nalimleinad (AKA anonymous colleague #1) for research. --HG-- branch : trunk
2010-03-18Implement vendor item refund system.Machiavelli
For info about this system, see: hxxp://us.blizzard.com/support/article.xml?locale=en_US&articleId=27351 Thanks to: - Opterman, Malcrom, Xanadu + anonymous colleagues for aiding research on packet structure - Aokromes and Svannon for testing --HG-- branch : trunk
2010-03-18Identified a new spell attribute forbidding some spells to use caster's done ↵Xanadu
dmg mods (spellpower etc). --HG-- branch : trunk
2010-03-18* Remove typeid check and fix cast target for Improved Fear. Patch by ↵XTZGZoReX
jesper.vortex. * Closes #946. --HG-- branch : trunk
2010-03-18* Cleanups and comments in Player::SendInitWorldStates.XTZGZoReX
--HG-- branch : trunk
2010-03-18*always remove UNIT_FLAG_OOC_NOT_ATTACKABLE if crature enters combat and ↵Rat
reset on leave combat -Please post feedback if it breaks any script! --HG-- branch : trunk
2010-03-17*Fix possible exploits with flying paths. by QAstonRat
--HG-- branch : trunk
2010-03-17Add script for Amberpine Woodsmen Grizzly Hillsmalcromtdb@gmail.com
--HG-- branch : trunk
2010-03-17Argent Tournament Post script by MalcromXanadu
--HG-- branch : trunk
2010-03-17MergeXanadu
--HG-- branch : trunk
2010-03-17Upgraded SCRIPT_COMMAND_EMOTE to do state emotes, too, based on datalong2 ↵Xanadu
value. By Malcrom. --HG-- branch : trunk
2010-03-17Added hack that was removed in [7443]silverice
Closes issue #979 --HG-- branch : trunk
2010-03-17Fixed players not being able to resurrect after core crash.Xanadu
--HG-- branch : trunk
2010-03-17CleanupXanadu
--HG-- branch : trunk
2010-03-17Fixed Drain Soul increased damage for targets below 25% HP. Closes issue ↵Xanadu
#394. Closes issue #748. Closes issue #938. Rejoice, new era of server-side spells has begun! --HG-- branch : trunk
2010-03-17*fix Feral Spirit's healing (Spirit Hunt)Rat
--HG-- branch : trunk
2010-03-16Fix some possible crashes.Anubisss
--HG-- branch : trunk
2010-03-16Fix Hunter's spell Snake Trap.Trazom62
Fixes issue #896. --HG-- branch : trunk
2010-03-16Update Halls of Stones script text entries to correct range.Trazom62
Fixes issue #607. --HG-- branch : trunk
2010-03-16Overload Item::SetState correctly in Item::SetItemRandomProperties.Machiavelli
Fixes issue #1126 --HG-- branch : trunk
2010-03-15attempt to stop mobs casting and fleeing while stunned or confusedreno
--HG-- branch : trunk