Commit Graph

6393 Commits

Author SHA1 Message Date
Nayd
f9513c8b2e Core/Scripts: Fix build
Closes #13636
2014-11-27 12:59:03 +00:00
Nyeriah
3d2d2a97e0 Scripts/MoltenCore: Fix logic at Ragnaros' Magma Blast casts
(should only be cast while the main target is not in melee range)
2014-11-27 03:19:59 -02:00
Nayd
24c173f387 Core: Use the correct function to convert strings to unsigned longs and unsigned long longs
Fixes wrong data being inserted into the database (i.e explored zones).
More info in #13493

Fixes #13493

Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report.

Conflicts:
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Globals/ObjectMgr.cpp
	src/server/scripts/Commands/cs_misc.cpp
	src/server/scripts/Commands/cs_modify.cpp
2014-11-26 02:21:50 +00:00
Nyeriah
0a0e9b196f Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players are in range
(specially during waves)
2014-11-23 03:26:24 -02:00
Nyeriah
e778ee1416 Scripts/SteamVault: Remove non-selectable flag from access panels once their respective bosses are done 2014-11-21 15:46:26 -02:00
joschiwald
716d1404de Scripts/SethekkHalls: fixed Talon King Coffer 2014-11-20 17:56:21 +01:00
Dr-J
e209a738d7 Remove uneeded script
Removing core script for go_gjalerbron_cage and go_large_gjalerbron_cage
2014-11-19 22:31:23 +00:00
joschiwald
41ac4d5822 Script/Spells: fixed crash in spell_hun_aspect_of_the_beast
Closes #13560
2014-11-14 23:53:22 +01:00
Heihachi
3e03e546d3 Scripts/Commands: mod xp command
Closes #13476
2014-11-11 00:45:30 +00:00
ShinDarth
fd0b961781 Core/Commands: implement .pvpstats command
Shows number of battleground victories in the last 7 days

Closes #13460
2014-11-10 22:30:20 +00:00
Rat
323f80c801 Core/Phases: Mmaps now use the swapped terrain's mmtiles for all units if available
- Needs more testing!
2014-11-08 23:00:12 +01:00
Nyeriah
a7c781a02d Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievement
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example)

(cherry picked from commit 9838cbda1a)
2014-11-06 22:18:02 -02:00
Nyeriah
9838cbda1a Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievement
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example)
2014-11-06 22:13:13 -02:00
Aokromes
dfa99455ab Merge pull request #13368 from Mihapro/4.3.4-TheStonecore
Scripts/Instance: The Stonecore
2014-11-05 00:28:08 +01:00
Mihapro
50bf6cad6a Scripts/Instance: The Stonecore 2014-11-05 00:09:16 +01:00
treak
3530b938a8 Codestyle 2014-11-04 23:13:04 +01:00
treak
341e374c72 Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"
Signed-off-by: treak <goodfeelingzzz@gmail.com>
2014-11-03 19:53:27 +01:00
Nyeriah
2ccd3137f4 Scripts/ScarletMonastery: Kill an unused parameter warning 2014-11-03 04:30:52 -02:00
MitchesD
9cd59c258c Scripts/CoS: removed SetDespawnAtFar, fixed situation when Artas attacked some NPC and disappeared because he was out of range of players
With these lines it's almost impossible to finish properly this dungeon. For example when Arthas moves ahead to attack NPC and then returns back, when this happens, Arthas is despawned.
2014-11-02 17:25:21 +01:00
Nyeriah
9ed8dc0263 Scripts/ToC: Remove a safe-measure call that caused issues
Closes #11874

(cherry picked from commit 3f094b9116)
2014-11-02 01:20:41 -02:00
Nyeriah
3f094b9116 Scripts/ToC: Remove a safe-measure call that caused issues
Closes #11874
2014-11-02 01:17:45 -02:00
Rat
1f4d52b2ff Core/Phases:
- Added terrain swap info to .gps command (todo: move text to db)
- RebuildTerrainSwaps when adding a Unit to world
2014-11-01 20:36:24 +01:00
Nyeriah
33aaacb2e8 Scripts/ToC: Few codestyle changes and clean ups
(cherry picked from commit f6896c9a3a)
2014-11-01 02:06:44 -02:00
Nyeriah
f6896c9a3a Scripts/ToC: Few codestyle changes and clean ups 2014-11-01 01:58:49 -02:00
Nyeriah
2a1ad10b80 Scripts/ToC: Twin Val'kyr
- Script rewritten to EventMaps
- Implemented random special ability sequence
- Adjusted timer for special abilities to 45 seconds
- Misc clean up.
Closes #7546

