aboutsummaryrefslogtreecommitdiff
path: root/src/bindings
AgeCommit message (Collapse)Author
2009-08-13*Fix some typos in spell_area which make some spells are not available to ↵megamage
female char. --HG-- branch : trunk
2009-08-13*Fix a crash caused by shaffar script.megamage
*Fix build. --HG-- branch : trunk
2009-08-13*Remove some incorrect use of removefromworld in scripts.megamage
--HG-- branch : trunk
2009-08-13mergeKudlaty
--HG-- branch : trunk
2009-08-13Merge [SD2]Kudlaty
r1231 Remove old hack code that never worked and move/comment a few remaining to a more suitable function. r1232 Use more safe way to check local bool in AI, accessed from GossipSelect r1233 Update instance type and data labels for ZG to sd2 style and remove not needed ones. r1234 Add scriptname for Gong, prevent using it in ZG if event already in progress or done (script added in previous commit) r1235 Restore compile, sorry for typos :) Apply SD2 code style to arlokk script. --HG-- branch : trunk
2009-08-13*A hacky fix of the crash happening when player is teleported during logout.megamage
--HG-- branch : trunk
2009-08-13*Some update of script "death's challenge"megamage
--HG-- branch : trunk
2009-08-13Merge [SD2]Kudlaty
r1221 Restore compile after changes to KilledMonster(). Remove no longer needed code where creature_template are expected to have definitions for KillCredit. Replace one creature script with areatrigger script and some related code cleanup. Requires Mangos 8190+ r1222 Move waypoints for Barnes to database. Also adjust code and simplify parts of pre-event. Some additional code cleanup r1223 Clean up labels for Kara instance. r1224 Replace use of MANGOS_DLL_SPEC with MANGOS_DLL_DECL as expected in script. Thanks Zor for notice. - skip r1225 Add new options for escortAI. For normal escorts, InstantRespawn can be set true (normal will despawn creature and use database spawntimesecs) For non-escorting scripts, option to loop path can be set. Creature will return to respawn coords and after, start path from beginning. r1226 Remove escortAI option to defend self. Creature must be able to enter combat with any attacking and then defend self by attacking back. If custom cases exist where creature must not be set in combat with attacking, then custom script is expected. r1227 Using _SECURE_SCL=0 to speedup iterators in Windows (release build, ref Mangos rev 8194). Patch by Vladimir - skip r1228 Clean up gruul instance + scripts, add instance save and apply sd2 code style. Some adjustment to hurtful strike. Minor adjustments to other spell abilities. Create own AI for adds, and avoid repetitive code being common for all adds. Patch by Abim - skip r1229 Move door code to instance script and simplify Set/GetData() code and aggro check. - skip r1230 Remove no longer needed call to Reset() in Council_Base_AI and correct typo. - skip --HG-- branch : trunk
2009-08-12*Fix build.megamage
--HG-- branch : trunk
2009-08-13Merge [SD2]Kudlaty
r1211 Correct tempsummon type for adds and add spellId for future use. Patch by Abim - skip r1212 Added support for quest 6523. Patch by Meldanor - skip (already have that, just move waypoints to db) r1213 Add a few missing address-of operators and some general cleanup. r1214 Adjusting how pet are summoned and check when new pet can be summoned for sharkkis. - skip r1215 Added support for event related to quest 12727. Original patch by ckegg r1216 Some adjustments to function for controlling combat movement (MoveChase()) r1217 Use SetCombatMovement() for more scripts where expected and remove one useless function from Scripted_NoMovementAI (this may be fully removed) r1218 Correct script_texts, adding variable %s where missing (...and where expected. Note that not all creature emote texts contain name of sender). - skip r1219 Reset DATA_OPERA_OZ_DEATHCOUNT to 0 at start, in case event was previously run and incremented counter. r1220 Correct lost-in-process FillPointMovementListForCreature() for quest 12727 (copy/paste == bad) --HG-- branch : trunk
2009-08-12*Cleanup of scripts.megamage
--HG-- branch : trunk
2009-08-13Merge [SD2]Kudlaty
r1205 Check pointer for NULL before use. - skip r1206 Remove conflicting MovePoint and let creature fully use MoveChase for summoned in hyjal. - skip r1207 Add instance bosses for map 602. Scripts can not be considered complete and must be tested further when databases has better values for misc (such as creature factions, health/mana etc) r1208 Added handling of doors for second last boss in BRD. Apply sd2 code style and clean up last boss(es) scripts and spells. Patch by Turok - skip r1209 Merge scripts for last bosses in BRD to one source file. Also not store pointers to creatures and create only when needed. Added creation of portal if Moria survive and Emperor is dead. - skip r1210 Clean up and add script for second boss in SWP. Patch by paytheo (original by ckegg) - skip note: in previous merge should be r120x insted of r200x. Sorry for that --HG-- branch : trunk
2009-08-12*fix Teron Gorefiend reset-loop bugRat
--HG-- branch : trunk
2009-08-12Merge [SD2]Kudlaty
r1192 Adding and correct spell used for hard enrage after 15 minutes, and also correct initial ability if any of dragons are alive at initial aggro. Added placeholder for soft enrage at 10%HP left. r1193 Fixed typo in EnterEvadeIfOutOfCombatArea() r1194 Implement basic parts of tomb of seven event in BRD. - skip (already scripted) r1195 Some cleanup to parts of the seven event script. r1196 Reset event for triage-quests in better way and also clear lists. r1197 Clean up and add long time incomplete script for first boss in SWP. - skip r1198 Correct typo in filename in previous commit, sorry :) - skip r1199 Added script for areatrigger 4853, to be used to start pre-event, second boss in SWP. - skip r2000 Check alive-state before hatching all eggs. Patch by kolomati2 Correct typo in variable. - skip r2001 Correct one spellId and remove non-existing. By Tassader. - skip r2002 Added support for quest 12739(and 12742 to 12750). Patch by ckegg - skip (already scripted) r2003 Corrected copyright notices in misc makefile.am - skip r2004 Added: Missing heroic spells for Vexallus. Heroic version is complete now. Added: Missing heroic spells for Murmur. Heroic version is also complete. Fixed: As always some timers. --HG-- branch : trunk
2009-08-12*Cleanup of unworthy initiate script.megamage
--HG-- branch : trunk
2009-08-12*Remove duplicated timer of flame leviathan script.megamage
--HG-- branch : trunk
2009-08-12Merge [SD2]Kudlaty
r1186 Remove one hack (SPELL_EFFECT_CHARGE2 implemented in Mangos) - skip r1187 After one boss of tomb of seven event dead (BRD), open door for progression of instance. Remove manual summon and use spell instead. r1188 Move most handling of GO's in BT to instance script. - skip r1189 Fix possible crash, m_pInstance must always be checked before use. - we don't have that problem r1190 Remove old commented code no longer valid and apply code style r1191 Update MaNGOS-8095-ScriptDev2.patch, correcting whitespace, tabs and linefeed - skip --HG-- branch : trunk
2009-08-12*Do not allow to enter frostwyrm wing before killing all previous bosses. If ↵megamage
you do not like it, simply do not apply the sql. --HG-- branch : trunk
2009-08-11*Mergemaximius
--HG-- branch : trunk
2009-08-11*Minor tweaks to Razorscale script, disabled some malfunctioning movement code.maximius
--HG-- branch : trunk
2009-08-11*Fix the equip visual of quest endless hunger.megamage
--HG-- branch : trunk
2009-08-11*Fix the bug that npc in quest endless hunger assist each other.megamage
--HG-- branch : trunk
2009-08-12*Remove a not needed log. :)Anubisss
--HG-- branch : trunk
2009-08-12*Implement achievement Timely Death.Anubisss
--HG-- branch : trunk
2009-08-12Fix quest Death ChallangeKudlaty
--HG-- branch : trunk
2009-08-11*Linked Ulduar bosses with their scriptsmaximius
*Wailing Caverns updates, by Oculus --HG-- branch : trunk
2009-08-11*Cleanups and obsolete spell handlers remove.QAston
--HG-- branch : trunk
2009-08-10*Cleanup about deleting player.megamage
--HG-- branch : trunk
2009-08-11*Fix prison Containment Spheres in Keristrasza.Anubisss
--HG-- branch : trunk
2009-08-10*More cleanupmaximius
--HG-- branch : trunk
2009-08-10*ScriptMgr cleanupmaximius
--HG-- branch : trunk
2009-08-10*Mergemaximius
--HG-- branch : trunk
2009-08-10*Ulduar script updates, thanks Nemesismaximius
*Minor Vault of Archavon cleanup --HG-- branch : trunk
2009-08-11Merge [SD2]Kudlaty
r1179 Initialize variables used for EscortAI. Simplify some parts of code and also remove obsolete code for reconnecting to path. r1180 Added script for npc 19679, not allow vendor if not have friendly rep or better. r1181 Updated ScriptDev2 to MaNGOS 0.12 patch for SD2 version 1180 and mangos-0.12 7680 - skip r1182 Cleanup instance related definitions for BT and apply code style - skip r1183 Provide updated patch for Mangos (8095) and restore option to use git am. Update How To Install.txt accordingly and clarify why/when patch is needed also for Windows. - skip r1184 Added support for quest 11142. Database support for spell 42316 needed. r1185 Fix typo from 1182 and set eol-style + add missing to makefile --HG-- branch : trunk
2009-08-10*fix achievement 630 (Wailing Caverns)Rat
--HG-- branch : trunk
2009-08-10Merge [SD2]Kudlaty
r1172 Replace some DealDamage() with ForcedDespawn() r1173 Added a few more texts for quest 12733 r1174 Allow escortAI to continue run for as long as at least one member of party is in range (in case original player who start escort is in party). r1175 Correct gossip text, wrong in rev 1173. r1176 Correcting a bug for script related to quest 11129. Also use explicit boolean as check if still moving to location. r1177 Adjusting tempsummon time for Opera event bosses and also despawn if creatures evade. r1178 Remove not needed code (already called from escortAI::UpdateAI) --HG-- branch : trunk
2009-08-10*Halls of Lightning update, Loken script from SD2 (thanks manuel)maximius
--HG-- branch : trunk
2009-08-10*Fix Lightwell. By Elronmegamage
--HG-- branch : trunk
2009-08-10*Fix Quest Skywing. By Farahmegamage
--HG-- branch : trunk
2009-08-10Merge [SD2]Kudlaty
r1171 Restore compile. Replace add/remove/has monster movement flag with new function and correct CreatureRelocation() and SendMonsterMove() related code. Remove all use of Relocate() and replace with expected CreatureRelocation() Requires Mangos 8078. --HG-- branch : trunk
2009-08-10*add script for Wailing Caverns, Disciple of Naralex event, thanks to OculusRat
--HG-- branch : trunk
2009-08-10*add new functions to escortAI (does not effect old escort scripts)Rat
--HG-- branch : trunk
2009-08-10Missing part of patch added in 4783Kudlaty
--HG-- branch : trunk
2009-08-10Fix credit from quest 12698Kudlaty
--HG-- branch : trunk
2009-08-10*Implement achievement Chaos Theory, Intense Cold.Anubisss
*Thanks to Big for the help with testing in the last one. :) --HG-- branch : trunk
2009-08-09*Some scripts of ulduar boss (far from finished)megamage
--HG-- branch : trunk
2009-08-09*Stratholme updateRat
*added basic instance save *handle Baron's doors *Rammstein's adds will move to players --HG-- branch : trunk
2009-08-09Fix despawning Ghuls in script for quest 12698Kudlaty
--HG-- branch : trunk
2009-08-09*Fix achievement Respect Your Elders.Anubisss
--HG-- branch : trunk
2009-08-09*Implement achievement On The Rocks.Anubisss
--HG-- branch : trunk