Commit Graph

6939 Commits

Author SHA1 Message Date
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
Spp
7afdb17ed3 Fix a typo in SOTA that prevented players to respawn in one of the graveyards
--HG--
branch : trunk
2010-04-07 16:27:17 +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
Rat
c39f8bf7c7 *fix bug "cant cast or logout till you move a bit if someone dismounted near you from a flying mount"
--HG--
branch : trunk
2010-04-06 23:52:08 +02:00
Tartalo
827751ce0c Branch merge
--HG--
branch : trunk
2010-04-06 21:36:27 +02:00
Tartalo
81127a5df4 Eastern Kingdoms, Alterac Valley: Add forgotten file from previous commit
--HG--
branch : trunk
2010-04-06 21:35:11 +02:00
Tartalo
48b1ecf08f Eastern Kingdoms, Alterac Valley: Scripts for Marshalls, Warmasters and bosses
Unknown author code contribution from issue #954.

--HG--
branch : trunk
2010-04-06 21:34:37 +02:00
raczman
e30e9a45cb Cleaned up include directories in cmakes.
--HG--
branch : trunk
2010-04-06 15:53:27 +02:00
malcromdev@gmail.com>
971d617e9e Add Spells to Coldarra Warmages to target Tansisus Shield Bunnys same as Violet Stand.
Also required: http://trinitydatabase.org/index.php?/topic/15320-fix-for-transis-shield-bunnys-coldarra/

--HG--
branch : trunk
2010-04-05 22:09:36 -02:30
Brian
befef61acb * Added EPIC difficulty (not currently used) to difficulties enum
* Thanks Zor for the research
* Linux guys -- enjoy the full rebuild :P

--HG--
branch : trunk
2010-04-05 15:11:03 -06:00
Brian
db2f8ae744 * Actual backout
* SQL needed to undo 7769

--HG--
branch : trunk
2010-04-05 14:44:34 -06:00
Brian
96cc2b1d48 * Backed out changeset 44ff24439269
* We will implement this in a generic way using the conditions system

--HG--
branch : trunk
2010-04-05 14:42:40 -06:00
malcromdev@gmail.com>
9629a340c6 Fix script to have less calls
--HG--
branch : trunk
2010-04-05 11:34:30 -02:30
XTZGZoReX
d3e30bab72 Fix pet leveling logic. Patch by click.
--HG--
branch : trunk
2010-04-05 13:45:35 +02:00
thenecromancer
1fa2fbc658 Fix wrong condition in previous commit, sorry for that
--HG--
branch : trunk
2010-04-05 13:18:14 +02:00
thenecromancer
a1db8825d4 Use unit target by default (script targets will send self flag usualy)
Fixes quite some new issues like #1466

--HG--
branch : trunk
2010-04-05 13:15:21 +02:00
thenecromancer
fc3a1a3a21 Merge
--HG--
branch : trunk
2010-04-05 13:09:57 +02:00
thenecromancer
0218e45565 Always add CC unit state to allow restoring CC effects if one expires (stun in case of root/confuse, and fear in case of everything else)
Fixes issue #1468

--HG--
branch : trunk
2010-04-05 13:09:28 +02:00
XTZGZoReX
7c277c87d8 * Only call Database::ThreadStart()/ThreadEnd() once per thread.
* Some cleanups in MapUpdater/DelayExecutor.

--HG--
branch : trunk
2010-04-05 13:08:47 +02:00
silverice
a795a1110c probably fix crash with boss_paletressAI::MovementInform
to our script writers: please, turn on the brain

--HG--
branch : trunk
2010-04-05 13:50:13 +03:00
malcromdev@gmail.com>
ce1280627d Add option maxPercentHealth to item_required_target to allow setting health 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-05 02:05:26 -02:30
_manuel_
160666fa00 Fixed faction issue with vehicles in BattleGrounds. Thanks to Gyullo for help and Rat for idea.
--HG--
branch : trunk
2010-04-04 20:00:07 -03:00
malcromdev@gmail.com>
2e6ca81365 Fix typo
--HG--
branch : trunk
2010-04-03 22:48:11 -02:30
malcromdev@gmail.com>
848dafd3ac Add MaxAffectedTargets=1 to shoot spells 25425,25761,42611
--HG--
branch : trunk
2010-04-03 22:40:07 -02:30
silverice
5dfcccdd85 correct movement packet broadcasting
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-04 03:46:38 +03:00
Trazom62
917193eda5 Fix Fishing skill in low level zones, where the zone_skill is < 0. The formula was not correct for those cases.
Fixes isssue #1387.

Note: junk loot is still not yet implemented.

--HG--
branch : trunk
2010-04-04 00:30:11 +02:00
malcromdev@gmail.com>
85d3dc8b71 Valiance keep Cannoneer script to activate cannon.
--HG--
branch : trunk
2010-04-03 14:01:00 -02:30
Trazom62
bcfd44f978 Fix Script HoL/Ionar.
Fixes issue #1132.

--HG--
branch : trunk
2010-04-03 16:51:56 +02:00
silverice
1f477b49c3 handle CMSG_REQUEST_VEHICLE_SWITCH_SEAT opcode
thanks to havenard for packet structure, closes issue #1439
also added vehicle guid check

--HG--
branch : trunk
2010-04-03 16:59:52 +03:00
Trazom62
6917c057de Fix compile.
Fixes issue #1443.

--HG--
branch : trunk
2010-04-03 14:17:33 +02:00
Machiavelli
2708b757e8 Fix SMSG_GMTICKET_GETTICKET structure, by havenard. Closes issue #1419
--HG--
branch : trunk
2010-04-03 13:41:28 +02:00
thenecromancer
18b30b5f18 Fix periodic heal log (correctly display critical heal tick)
--HG--
branch : trunk
2010-04-03 12:43:36 +02:00