aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts
AgeCommit message (Collapse)Author
2009-07-29Really fix CRLFChaz Brown
--HG-- branch : trunk
2009-07-29*Use _SECURE_SCL=0 in all release vcpp projects - original patch by ↵QAston
DearScorpion. --HG-- branch : trunk
2009-07-28*Implement attribute flag SPELL_ATTR_EX3_BLOCKABLE_SPELL - now spells: ↵QAston
Gouge, Kick, Wing Clip, Rake, Hamstring are blocable - by thenecromancer. --HG-- branch : trunk
2009-07-28*Cleanups and Fixes in Mirror Image script.QAston
--HG-- branch : trunk
2009-07-27Script for quest 12570. Author: manuelKudlaty
--HG-- branch : trunk
2009-07-26*Update procflags for Imp.Shadowform.QAston
*Use item speed value instead of attack speed value for enchant PPM - by MaS0n. *Correctly apply cooldown to Improved leader of the pack mana regen. *Do not refresh duration when stack from aura is dropped - by Apoc --HG-- branch : trunk
2009-07-25Add missing file from rev 4594Kudlaty
--HG-- branch : trunk
2009-07-25Merge [SD2]Kudlaty
r1106 Prevent abuse of item 44222. Apply some SD2 code style r1107 Add health modification for phase and correct phase value for kael(TK) r1108 Remove scripted function SetSheathState() and use mangos function instead. Fix one typo and apply sd2 code style for one script. r1109 Remove old makefile* files not needed. r1110 Some minor adjustments to sharkkis, add one spell and also add distance to MoveChase. Not kill boss' advisors on Reset when not needed. r1111 Check pointers and avoid possible crash r1112 Added script for friendly Kael in MgT (movement to orb-platform, transform and gossip) r1113 Correct misunderstanding added in 1112, and use timer for transformation instead (creature are expected to spawn/fly down once player use orb). --HG-- branch : trunk
2009-07-25*Minor clean in Muru.Anubisss
*Fix SWP's door handling. --HG-- branch : trunk
2009-07-24Merge [SD2]Kudlaty
r1100 Added basic AI definitions for boss sartharion (with adds, using a common AI for certain events) and intro calling drakes r1101 Correcting a few details and simplify call drakes for boss sartharion Add boss and mini-boss' abilities and add more common events to common drakes AI r1102 Drop support for Windows VC71 (2003) (ref Mangos rev 7865) r1103 Added support for quest 6481 (summon npc 11920) r1104 Restore compile after change in OnCreatureCreate(). Require Mangos 7871+ - skip (we don't merge 7871?) r1105 Remove code related to taunt immune. creature_template.flags_extra(CREATURE_FLAG_EXTRA_NOT_TAUNTABLE) must be used instead where creature should always be immune. --HG-- branch : trunk
2009-07-24*Remove duplicate items from scripts' CMakeLists.Anubisss
--HG-- branch : trunk
2009-07-24Merge [SD2]Kudlaty
r1095 Correct one spellId in hyjal - skip r1096 Remove more grid search code from scripts and use functions. r1097 Remove obsolete functions redefined in 1094 r1098 Added text for bosses in map 615 r1099 Added instance script for map 615 --HG-- branch : trunk
2009-07-24Merge [SD2]Kudlaty
r1088 Add grid searcher class PlayerAtMinimumRangeAway and create ScriptedAI function GetPlayerAtMinimumRange that return player in grid with at least the defined range away from m_creature. r1089 Remove no longer needed grid search code and use function instead. - skip r1090 Rename and clarify function variables - skip r1091 Add two new grid search functions to return list of creature and gameobject. Remove unused class. r1092 Remove more grid search code in scripts and use functions instead. r1093 Remove obsolete grid search class and rename new to a more consistent name. r1094 Speed up functions GetCreature/GameObjectListWithEntryInGrid a bit --HG-- branch : trunk
2009-07-23Script for quest 11878. Author: DrethekKudlaty
Missing update of *full.sql --HG-- branch : trunk
2009-07-23Functions Clean Up - by DrethekKudlaty
--HG-- branch : trunk
2009-07-23Add script for quest 12861. Author: Drethek.Kudlaty
--HG-- branch : trunk
2009-07-23*Cleanup in The Endless Hunger script. - by Drethek.QAston
--HG-- branch : trunk
2009-07-23*Script for Plug the Sinkholes - by Drethek.QAston
--HG-- branch : trunk
2009-07-22*Merge.QAston
--HG-- branch : trunk
2009-07-22*Implement Aura Type 247 (SPELL_AURA_CLONE_CASTER) and 279 ↵QAston
(SPELL_AURA_INITIALIZE_IMAGES) *Handle CMSG_GET_MIRRORIMAGE_DATA opcode. *Save Minions follow angle to allow themmoving in a formation *Improvements in SpellAI: correctly evade and select attack target for creatures without threat list *Use SpellAI instead of PetAI for not controllable guardians *Only guardians with SUMMON_TYPE_PET are controllable now *Add script and template data for Mirror Image. *Thanks to Drahy for help. --HG-- branch : trunk
2009-07-22*Fix door handling in Akama's script.Anubisss
--HG-- branch : trunk
2009-07-20 [8190] Update killing quest objectives base at creature_template ↵megamage
KillCredit fields. Author: GriffonHeart Note: for avoid double counting must be removed C++ scripts and EventAI scripts that do same thing in old way. Signed-off-by: VladimirMangos <vladimir@getmangos.com> Also implement KillCreditN field check at loading. --HG-- branch : trunk
2009-07-19Backed out changeset: ad3793582d28Rat
--HG-- branch : trunk
2009-07-19*added script for Underbog Colossus (SSC)Rat
--HG-- branch : trunk
2009-07-19*Add cooldown timer for boss Grand Magus Telestra.Necroo
--HG-- branch : trunk
2009-07-18*use OriginalVictim for some range based spell casts (only scripts)Rat
-fixed void reaver's arcane orb spell, now it is shown in combatlog (cheers to bossmods) --HG-- branch : trunk
2009-07-18*SerpentShrine Caverns fixesRat
-target only players for some spells -innerdeamons only follow their 'targets' -despawn deamons when Leo divides himself --HG-- branch : trunk
2009-07-18*fixed Supremus' Vulcanos (temp fix untill summon spell fixed)Rat
*fixed Supremus Molten Flame --HG-- branch : trunk
2009-07-18*implemented MOJO (yes the frog from Zul'Aman) have funRat
--HG-- branch : trunk
2009-07-17* And add the right oneBroodWyrm
--HG-- branch : trunk
2009-07-17*Use spell instead of function for giing kill credit in Death's Challenge ↵QAston
script - by Drethek. --HG-- branch : trunk
2009-07-17*Remove some code for spells not present in dbc of 313.QAston
--HG-- branch : trunk
2009-07-16* Add script for Val'kyr Battle-maiden - patch provided by DrethekBroodWyrm
* Add summonerguid to summons by spell --HG-- branch : trunk
2009-07-14*Fix the bug that escorted creatures return to their spawnpoint after ↵QAston
engaging combat. --HG-- branch : trunk
2009-07-13*Fix Defensive Tactics.QAston
*Correctly delete gameobject in BT_Najentus script. --HG-- branch : trunk
2009-07-12*Merge SD2.Anubisss
*r1202: Added support for quest 12739(and 12742 to 12750). Patch by ckegg *And merge a grid searcher from SD2. --HG-- branch : trunk
2009-07-11Rewrite script for quest 12680Kudlaty
Add support for spells 52267 and 52264 Thanks to Drethek for patch --HG-- branch : trunk
2009-07-09*Update proc entry for Elemental Focus - by Bengan.QAston
*Update proc entry for Chill of the Grave, Wandering Plague, Endless Winter, Glyph of Chains of Ice - by Destalker *Add missing script call for EffectDummyCreature_npc_nestlewood_owlkin. --HG-- branch : trunk
2009-07-09*Fix snake trap.QAston
--HG-- branch : trunk
2009-07-09Better function to despawn creature with script in azuremyst_isleKudlaty
--HG-- branch : trunk
2009-07-01*Fix a crash caused by archaedas script.megamage
--HG-- branch : trunk
2009-06-29Merge [SD2]Kudlaty
r1086 Add long time needed grid search functions for closest creature and gameobject - skip, we have better function in core r1087 Remove no longer needed grid search code and use functions instead. --HG-- branch : trunk
2009-06-28Merge [SD2]Kudlaty
r1081 Fix spell/timers for dathrohan/balnazzar r1082 Correct summon timer for jan'alai hatcher and summon different as spells suggest. Redesign waypoint for hatchers and set expected run movement. Adjust distance check function. - skip r1083 Correct order of events for jan'alai 'bombing phase'. Remove not needed summons and summon only expected amount. Replace teleport code with spells - skip r1084 Correct spell/timers for two SM bosses. r1085 Provide updated .patch file (made for Mangos 7842+) - skip --HG-- branch : trunk
2009-06-27*Remove some useless contents in sln files.megamage
--HG-- branch : trunk
2009-06-27*Merge tc1 1591 - 1599, skip 1596QAston
--HG-- branch : trunk
2009-06-27*Merge tc1 commits 1582-1590QAston
--HG-- branch : trunk
2009-06-26* Use int32 not int (i think it makes no different)BroodWyrm
--HG-- branch : trunk
2009-06-26* Add textids to unworthy_initiate script - thx to crackm of SD2BroodWyrm
* Fix a bug that unworthy_initiate is attackable after reset - thx to seirge --HG-- branch : trunk
2009-06-24- properly reset Shada of Akama after wipeRat
- despawn summons if Shade is killed, so Akama can complete the event --HG-- branch : trunk
2009-06-22*Clean up scripts, remove all per script declared functions to toggle ↵Machiavelli
gameobject state and use InstanceData::HandleGameObject instead. --HG-- branch : trunk