diff options
| author | QAston <none@none> | 2009-07-22 17:10:30 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-22 17:10:30 +0200 |
| commit | 2ff21d4cefc6c871790676de9461f5bd105bde66 (patch) | |
| tree | 792e50dfdd0f3dc39624e73cda72633db491ceb0 /src/bindings/scripts/VC90 | |
| parent | a00473d79510f80ae1fd6b4ed882d0e696c22659 (diff) | |
*Implement Aura Type 247 (SPELL_AURA_CLONE_CASTER) and 279 (SPELL_AURA_INITIALIZE_IMAGES)
*Handle CMSG_GET_MIRRORIMAGE_DATA opcode.
*Save Minions follow angle to allow themmoving in a formation
*Improvements in SpellAI: correctly evade and select attack target for creatures without threat list
*Use SpellAI instead of PetAI for not controllable guardians
*Only guardians with SUMMON_TYPE_PET are controllable now
*Add script and template data for Mirror Image.
*Thanks to Drahy for help.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/VC90')
| -rw-r--r-- | src/bindings/scripts/VC90/90ScriptDev2.vcproj | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/src/bindings/scripts/VC90/90ScriptDev2.vcproj b/src/bindings/scripts/VC90/90ScriptDev2.vcproj index d3f7fc71e79..4edd104a1c6 100644 --- a/src/bindings/scripts/VC90/90ScriptDev2.vcproj +++ b/src/bindings/scripts/VC90/90ScriptDev2.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1250"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="9,00" Name="TrinityScript" ProjectGUID="{4295C8A9-79B7-4354-8064-F05FB9CA0C96}" RootNamespace="ScriptDev2" @@ -555,14 +555,14 @@ <Filter Name="Blackfathom Depths" > - <File - RelativePath="..\scripts\zone\blackfathom_depths\instance_blackfathom_deeps.cpp" - > - </File> - <File - RelativePath="..\scripts\zone\blackfathom_depths\def_blackfathom_deeps.h" - > - </File> + <File + RelativePath="..\scripts\zone\blackfathom_depths\def_blackfathom_deeps.h" + > + </File> + <File + RelativePath="..\scripts\zone\blackfathom_depths\instance_blackfathom_deeps.cpp" + > + </File> </Filter> <Filter Name="Bloodmyst Isle" @@ -725,10 +725,12 @@ > </Filter> <Filter - Name="Desolace"> - <File - RelativePath="..\scripts\zone\desolace\desolace.cpp"> - </File> + Name="Desolace" + > + <File + RelativePath="..\scripts\zone\desolace\desolace.cpp" + > + </File> </Filter> <Filter Name="Dire Maul" @@ -838,7 +840,7 @@ Name="Razorfen Kraul" > <File - RelativePath="..\scripts\zone\razorfen_kraul\razorfen_kraul.cpp" + RelativePath="..\scripts\zone\razorfen_kraul\def_razorfen_kraul.h" > </File> <File @@ -846,7 +848,7 @@ > </File> <File - RelativePath="..\scripts\zone\razorfen_kraul\def_razorfen_kraul.h" + RelativePath="..\scripts\zone\razorfen_kraul\razorfen_kraul.cpp" > </File> </Filter> |
