Commit Graph

218 Commits

Author SHA1 Message Date
Spp
d2bd9dc1f5 Naxxramas: Sapphiron: Fix phase errors
--HG--
branch : trunk
2010-04-19 16:44:11 +02:00
Spp
67b09b024a Ulduar: Boss Algalon: Respawn time was negative
--HG--
branch : trunk
2010-04-19 16:42:48 +02:00
Spp
20f644e283 Utgarde Pinnacle: boss_ymiron: Fix say (wrong types)
--HG--
branch : trunk
2010-04-19 16:40:54 +02:00
Spp
e0e9039f3f Zulaman: Fix initialize guid values
--HG--
branch : trunk
2010-04-19 11:07:36 +02:00
Spp
fdb8e15b99 Utgarde Pinnacle: Fix reset timers in mob_frenzied_worgenAI
--HG--
branch : trunk
2010-04-19 10:59:04 +02:00
Spp
74dd02d024 Remove LOTS of compile warnings
--HG--
branch : trunk
2010-04-19 09:26:37 +02:00
_manuel_
f928c04734 Improvements in npc_warmage_violetstandAI
--HG--
branch : trunk
2010-04-18 10:56:12 -03:00
malcromdev@gmail.com>
1ba710a7bd Add Visual chains spell for FJOLA LIGHTBANE and EYDIS DARKBANE
--HG--
branch : trunk
2010-04-17 20:30:04 -02:30
Spp
08785d63ab Fix bad use of worldstates table in last commit
--HG--
branch : trunk
2010-04-15 10:18:38 +02:00
Rat
6bcb297de4 *code cleanup
*totally destroyed m_creature, use "me" for future coding

--HG--
branch : trunk
2010-04-14 23:07:41 +02:00
Rat
1e573cf11c *added script for Hunter Pet Trainers for Pet Talent Resetting
--HG--
branch : trunk
2010-04-14 17:56:18 +02:00
Trazom62
4d40a20803 Fix VH : add 3 missing portals. Thanks spgm.
Fixes issue #798.

--HG--
branch : trunk
2010-04-12 15:13:04 +02:00
Tartalo
e2ed15655b Nexus: Add missing copyright note
--HG--
branch : trunk
2010-04-11 22:30:51 +02:00
Tartalo
61d448e3c7 Fix typo on quest 9544 support. Ty antihrist
--HG--
branch : trunk
2010-04-11 21:24:53 +02:00
Tartalo
8dd94f4fab Azuremyst Isle: Support for quest 9544
The Prophecy of Akida

--HG--
branch : trunk
2010-04-11 20:29:57 +02:00
Spp
65c3e979e2 Tab to Spaces and remove of trailing spaces
--HG--
branch : trunk
2010-04-11 20:20:38 +02:00
Tartalo
093b8160b3 Icecrown: Fix quest 14062 & 14142 support
'You've Really Done It This Time, Kul', both sides
Remember that this quest has not proper db support yet (missing spawn & loot).
Update Copyright note of go_scripts.cpp

--HG--
branch : trunk
2010-04-11 20:07:15 +02:00
Tartalo
d5c1138a53 Nexus: Hack for servers that allow two side groups to be able to kill the
faction-dependent npcs.

--HG--
branch : trunk
2010-04-11 17:59:59 +02:00
click
fcb2f44830 * Fix: Trainingdummies going into evade mode permanently
Patch by tbaart

--HG--
branch : trunk
2010-04-11 16:13:05 +02:00
Trazom62
73345c9e3c Fix achievement Three Faced.
--HG--
branch : trunk
2010-04-11 15:43:53 +02:00
n0n4m3
be95faff23 Fix mail, professions, group loot, console spam, and some fixes. Big thx to TOM_RUS.
--HG--
branch : trunk
2010-04-11 11:16:42 +04:00
Spp
ed72b887a0 Tab to spaces
--HG--
branch : trunk
2010-04-11 07:24:25 +02:00
Spp
0e55db3117 Azjol Nerub: Anub'arak and Krikthir script texts
Patch by terrorbringer
Closes issue 1570

--HG--
branch : trunk
2010-04-10 19:03:35 +02:00
Spp
acdc0eca17 * Correct worldside NPC texts, by terrorbringer
--HG--
branch : trunk
2010-04-10 18:38:07 +02:00
Trazom62
9d3c7c4ab0 Fix Crash in FoS.
Fixes issue #1566.

+ add support of minimum distance criteria in SelectTarget.

--HG--
branch : trunk
2010-04-10 13:52:33 +02:00
Rat
4a8bf5900d *modified spelldifficulty handler to work with all spell casts for creatures that are in instances thanks to Shauren for help
*modified most of the scripts to use normal_mode spell for casting (code was autogenerated, post errors if any)
*added sql for all modded spells (autogenerated..)

