aboutsummaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Collapse)Author
2010-04-05Use unit target by default (script targets will send self flag usualy)thenecromancer
Fixes quite some new issues like #1466 --HG-- branch : trunk
2010-04-05Mergethenecromancer
--HG-- branch : trunk
2010-04-05Always add CC unit state to allow restoring CC effects if one expires (stun ↵thenecromancer
in case of root/confuse, and fear in case of everything else) Fixes issue #1468 --HG-- branch : trunk
2010-04-05* Only call Database::ThreadStart()/ThreadEnd() once per thread.XTZGZoReX
* Some cleanups in MapUpdater/DelayExecutor. --HG-- branch : trunk
2010-04-05Add option maxPercentHealth to item_required_target to allow setting health ↵malcromdev@gmail.com>
percentage a target must be at before item use on item_required_target is allowed. This will allow better scripting of quest item use on some creatures. --HG-- branch : trunk
2010-04-04Fixed faction issue with vehicles in BattleGrounds. Thanks to Gyullo for ↵_manuel_
help and Rat for idea. --HG-- branch : trunk
2010-04-03Fix typomalcromdev@gmail.com>
--HG-- branch : trunk
2010-04-03Add MaxAffectedTargets=1 to shoot spells 25425,25761,42611malcromdev@gmail.com>
--HG-- branch : trunk
2010-04-04correct movement packet broadcastingsilverice
mover should be source of movement packets, not player resolves problem that movements of controlled unit not visible for nearby players (you can detect it only when controlled unit too far from player-controller) --HG-- branch : trunk
2010-04-04Fix Fishing skill in low level zones, where the zone_skill is < 0. The ↵Trazom62
formula was not correct for those cases. Fixes isssue #1387. Note: junk loot is still not yet implemented. --HG-- branch : trunk
2010-04-03handle CMSG_REQUEST_VEHICLE_SWITCH_SEAT opcodesilverice
thanks to havenard for packet structure, closes issue #1439 also added vehicle guid check --HG-- branch : trunk
2010-04-03Fix compile.Trazom62
Fixes issue #1443. --HG-- branch : trunk
2010-04-03Fix SMSG_GMTICKET_GETTICKET structure, by havenard. Closes issue #1419Machiavelli
--HG-- branch : trunk
2010-04-03Fix periodic heal log (correctly display critical heal tick)thenecromancer
--HG-- branch : trunk
2010-04-03Change pull effects speed calculations to work more or less correctly ( no ↵thenecromancer
more flying really high ) --HG-- branch : trunk
2010-04-03Fix waypoint movement removing flying animation for creaturesthenecromancer
Fix flying creatures always moving forward ( maybe use flag only when really moving? ) --HG-- branch : trunk
2010-04-03Fix issue #1437, don't remove passive auras if they're triggering spell that ↵thenecromancer
fails for whatever reason --HG-- branch : trunk
2010-04-03Script Instance Pit of Saron.Trazom62
First basic script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC). Still WiP with lots of work. In particular, the faction based npc/mob will have to be fixed when they will be spawned in TDB. Fixes issue #1308. --HG-- branch : trunk
2010-04-03Fix Hymn of Hope. Thanks Proof.Trazom62
Fixes issue #1322. Fixes issue #1428. --HG-- branch : trunk
2010-04-03Fix calculation of partial resistance cases, by Tlexii.Machiavelli
--HG-- branch : trunk
2010-04-01Fix Go type 10 spell handling by QAstonmalcromdev@gmail.com>
--HG-- branch : trunk
2010-04-01Spells 42442 & 45863 should be limited to 1 target.malcromdev@gmail.com>
--HG-- branch : trunk
2010-04-01* MergeBrian
--HG-- branch : trunk
2010-04-01* To make the game easier, we have decided to remove all movement from NPCsBrian
* If we get the positive response we are expecting, we will remove spells * next. * Just imagine, finally being able to get that T10 gear you wanted! * Thanks to Nayre for the idea * Thanks to Machiavelli and Trazom for help implementing --HG-- branch : trunk
2010-04-01Fix a typo in friends list and ignore list loading.Anubisss
This fixes the bugs which appear when you have more than 50 entries on friends or ignore list. For example: You have 40 friends and 20 ignores, it's 60. But the core loads just 50 entries so some of them not loaded. Fixes issue #134. Patch by johnholiver. --HG-- branch : trunk
2010-03-30Fix Skinning where there is no loot on creature.Trazom62
Fixes issue #1174. --HG-- branch : trunk
2010-03-30Added SCRIPT_COMMAND_MODEL 32 Allows changing of npc model in db scripts.malcromdev@gmail.com>
--HG-- branch : trunk
2010-03-30* Remove remaining obsolete client version checks from AHbotBrian
--HG-- branch : trunk
2010-03-30* Allow AHbot to pull items from reference_loot_template for auction.Brian
* Credits to click * Remove no longer needed check for non-supported client versions for loot * Generation --HG-- branch : trunk
2010-03-30Break spells on damage in some aura types.Anubisss
This commit fixes spell Repentance(20066). Patch by QAston, thanks to him. --HG-- branch : trunk
2010-03-29Added script command 31 SCRIPT_COMMAND_EQUIP inables an npc to change ↵malcromdev@gmail.com>
weapons in TC scripts. --HG-- branch : trunk
2010-03-29* Remove an old dumb hack.XTZGZoReX
--HG-- branch : trunk
2010-03-27* Delete unused filesBrian
--HG-- branch : trunk
2010-03-27Implement Script CoS. Thanks Johnholiver.Trazom62
Fixes issue #336. Requires DB update. Still WiP but functional. --HG-- branch : trunk
2010-03-27Fix crash in Player::DuelComplete.Trazom62
Fixes issue #1243. --HG-- branch : trunk
2010-03-27Use ToTotem() in a case.Anubisss
--HG-- branch : trunk
2010-03-27Make a function(ToTempSummon()) which can convert Creature to TempSummon ↵Anubisss
with a C++ cast(reinterpret_cast) and with a type check(isSummon()). This function is like ToPlayer(), ToTotem(), etc. This commit is like ede831bdd6f0cff481acc33f269fa7f8c78befd4 / r7496: http://code.google.com/p/trinitycore/source/detail?r=ede831bdd6f0cff481acc33f269fa7f8c78befd4 As a result, this commit has the advantages and the "disadvantages" too, like r7496. Please try to be polite if this commit causes some crashes. --HG-- branch : trunk
2010-03-27Implement usage of RewardArenaPoints field in quest_templateMachiavelli
--HG-- branch : trunk
2010-03-27Partial implementation of instance system patch by scarymovie87, fix max ↵Machiavelli
players check in instance. Cause of error was a pointer of class Player was casted to class InstanceMap. Refs issue #1323 --HG-- branch : trunk
2010-03-27Fix InstanceData::DoCompleteAchievement (and crash in ↵Trazom62
AchievementMgr::CompletedAchievement). Remove support of no longer existing achievement "The Party is Over". Thanks JuliuSZS. Fixes issue #1318. --HG-- branch : trunk
2010-03-26Corrected script for Glyph of Feral Spirit, aura must be checked on Owner ↵_manuel_
not Pet. By Gyullo. --HG-- branch : trunk
2010-03-26Support for spell Disarm Trap._manuel_
--HG-- branch : trunk
2010-03-26A visually better way to handle Avenger Wrath blocking of immunity shields.Xanadu
--HG-- branch : trunk
2010-03-26* Check for incorrect settings for AHbotBrian
* Patch by click --HG-- branch : trunk
2010-03-26* Add support to save and load worldstates.Spp
will be mainly used by outdoorPvP system * Update next arena auto distribute points time to custom worldstate --HG-- branch : trunk
2010-03-25MergeXanadu
--HG-- branch : trunk
2010-03-25Fixed Forbearance. Also self-cast LoH will now correctly prevent Avenging ↵Xanadu
Wrath for 30 s. Closes issue #1270. Thanks to _manuel_ for research. --HG-- branch : trunk
2010-03-25cleanups in vehicle accessories storagesilverice
transfer accesory list by pointer, make it constant --HG-- branch : trunk
2010-03-24* Allow the use of referenced trainer / vendor data.Brian
* This will reduce the size of the trainer / vendor tables a LOT. * Current tables will continue to work as/is until the refs can be made. * Huge thanks to XTElite1 * Credits for patch to Cycrow --HG-- branch : trunk
2010-03-24Cleaned and tidied-up the mechanic immunity handlerXanadu
--HG-- branch : trunk