(cherry picked from commit e5da0dccfa)
2014-11-01 00:47:15 -02:00
Nyeriah
0ef518fefc Scripts/ToC: Misc forgotten clean ups 2014-11-01 00:42:05 -02:00
Nyeriah
e5da0dccfa Scripts/ToC: Twin Val'kyr
- Script rewritten to EventMaps
- Implemented random special ability sequence
- Adjusted timer for special abilities to 45 seconds
- Misc clean up.
Closes #7546
2014-11-01 00:10:42 -02:00
Rat
2583661703 Core/Phases:
- fixed packet structure, thanks to Shauren for the notice
- fixed .mod phase command
- implemented world map area swaps for swapped terrain
2014-10-30 23:08:23 +01:00
Rat
d77bb02e88 Core/Phases: some error checking at db loading
- implement .debug phase command
2014-10-30 21:20:04 +01:00
Rat
8ba89d2311 Core/Phases: implemented new commands:
.npc set phase
.npc set phasegroup
- implemented saving creature phasing to database
2014-10-30 16:18:11 +01:00
Rat
5993b946c9 Core/Phases: some cleanup
- implemented CopyPhaseFrom(obj)
2014-10-30 13:35:12 +01:00
Nyeriah
379be86493 Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement "Hot Pocket"
(cherry picked from commit 21820b425b)
2014-10-29 21:54:15 -02:00
Nyeriah
21820b425b Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement "Hot Pocket" 2014-10-29 21:46:51 -02:00
Unholychick
ccb055d95f Scripts/Ulduar: Fix Ignis' golems not shattering in 25m
Closes #10519

(cherry picked from commit 60493b3057)
2014-10-29 14:57:38 -02:00
Nyeriah
3bb3283c07 Scripts/Ulduar: Fix Kologarn's arms being despawned before they're used to access the rubble spawning triggers
(cherry picked from commit 4c93ac74da)
2014-10-29 14:54:43 -02:00
jackpoz
248847290a Merge pull request #13440 from Rochet2/ahbot
Core/AH: AHBot related fixes
2014-10-28 20:57:18 +01:00
Rat
8b1e546ce9 Core/Phases: some commenting, more cleanup and compile fix
(cherry picked from commit 8b536fdf9d38a3e0c94dc9c1184ea8582495064f)
2014-10-27 23:08:02 +00:00
Nyeriah
4c93ac74da Scripts/Ulduar: Fix Kologarn's arms being despawned before they're used to access the rubble spawning triggers 2014-10-27 00:57:20 -02:00
treak
e0512dd4b4 Scripts/Freya: Fix Lumberjacked Achieve
Closes #13435
Fixes #8166
2014-10-27 01:25:39 +00:00
joschiwald
a951af7b52 Scripts: replaced various Location struct defines with proper Position or G3D::Vector3 2014-10-26 01:46:28 +02:00
Rochet2
d508472046 AHBot related fixes
Fix rebuild command requiring a dummy value

Fix ahbot config to normal

Fix sellprice setting in core. Closes #13425
2014-10-25 11:33:03 +03:00
Unholychick
60493b3057 Scripts/Ulduar: Fix Ignis' golems not shattering in 25m
Closes #10519
2014-10-23 14:44:42 -02:00
Nyeriah
22f218540b Scripts/ScarletMonastery: Summon the Headless Horseman once the Call the Headless Horseman is quest complete
By @cr4st
Closes #13273
2014-10-20 13:30:57 -02:00
Nyeriah
f4c035554f Scripts/Ulduar: Exclude Ignis' main target from the Slag Pot target selector
Closes #10516
2014-10-20 09:43:21 -02:00
joschiwald
1a075f0454 Core/Misc: fixed a scenario when character factionchange create unexpected results, also moved packet generating code into unique methods 2014-10-19 15:30:35 +02:00
jackpoz
183a0c59e0 Core/Misc: Remove unsafe not thread-safe localtime() calls
Replace not thread-safe localtime() calls with thread-safe localtime_r().

(cherry picked from commit 5b08387792)
2014-10-19 15:14:45 +02:00
DDuarte
efa79f4469 Scripts/Cmds: Replace AccountMgr::normalizeString with Utf8ToUpperOnlyLatin 2014-10-19 04:06:01 +01:00
DDuarte
eb68b11627 Merge remote-tracking branch 'origin/3.3.5' into 4.3.4 2014-10-19 00:22:33 +01:00
DDuarte
5bf55eacfd Merge remote-tracking branch 'origin/3.3.5' into 4.3.4
Conflicts:
	sql/base/auth_database.sql
	src/server/game/Instances/InstanceScript.h
	src/server/scripts/Northrend/isle_of_conquest.cpp
	src/server/shared/Database/Implementation/LoginDatabase.cpp
	src/server/shared/Database/Implementation/LoginDatabase.h
2014-10-19 00:18:06 +01:00
Nyeriah
5462936896 Scripts/Commands: Fix static analysis issues 2014-10-18 20:17:31 -03:00