aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-06*Add script of General Bjarngrim, Halls of Lightning. Source: SD2. Thanks to ↵megamage
manuel. --HG-- branch : trunk
2009-08-06AHBot rewrite, pulled from TC2-3.0.9 repo, in no particular order.Chaz Brown
*Any file named README.Something (including the original README) will be copied to the build directory when compiled with VS *Converted AuctionHouseBot to class structure, implemented Singleton for class *Moved global variables inside of AuctionHouseBot class, *Minor code cleanups, reformated headers, fixed switch logic errors *Parts of this code are from Naicisum's Mangos version. *Prevent endless looping condition where Item Quality has no percentage *Fix situation where items in the AH would be less than the maxitems setting *Move AHBot item filters to initialization so the items that are not allowed only get evaluated once. *Change the way Bid prices are calculated, along with Maximius' uint64 fix, prices should look a lot better now. *Includes a fix for grey items from MrSmite --HG-- branch : trunk
2009-08-05*Correct reputation rounding. By Necroomegamage
--HG-- branch : trunk
2009-08-05*Some clean up of scripts.megamage
--HG-- branch : trunk
2009-08-05*Teleport player to start pos instead of home pos when using stuck spell.megamage
--HG-- branch : trunk
2009-08-05*Do not allow dk to teleport out of start map without completing required ↵megamage
quests. *Remove some useless quest status enum. --HG-- branch : trunk
2009-08-05*Fix a bug that DK does not have full talent points after leaving starting ↵megamage
map. Thanks to MaXiMiUS --HG-- branch : trunk
2009-08-05*Fix a typo.megamage
--HG-- branch : trunk
2009-08-05*Mergemegamage
--HG-- branch : trunk
2009-08-05[8309] Fixed paladin judgement selection code in some places. Author: KAPATEJIbmegamage
--HG-- branch : trunk
2009-08-05 [8308] More generic code for new continent spell casting including fly ↵megamage
form/mounts. Author: VladimirMangos * Check new continent requirement by SPELL_ATTR_EX4_CAST_ONLY_IN_OUTLAND in SpellMgr::GetSpellAllowedInLocationError. * Also in this function let ignore any area requirement in GM-mode (except client side checks ofc if use spellbook/item) * For fly form/mount auras check only speciaal reqirement like special fly skill and ignore it for dead state. * Drop explicit fly auras drop at zone update, now this part GetSpellAllowedInLocationError functionality. * Allow in `spell_area` have data deepndent from ghost auras This all allow implement apply spells 55173/55164 to player ghost wiht DB support in `spell_area` --HG-- branch : trunk
2009-08-05For check allowed in dead state auras apply use IsDeathPersistentSpell ↵megamage
instead hack code. Author: VladimirMangos --HG-- branch : trunk
2009-08-05 [8307] Fix skinning for creatures without loot.megamage
Signed-off-by: hunuza <hunuza@gmail.com> --HG-- branch : trunk
2009-08-05[8306] Implement single-per-caster limitation for paladin "hand of" spells. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-08-05 [8305] Fixed item loading from pdumps. Author: hunuzamegamage
This resolve problems with marking all items as readble. --HG-- branch : trunk
2009-08-05 [8304] Move standup code to login, remove other not needed data change ↵megamage
at save. Author: VladimirMangos Now players saved as-is without any modifications. --HG-- branch : trunk
2009-08-05*fix typo in achievement, thanks to ThyrosRat
--HG-- branch : trunk
2009-08-05 [8303] Allow save and restore at login forms/stances. Author: VladimirMangosmegamage
Small changes also to prevent visual "fall" flight form for viewer at login, and another changes to prevent recasting default warrior stance. This also resolve bug with not removing some form bonuses at lost form at re-login. --HG-- branch : trunk
2009-08-05 [8297] Partly revert "[8291] Now allow auto-casting pet spells out of ↵megamage
combat by PetAI, related code cleanups." Author: VladimirMangos Use less stricted limitations for pet out-of-combat autoucasts. --HG-- branch : trunk
2009-08-05 [8295] Remove single target auras at caster/target shift to not ↵megamage
accessable phase. Author: VladimirMangos This must fix another source of "Couldn't find the caster of the single target aura" errors. --HG-- branch : trunk
2009-08-05[8294] Some `playercreateinfo_action` fixes. Also DK food initial amount fix ↵megamage
in code. Author: Necro --HG-- branch : trunk
2009-08-05*Fix Coyote Spirit Despawn Aura (52172) and Blood Parrot Despawn Aura ↵QAston
(60244) - inspired by Disassembler's patch. --HG-- branch : trunk
2009-08-05*Script effect for Big Blizzard Bear - by simon.QAston
--HG-- branch : trunk
2009-08-05*Fix target selection for Ancestral Awakening and Replenishment - by ThemQAston
--HG-- branch : trunk
2009-08-05*Make cleansing totem remove poisons - by ThemQAston
--HG-- branch : trunk
2009-08-05*Correct implementation and use of dbc data for aura ↵QAston
SPELL_AURA_CONVERT_RUNE(249) *Fix Blood of the North, Reaping - original patch by thenecromancer *Fix Death Rune Mastery. --HG-- branch : trunk
2009-08-04*fixed Alterac ValleyRat
--HG-- branch : trunk
2009-08-04*Fix Gargoyle feeding behaviour - original patch by thenecromancer.QAston
*Add SPELL_TARGET_TYPE_CONTROLLED for spell_script_target table for fast search of units(grid search skipped) and to prevent applying effects to not owned summons --HG-- branch : trunk
2009-08-04*Use uint64 instead of uint32 in AHbot prizes calculation to prevent ↵QAston
overflow - by MaXIMUS. --HG-- branch : trunk
2009-08-04*added script for training dummiesRat
*added new creature extra flag (CREATURE_FLAG_EXTRA_NO_SKILLGAIN) if set creature won't increase player's weapon skill --HG-- branch : trunk
2009-08-04*no need to log chat channel savesRat
--HG-- branch : trunk
2009-08-04*Allow ItemExpire events to be scripted.QAston
*Add .debug itemexpire command *Add script for Disgusting Jar and Mysterious Egg - original patch by Elron. --HG-- branch : trunk
2009-08-04*Use heroic_level_min value (if not 0) from table access_requirement for ↵Anubisss
instances with heroic mode. *Use level_min value if heroic_level_min == 0 for instances with heroic mode. *Correct heroic_level_min value for all instances. --HG-- branch : trunk
2009-08-03*Update formula on last fixNevan
--HG-- branch : trunk
2009-08-03*Fix Shaman T8 BonusNevan
*Added Polymorph Glyph to world_spell_full.sql --HG-- branch : trunk
2009-08-03*Cleanups in BattlegroundAV::Update.QAston
--HG-- branch : trunk
2009-08-03*Update zone for players after adding to map. - by VladimirMangosQAston
*Skip instance loading for player with flypath/on transport. --HG-- branch : trunk
2009-08-03*Moved Glyph of Polymorph in Unit::HandleDummyAuraProcNevan
--HG-- branch : trunk
2009-08-03*Add Rate.RepairCost config option - by MaXiMiUSQAston
*Apply tc sql coding style to 4737_world_TDB.sql - by Drahy *Fix build with MAP_BASED_RAND_GEN option. --HG-- branch : trunk
2009-08-03*Add DeleteObjectWith owner function for gameobject deletion with updating ↵QAston
owner object list *Cleanups in Aura 1852 and recenlty added glyph code. --HG-- branch : trunk
2009-08-03*Add some crash prevention checks.QAston
--HG-- branch : trunk
2009-08-03Fix CRLF in SpellAuras.cpp and strange character in world_script_texts.sqlChaz Brown
--HG-- branch : trunk
2009-08-03*Fix Glyph of FireballNevan
*Fix Glyph of Frostbolt --HG-- branch : trunk
2009-08-03*TypoNevan
--HG-- branch : trunk
2009-08-03*Fix Polymorph Sheep SoundNevan
*Fix Glyph of the Penguin *Clean Up Glyph of Polymorph --HG-- branch : trunk
2009-08-03mergeRat
--HG-- branch : trunk
2009-08-03*fix Lady VashjRat
*fix Toxic Sporebat's Toxic Pool spell --HG-- branch : trunk
2009-08-03*Fix Glyph of PolymorphNevan
--HG-- branch : trunk
2009-08-02*Fix Aura Mastery "Immunity"Nevan
--HG-- branch : trunk
2009-08-02[8292] Fixed healing part of spell 19505 and ranks (in fact from rank 2) ↵megamage
Author: VladimirMangos --HG-- branch : trunk