--HG--
branch : trunk
2010-04-10 10:20:01 +02:00
trinity@raven.vcon.no
8bb3b39495 * correct worldside NPC texts - patch by terrorbringer (more cleanup needed?)
--HG--
branch : trunk
2010-04-10 09:41:25 +02:00
Rat
4bd2379c6f *add example difficulty spells for magus telestra
--HG--
branch : trunk
2010-04-09 10:57:42 +02:00
Trazom62
d93e4079f7 Script Instance Forge of Souls.
Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC).
Fix EventMap::DelayEvents
Fixes issue #1310.

--HG--
branch : trunk
2010-04-08 21:03:26 +02:00
Spp
4635fbc020 Code Style (game + scripts only):
"!=" --> " != " (when needed)
"  !=" --> " !="
"!=  " --> "!= "

--HG--
branch : trunk
2010-04-08 08:20:08 +02:00
Spp
46f0674e23 Code Style (game + scripts only):
">=" --> " >= " (when needed)
"  >=" --> " >="
">=  " --> ">= "
"<=" --> " <= " (when needed)
"  <=" --> " <="
"<=  " --> "<= "
" ==" --> " =="
"==  " --> "== "

--HG--
branch : trunk
2010-04-07 23:56:35 +02:00
Spp
2454c290b8 Code Style (game + scripts only):
"==" --> " == " (when needed)

--HG--
branch : trunk
2010-04-07 23:25:02 +02:00
Spp
49d05ba9aa Code style (game + scripts only):
"( " --> "("
" )" --> ")"

--HG--
branch : trunk
2010-04-07 22:59:46 +02:00
Spp
d19e127080 Code style (game + scripts only):
"if(" --> "if ("

--HG--
branch : trunk
2010-04-07 19:14:10 +02:00
Spp
2e127f7a30 Code style (game + scripts only):
"while(" --> "while ("

--HG--
branch : trunk
2010-04-07 19:13:19 +02:00
Spp
182e9a20b1 Code style (game + scripts only):
"for(" --> "for ("

--HG--
branch : trunk
2010-04-07 19:12:44 +02:00
Spp
b27ce42704 Code Style: Remove trailing spaces
--HG--
branch : trunk
2010-04-07 18:09:10 +02:00
Spp
f490ad5ac2 Code Style: tab to spaces
--HG--
branch : trunk
2010-04-07 17:24:07 +02:00
malcromdev@gmail.com>
9923df7745 remove CRLF from blackrock spire scripts.
--HG--
branch : trunk
2010-04-07 10:30:46 -02:30
Tartalo
aaa340fa25 Blackrock Spire: Implements Leroy Jenkins achievement, by Spichy.
Fixes issue #1073.
Please, post your contribution following our coding style, otherwise I have to
waste a lot of time cleaning up the code

--HG--
branch : trunk
2010-04-07 14:55:54 +02:00
Anubisss
3316adb5a2 Merge.
--HG--
branch : trunk
2010-04-07 13:20:30 +02:00
Anubisss
fa3aa746ac Remove some pointers and use GUIDs in borean_tundra.
--HG--
branch : trunk
2010-04-07 13:17:24 +02:00
raczman
bcb67eb490 Include ACE headers in case they are not in system path.
Thanks for spotting the bug guys:
GL.AntiDiavol, next3x, Aokromes

--HG--
branch : trunk
2010-04-07 13:09:07 +02:00
Tartalo
599ffd8bb9 Boran Tundra, Quest 11648, The Art of Persuassion: Fix pCaster pointer, by microbius51
Cleanup the script

--HG--
branch : trunk
2010-04-07 10:33:58 +02:00
Tartalo
0ae812b7bd Gundrak, Drakkari Colossus: Fix logic, by kenjiro@irc.pl
Fixes issue #1313.

--HG--
branch : trunk
2010-04-07 10:18:54 +02:00
malcromdev@gmail.com>
e316869ee4 remove CRLF from alterac_valley scripts.
--HG--
branch : trunk
2010-04-06 21:32:35 -02:30
Tartalo
b58dc98b2b Utgarde Keep, Utgarde Pinnacle: Cleanup Svala Sorrowgrave
Better handling of sacrifice target storing his GUID on ScriptedInstance to
share it between npcs.

--HG--
branch : trunk
2010-04-07 01:04:38 +02:00
Tartalo
668dd91368 Ulduar, Halls of Lightning: Ionar disperses only once.
3.3.2 Blizzlike change

--HG--
branch : trunk
2010-04-07 00:21:31 +02:00
Tartalo
7c389f4c39 Ulduar, Halls of Lightning: Cleanup Ionar's script
--HG--
branch : trunk
2010-04-07 00:18:53 +02:00
Tartalo
827751ce0c Branch merge
--HG--
branch : trunk
2010-04-06 21:36:27 +02:00