aboutsummaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Collapse)Author
2009-08-17Fix spellclick typoKudlaty
--HG-- branch : trunk
2009-08-17*Fix Glyph of RakeNevan
--HG-- branch : trunk
2009-08-17New Filters added to AHBot, moved into AI section for VSChaz Brown
--HG-- branch : trunk
2009-08-17*Implement aura type SPELL_AURA_PREVENT_REGENERATE_POWER(294).QAston
--HG-- branch : trunk
2009-08-17*Implement aura type SPELL_AURA_MOD_CRIT_PCT(290).QAston
--HG-- branch : trunk
2009-08-17* Fix hunter pet talent 'Last Stand'Machiavelli
--HG-- branch : trunk
2009-08-17*Implement aura type SPELL_AURA_MOD_XP_QUEST_PCT (291) and fix ↵QAston
SPELL_AURA_MOD_XP_PCT(200) handler. *Correct structure stored in world.sql for npc_spellclick_spells and fix world_script_text application. --HG-- branch : trunk
2009-08-17* Correctly set SPELLMOD_COOLDOWN for pet cooldowns. By pasdVn.Machiavelli
--HG-- branch : trunk
2009-08-17Fix negative spawntimesecs handling in gameobjects - they now start off ↵QAston
unspawned and disappear correctly upon despawn (even if PCs aren't moving) Quest 308 changed to not require completion of 403 (offi does not have 403 as quest, just a gossip) Quest 308 finish script changed to show unguarded barrel earlier (as it does in offi) Author of all of these: totoro. --HG-- branch : trunk
2009-08-17*Fix for spell used by cooking pot for quest Super Hot Stew(43723) - by simon.QAston
--HG-- branch : trunk
2009-08-17*Fix this part of Frozen Power: "when used on targets at or further than 15 ↵Anubisss
yards from you". --HG-- branch : trunk
2009-08-17* Allow partial blocs to proc PROC_EX_NORMAL_HIT, by nos4r2zodMachiavelli
--HG-- branch : trunk
2009-08-17* Set mana to 0 in addition to active power when character swaps talent specs.Machiavelli
--HG-- branch : trunk
2009-08-17* Correct some calculation in Unit::CalcAbsorb resist, prevents players ↵Machiavelli
being killed because absorbed value was negative. --HG-- branch : trunk
2009-08-17* Fix bug that player cannot receive credit for killing a creature if damage ↵Machiavelli
done to the creature by spell reflect >=49% of the creatures HP. --HG-- branch : trunk
2009-08-16*Add script of quest "How to win friends and influence enemies". Author ↵megamage
ckegg. With some modifications. *Fix the bug that persuader can be used on other creatures. --HG-- branch : trunk
2009-08-17*MergeMachiavelli
--HG-- branch : trunk
2009-08-17* Fix visual bug that makes client believe that his recently tamed pet has ↵Machiavelli
no talent points. --HG-- branch : trunk
2009-08-17*Fix Frozen Power TalentNevan
--HG-- branch : trunk
2009-08-17* Change CONFIG_OFFHAND_CHECK_AT_TALENTS_RESET to ↵Machiavelli
CONFIG_OFFHAND_CHECK_AT_SPELL_UNLEARN, and change behaviour related to the value. Note: Update your configuration file. --HG-- branch : trunk
2009-08-17*MergeMachiavelli
--HG-- branch : trunk
2009-08-17* Correctly remove two-handed weapon in off-hand slot when intended. (Talent ↵Machiavelli
reset if configured, switch talent spec) --HG-- branch : trunk
2009-08-17*Add spell_bonus_data for lightwell - by ElronQAston
*Add aura_required, aura_forbidden, user_type columns to npc_spellclick_spells table for additional requirement checks *Remove workarounds from lightwell code and use new npc_spellclick_spells fields instead. --HG-- branch : trunk
2009-08-17*MergeMachiavelli
--HG-- branch : trunk
2009-08-17* Fix a bug; prevent server from deleting action button of the talent spec ↵Machiavelli
that was just switched to, caused by clients response when spells are being unlearned. --HG-- branch : trunk
2009-08-17*Fix a typo. By Necroo.Anubisss
--HG-- branch : trunk
2009-08-16*Fix the crash caused by client customize log.megamage
--HG-- branch : trunk
2009-08-16*Some quest fixes for some dk quests. Not enabled for now. By Azrael and ↵megamage
ckegg. sql will be added later so you may get some console error during start up. --HG-- branch : trunk
2009-08-16*Remove hack in Brain Freeze code.QAston
*Update Improved Mend Pet to 3.1.3. --HG-- branch : trunk
2009-08-16*Dont allow function CompletedAchievement() for GMs if ↵Anubisss
GM.AllowAchievementGain disabled in conf. --HG-- branch : trunk
2009-08-15*Fix the bug that player sometimes take fall damage when exit vehicle.megamage
--HG-- branch : trunk
2009-08-15*Replace every tab with 4 spaces, checked by handmaximius
--HG-- branch : trunk
2009-08-15*Add some vehicle ai functions.megamage
--HG-- branch : trunk
2009-08-15*better handle effect 140. do not consider bp > 0 as custom damage.megamage
--HG-- branch : trunk
2009-08-15*Remove inline because it is not necessary. VC++ will set all functions ↵megamage
defined in class declaration as inline automatically. --HG-- branch : trunk
2009-08-16*MergeMachiavelli
--HG-- branch : trunk
2009-08-16* Clear m_actionsButtons regardless of DB data for other spec when switching ↵Machiavelli
specs. --HG-- branch : trunk
2009-08-15*Remove offhand after switching specs if the player can no longer equip that ↵maximius
item (ie: Titan's Grip) --HG-- branch : trunk
2009-08-16*Implement Championing system. More info about this patch at ↵Anubisss
http://www.wowwiki.com/Championing *Dont forget that this system can only works fine if has a DB support with level 80 instances' reputations(so need some data to creature_onkill_reputation). --HG-- branch : trunk
2009-08-15*MergeMachiavelli
--HG-- branch : trunk
2009-08-15* Better way to toggle between action bars for duel speccing, with help from ↵Machiavelli
thenecromancer's patch, thank you. * Correctly adopt spec 1's action bars into spec 2 when learning a new spec. * Correct handling for UpdateSpecCount where count == 1. * Other small cleanup and consistency variables. --HG-- branch : trunk
2009-08-15*Add config option to change minimum level required to Dual Specmaximius
--HG-- branch : trunk
2009-08-15*Change react state of guardian back to aggressive. Instead check threat ↵megamage
radius in canstartattack to prevent them attack too far target. --HG-- branch : trunk
2009-08-15*Fix a crash caused by ItemExpire though the reason is unknown.megamage
--HG-- branch : trunk
2009-08-15*MergeMachiavelli
--HG-- branch : trunk
2009-08-15*Correctly calculate spent talent points upon switching to primary/secondary ↵Machiavelli
talent spec. By thenecromancer. --HG-- branch : trunk
2009-08-15Reintroduce spell categories for Food and drink removed in 4904 ↵Chaz Brown
(bd5ef2d4ac26) and change code that used hard coded numbers to use them instead - Thanks, Peldor --HG-- branch : trunk
2009-08-15*Forgot to move delete result after fetch function.Machiavelli
Note: Dual speccing isn't working fully, going past rev 5037 is not recommended. --HG-- branch : trunk
2009-08-15*Fix logical error in Player::LoadFromDB regarding dual speccing, and ↵Machiavelli
relocate code for consistency --HG-- branch : trunk
2009-08-15*fix shapeshift bonus auras, hope i didnt brake anythingRat
--HG-- branch : trunk