aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-04-05* Only call Database::ThreadStart()/ThreadEnd() once per thread.XTZGZoReX
* Some cleanups in MapUpdater/DelayExecutor. --HG-- branch : trunk
2010-04-05probably fix crash with boss_paletressAI::MovementInformsilverice
to our script writers: please, turn on the brain --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-03Valiance keep Cannoneer script to activate cannon.malcromdev@gmail.com>
--HG-- branch : trunk
2010-04-03Fix Script HoL/Ionar.Trazom62
Fixes issue #1132. --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-02Implemented:_manuel_
* Script at_aldurthar_gate for quests 13315 and 13351. * Script at_warsong_farms for quest 11686. * Script at_stormwright_shelf for quest 12741. Code from ScriptDev2. Before execute sql updates, apply TDB fix. New Fix Submissions > Core related DB content --HG-- branch : trunk
2010-04-02Corrected gossip script npc_hira_snowdawn. Thanks to wowgargamel._manuel_
--HG-- branch : trunk
2010-04-02* Removed check for SSL version requirement of .98k or higher (works just fineBrian
* with .98e). * Thanks raczman for testing. --HG-- branch : trunk
2010-04-02Use GUIDs instead of "global" pointers in zone scripts.Anubisss
This commit is like that: 7714 / rce505237e4aa And use const_iterators where it is possible. --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-01Use ToTempSummon() in a case instead of a C style cast.Anubisss
Use correct Unit::GetCreature() instead of Unit::GetUnit() with casting the object to Creature pointer. Remove some usless casts. Fix a possible crash in pyrewood_ambushAI. TODO: Remove ugly cast macros(like CAST_PLR(), CAST_CRE()) from scripts and use the correct ToX() functions(like ToPlayer(), ToCreature()). --HG-- branch : trunk
2010-04-01Implemented script for vendor/trainer Hira Snowdawn._manuel_
--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-31Fix Script Grand Magus Telestra to reappear when the 3 adds are killed.Trazom62
Fixes issue #1382. --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-30Fix a typo in Keristrasza's script. Patch by havenard, #1373.Anubisss
--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-28Fix crash in Mal'Ganis script + cleanup.Trazom62
Fixes issue #1347. Thanks Johnholiver. --HG-- branch : trunk
2010-03-27MergeTartalo
--HG-- branch : trunk
2010-03-27Fix typo, thanks ramses@cyberlost.comTartalo
Fixes issue #1341. Fixes issue #1344. --HG-- branch : trunk
2010-03-27* Delete unused filesBrian
--HG-- branch : trunk
2010-03-27Nexus, The Oculus: CleanupTartalo
--HG-- branch : trunk
2010-03-27Nexus, Nexus: CleanupTartalo
--HG-- branch : trunk
2010-03-27* Remove unused config option Rate.XP.PastLevel70.XTZGZoReX
--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