aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-04-16Fix some creature text runtime errorsGacko
2013-04-12Merge pull request #9632 from joschiwald/scriptfixShauren
Scripts/Quest: Fix "Massacre At Light's" after recent vehicle changes an...
2013-04-12Scripts/Quest: Fix "Massacre At Light's" after recent vehicle changes and ↵joschiwald
drop some silly code Closes #9448
2013-04-12Scripts/Pit of Saron: Changed Overlord's Brand script to be saferShauren
Closes #9125
2013-04-12Script: Remove unnecessary constantGacko
2013-04-12Script/Spell: Apply Frost Imbued Blade only in 25 man modeGacko
Note: Quest credit spells are already casted in 25 man mode only.
2013-04-11DB/SAI: Convert a core script to SAI. Fixes issues when abandoning the quest.Pitcrawler
Thanks @dr-j for the initial work.
2013-04-07Scripts/Ulduar: Fixed crashes with Kologarn using Stone GripShauren
2013-04-03Core/Cleanup: cleanup tabs and change them to spaceskandera
2013-04-03Core/Battlefield: Fix the invisible wall at the end of wintergrasp Closes #9422kandera
DB/Strings: fix the error messages from the spirit guides Author Nastrand #9035
2013-04-03DB/Commands: fix the use of gobject info when used with a game object entrykandera
2013-04-02DB/Quests: Fix It Was The Orcs, Honest! Closes #2037Pitcrawler
2013-04-01Script/Event: Fix warnings in Children's Week scriptGacko
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with ↵Spp
4.3.4 branch) Core/Logging: Create new logger type "Cheat". Will be used to log all cheat attempts
2013-03-25Core/Misc: Minor optimizations (+ code changes to reduce differences with ↵Spp
4.3.4 branch)
2013-03-22Script/Spell: Apply Shadow's Fate to SindragosaGacko
Sindgragosa is summoned in instance script and would not pass the modified check otherwise Related to: #9487
2013-03-21Core/Scripts: Removed CAST_CRE defineSpp
2013-03-21Core/Scripts: Removed CAST_PLR defineSpp
2013-03-21Core/AI: Do not expose internal storage of SummonListSpp
2013-03-20Merge pull request #8734 from blipi/guardians_altarNay
Quest 4901 "Guardians of the Altar"
2013-03-20Fixed TOC faction champions loot chest (Now it will be selectable after ↵Visagalis
spawning).
2013-03-18Core: Fix warningsVincent_Michael
2013-03-17Scripts/Commands: Add .list mail $char/$guid commandBezo
Prints a list of mails received by the characters Closs #9421
2013-03-17DB/Quests: Fix Valkyrion Must Burn, closes #2595Pitcrawler
Replace core script with SAI
2013-03-15Scripts/Commands: Fix "cannot pass objects of non-trivially-copyable type ↵Nay
‘std::string’ through ‘...’"
2013-03-15Core: Fix non pch buildVincent_Michael
2013-03-15Merge pull request #9396 from thomas007788/WhispersNay
Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ
2013-03-15Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ, and ↵Nefarion
implement feature for GMs to remove single players from their WhisperWhiteList.
2013-03-14Scripts/Pit of Saron: Very minor spelling error correction.Gigatotem
2013-03-13Script/Spell: Unlocking Zuluhed's ChainsGacko
Closes #996
2013-03-10Scripts/Eye of Eternity: Last stability changesTrista
* Release button bug should be now really fixed, if someone manage to get it due to some server delay, it can be hit by typing "RepopMe()" or "Reload". It's now only clientside issue that I couldn't reproduce. * Before there was a chance for transition to phase III to break if hit at precise moment. On top of that, if SoP was to be executed there was no time for purple dimension change. (Note: If transiton happen while SoP is cast it will get specific client data and dimension light will stay changing that is hard to hit, but is blizz bug.)
2013-03-09Revert "Core/Commands: Optimize for command .npc near"Vincent_Michael
This reverts commit 4e789d4c5c83dd6f0f582fe24e9d49b39950fffe.
2013-03-09Core/Commands: Optimize for command .npc nearVincent_Michael
2013-03-09Core/Commands: Add unit flags 2 for .npc infoVincent_Michael
2013-03-09Core/Commands: Add mmaps check for command .gpsVincent_Michael
2013-03-09Core: Fix warningsVincent_Michael
2013-03-09SQL: Rename a SQL from PRNay
2013-03-09Scripts/Commads: Fix non PCH buildNay
2013-03-09Merge pull request #9388 from thomas007788/DeserterCmdNay
Implement .deserter commands
2013-03-09Add the following commands:Nefarion
.deserter instance add $time (Adds the instance deserter debuff with $time duration to your target) .deserter bg add $time (Adds the BG deserter debuff with $time duration to your target) .deserter instance remove (Removes the instance deserter debuff) .deserter instance remove (Removes the bg deserter debuff)
2013-03-09Scripts/Commands: Fix .mod rep faction not updating client side reputationSgT-Fatality
Closes #7939 Closes #9354
2013-03-09Core: Fix buildVincent_Michael
2013-03-09Scripts/Eye of Eternity: Remove some uneeded check and last to do that is ↵Trista
uneeded after last GO changes * also repair some broken GO data for 3.3.5a.
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-03-08Scripts/Eye of Eternity: Fix not being able to press release button on death ↵Trista
during phase III
2013-03-08Core/RBAC: Fix multiple permissions and remove multiple config options that ↵Spp
are currently implementes by RBAC - Remove config options: CONFIG_ALLOW_TWO_SIDE_INTERACTION_CHAT, CONFIG_ALLOW_TWO_SIDE_INTERACTION_MAIL, CONFIG_GM_LOG_TRADE, CONFIG_ALLOW_TWO_SIDE_ACCOUNTS, CONFIG_ALLOW_TWO_SIDE_WHO_LIST, CONFIG_ALLOW_GM_FRIEND, CONFIG_ALLOW_TWO_SIDE_ADD_FRIEND, CONFIG_SILENTLY_GM_JOIN_TO_CHANNEL - Fix RBAC_PERM_SKIP_CHECK_CHAT_SPAM (Was checking spam for those that had the permission) - Only check RBAC_PERM_TWO_SIDE_INTERACTION_CHAT for sender of whispers (Restores GM being able to whisper players) - Only check RBAC_PERM_TWO_SIDE_INTERACTION_MAIL for sender - Fix .ticket assign <Player>, with last RBAC change it was changed by mistake from Player to Account
2013-03-08Core: Fix non pch buildVincent_Michael
2013-03-08Scripts/Icecrown: Add script* support for Borrowed Technology/Volatility questsTrista
* There are heavy core problems that make it not fully functional for now. 1) Enter vehicle of 31578 is being overriding the vehicle aura of the accessory so it kicks it out. (both get applied to 1, but instead decoy should be to 0). 2) Even if mentioned above get fixed the accessory is supposed to implicitly hit another passenger with explosion and no seat flags for it even unknown. 3) Armored Decoy doesn't keep emote from freeze mechanic when enter vehicle connected with a not supported flag. 4) Vehicle speed seems too fast (there is some general vehicle not correct speed problem with spline being involved). Connected with: #5757
2013-03-07Core: Fix non-PCH compile (missing headers on some of the scripts)click
2013-03-07Scripts/Eye of Eternity: Fix vehicle crashesTrista
* I tought if a spell would hit all targets on map then the force cast would be cast for each, apparently I was wrong since it had unlimited implicit targets. * Remove a condition with target mask players since there is a attribute that takes care of that. Closes #9365