Shauren
ea14e096ac
Core/Entities: Vehicles should be able to be both source and target of map scripts
2011-09-06 10:33:45 +02:00
Chaplain
bea649d045
Core: cleanup.
...
*remove some garbage
*little bit moore const func
*fix process of args in vmap3_extractor
2011-09-01 22:38:32 +03:00
QAston
a077a26aa5
Core/Spells: update the core to the changes from 1fb1988d46 . To make your custom code work with those changes simply lookup the value of Targets enum value from prev rev, and update the name in your code.
2011-08-16 19:44:18 +02:00
XTZGZoReX
4276c73be8
Core: Cosmetic cleanups and additional comments in ScriptMgr.
2011-08-14 13:45:42 +02:00
Spp
7e53a73059
Core/Vehicles: Remove Vehicle.h dependency from other header files
2011-08-03 12:28:42 +02:00
Spp-
0b5c03f66b
Core/Scripts: ScriptRegistry is no longer the part of ScriptMgr public interface, it is not required by caller side. Also remove extra function call to GetScriptId in scripts
2011-07-27 14:52:59 +02:00
Shauren
b9a6e2333c
Core/Spells: Removed implicit casts from SpellImplicitTargetInfo, fixed copypaste mistakes and one crash
2011-07-27 12:35:59 +02:00
QAston
b0fe236265
Core: Use new SpellInfo class in core. Sadly, this commit is not compatibile with some of the custom code. To make your code work again you may need to change:
...
*SpellEntry is now SpellInfo
*GetSpellProto is now GetSpellInfo
*SpellEntry::Effect*[effIndex] is now avalible under SpellInfo.Effects[effIndex].*
*sSpellStore.LookupEntry is no longer valid, use sSpellMgr->GetSpellInfo()
*SpellFunctions from SpellMgr.h like DoSpellStuff(spellId) are now: spellInfo->DoStuff()
*SpellMgr::CalculateEffectValue and similar functions are now avalible in SpellEffectInfo class.
*GET_SPELL macro is removed, code which used it is moved to SpellMgr::LoadDbcDataCorrections
*code which affected dbc data in SpellMgr::LoadSpellCustomAttr is now moved to LoadDbcDataCorrections
2011-07-26 23:09:28 +02:00
Shauren
74e2d981ac
Core/GameObject: Refactored destructible building handling, properly implemented spell effect repair
2011-07-22 21:22:05 +02:00
Spp-
ceefc8c3d7
Core/Misc: Replace dynamic_cast<XXX*> with proper ToXXX
2011-07-08 11:12:19 +02:00
QAston
86dde83dda
Core/Spells: Define many unknown SpellCastTargetFlags enum values, rename some target type enum values to follow standards, also correctly implement TARGET_UNIT_TARGET_PASSENGER.
2011-07-02 16:12:19 +02:00
Shocker
bdba5cd900
Core/Commands: Move .gps to command scripts and add .wpgps command, used for generating partial SQL queries for pathing
2011-06-29 16:36:54 +03:00
Machiavelli
6a59d7ddc1
Core/Entities: Vehicles should be able to be the source of map scripts
2011-06-28 21:43:06 +02:00
kaelima
b9e8694540
Core: Continued cleanup
...
If and for whitespaces.
2011-06-12 02:30:32 +02:00
click
c77aa6e846
Core: And some more cleanups...
2011-06-12 02:00:43 +02:00
click
f16df538ee
Core: More codestyle cleanups
2011-06-12 01:47:45 +02:00
click
158966dc79
Core: Codestyle cleanup
2011-06-11 22:35:29 +02:00
kaelima
bdc75eb856
Ruby Sanctum:
...
- Scripted General Zarithrian
- Flame walls will now open after killing saviana and baltharus
- Fixed savianas timers
- Fixed some typos (baltarhus -> baltharus)
2011-06-04 14:41:45 +02:00
kaelima
c143319b05
Ruby Sanctum:
...
- Scripted Saviana Ragefire
- Moved Baltharus the Warborn's clone from smartai to cpp (this because they share healthpool with Baltharus the Warborn, witch cant be done with SAI)
2011-05-30 14:36:19 +02:00
click
7e49fa92f0
Scripts/World: Update WorldBoss scripts for the Emerald Dragons (Ysondre, Emeriss, Taerar and Lethon) + create base "Emerald Dragon" AI
...
(They are still WIP, so do not consider them "workable" unless you are willing to report issues).
2011-05-30 04:12:07 +02:00
tobmaps
42fc72447b
Core/Dungeon Finder: Fix instances unlock after level change
2011-05-29 22:49:05 +07:00
kaelima
df619d8da1
Ruby Sanctum:
...
* Added Ruby Sanctum instance script
* Scripted Baltharus the Warborn
2011-05-28 16:10:57 +02:00
Shauren
0ad14aeafd
Core/Gossip: Gossip menu items will now have constant index, allowing to properly define scripts relying on that index when mixed with conditions. Script-created menus via ADD_GOSSIP_ITEM will still have the index generated dynamically
2011-05-26 23:57:17 +02:00
Lopin
18c016a890
Scripts/Ulduar:
...
* Added script for Freya encounter
* Cleaned up instance script
* Cleaned up teleporter script
* Fixed typo in Hodir script
Signed-off-by: Lopin <Lopin@TwinStar.cz >
2011-05-21 14:36:29 +02:00
Shauren
0ab5cdef2e
Scripts/Icecrown Citadel:
...
* Added Valithria Dreamwalker script
* Fixed Mutated Abomination on heroic mode at Professor Putricide
* Fixed saving heroic attempts to db
2011-05-20 22:20:11 +02:00
Lopin
9a7720e184
Scripts/Ulduar: Add script for Hodir encounter.
2011-05-19 15:09:06 +02:00
neuro_999
cd70ff40e2
Scripts/RazorfenKraul: Fix force field before boss Agathelos the Raging
...
Closes #712
2011-05-15 17:34:57 +07:00
Shauren
7905200eba
Core: Warning fixes
2011-05-07 19:08:50 +02:00
leak
1003f30448
Add spaces after commas
2011-04-29 20:47:02 +02:00
Azazel
6fb2bf4224
Core: use enum InventoryResult as return type for functions working with player items.
...
Original patch by TOM_RUS.
2011-04-29 16:48:15 +06:00
leak
c51c817a45
Core/ObjectMgr: Refactor sCreatureStorage
2011-04-28 22:57:08 +02:00
leak
a82654debd
Core/ObjectMgr: Refactor sItemStorage
2011-04-28 22:42:33 +02:00
Supabad
7f73962c91
Core/Scripts: Fix compile.
2011-04-22 21:47:04 +02:00
Sawiner
1be1b1559c
Core/Scripts: Extended escort AI
2011-04-16 17:15:21 +02:00
Supabad
3a2fb99f1f
Core/BlackrockSpire: add support for non-PCH compile
...
also add instance files to scriptloader
2011-04-15 10:36:47 +02:00
zergtmn
1551b8a011
Core/Misc: move scheduled scripts counter to ScriptMgr (which is more logical, isn't it?)
2011-04-13 12:07:20 +06:00
Supabad
a5a545a403
Core/GameObjects: add script hook when destructable building is damaged.
2011-04-09 19:28:36 +02:00
Supabad
dc8fd3cbc3
Ulduar/Mimiron: add spell script for Proximity mines
2011-04-06 11:35:38 +02:00
Shauren
7b35d73317
Revert part of "Core: Removed unused functions (leftovers from sd2, was needed when scripts were built as separate dll)", this part wasnt intended
...
This reverts commit partly e1bacef346 .
2011-04-01 23:14:31 +02:00
Shauren
e1bacef346
Core: Removed unused functions (leftovers from sd2, was needed when scripts were built as separate dll)
2011-04-01 20:31:15 +02:00
Manuel
21a2c56af3
Scripts/Eye of Eternity: Implemented script for Malygos encounter, please report any issue you find.
...
Thanks for the help to Machiavelli and Shauren.
Signed-off-by: Manuel <manue.l@live.com.ar >
2011-03-26 21:36:06 -03:00
Shauren
18995661a7
Core/Scripts: Reverted part of 00f343af52, that is not a typo and fixed the hook properly
2011-03-26 09:19:54 +01:00
gwrde & alexbolotsin
00f343af52
Core/Cleanup: More typo fixes.
...
Closes #730 , #667
2011-03-26 05:33:46 +02:00
Shauren
2f79b0f266
Core: Removed all double (and more) empty lines
2011-03-21 10:52:14 +01:00
Machiavelli
31a2c9b82b
Core: Fix crash in ~ScriptMgr
...
Fixes : #854
Fixes : #918
Fixes : #917
2011-03-14 09:44:02 +01:00
Shauren
9710c41a40
More warning fixes
2011-03-08 19:11:02 +01:00
Machiavelli
df97ce7625
Core/Vehicles: Remove redundant Vehicle::Die. All vehicle auras are already removed on Unit::RemoveAllAurasOnDeath.
...
Addresses ticket:869 - please reconfirm
2011-03-06 10:31:25 +01:00
Machiavelli
e07e20ffca
Core/Log: Implement log masks for debug log level, to allow selective debug output. Update your worldserver.conf.
2011-02-20 20:16:34 +01:00
Shauren
bf8e88c0b8
Scripts/Icecrown Citadel: Implemented traps after Deathbringer Saurfang
2011-02-08 17:54:40 +01:00
Shauren
dc1b02d35d
Scripts/Icecrown Citadel: Added Sindragosa script
2011-02-07 17:21:44 +01:00