KingPin
ce2d63e4ae
[svn] * Added npc follow, waterwalk, repairitems commands. Patch by dythzer
...
* Prevent adding more than 5 people to raid - Apoc
* fixed typo from one of our previous commits.
* Fixed two strings in core, thanx to warhead for patch.
--HG--
branch : trunk
2008-10-29 17:09:32 -05:00
megamage
febb2d6147
[svn] Fix broken spell target 38 (script target).
...
Implement linked spells, but will not enable it before testing.
--HG--
branch : trunk
2008-10-29 14:19:31 -05:00
megamage
5e809c2a6b
[svn] Add new function SelectUnit and SelectUnitList to select target or targets with check "isPlayer" and "isWithinDist". Also add target type SELECT_TARGET_NEAREST and SELECT_TARGET_FARTHEST.
...
SpellEffect Fix for 40802,29364,43723,41931. Patch provided by WarHead.
Update script of Fathom Lord. Patch provided by Blaymoira.
--HG--
branch : trunk
2008-10-28 16:28:42 -05:00
slg
8ded7dce04
[svn] * Fixed several commands that were accidentally removed in 120
...
- freeze commands
- .nameannounce
- .flusharenapoints
--HG--
branch : trunk
2008-10-28 15:48:56 -05:00
KingPin
3ea64f7581
[svn] * Prevent crash at access to deleted social data for player. Remove social data at logout instead - source mangos
...
* Fixed subcommands list output at console. - source mangos
* Rename scripts update.
--HG--
branch : trunk
2008-10-28 08:10:44 -05:00
slg
f724227f24
[svn] * fixed world.sql LOCK/UNLOCK for script_texts table
...
--HG--
branch : trunk
2008-10-27 16:12:31 -05:00
w12x
dd97776501
[svn] * Fixed startup error flood if creature model id is 0
...
* Fixed totems using proper model ids broken after recent change
* Set pet grid activity state to that of caster upon summoning
* Fix a possible crash in ObjectAccessor
note to self: don't commit anything without 3 days testing. ever. after this one ofc.
--HG--
branch : trunk
2008-10-27 15:28:04 -05:00
slg
1b820f93eb
[svn] More C++ scripts converted to use script_texts.
...
- Blackwing Lair
- Black Morass
- Old Hillsbrad
source: ScriptDev2
--HG--
branch : trunk
2008-10-27 15:17:06 -05:00
KingPin
bbd5c8fd40
[svn] * Properly name Updates for scripts.
...
--HG--
branch : trunk
2008-10-27 13:23:14 -05:00
w12x
fc77e2d761
[svn] * Changed modelid_a/h(2) values to modelid1..4, display ids are no longer incorrectly chosen based on player faction. Patch provided by WarHead.
...
--HG--
branch : trunk
2008-10-27 11:48:45 -05:00
megamage
4cbc6f830a
[svn] Fix a compile error about M_PI_2.
...
Update Felmyst script to test new setActive function.
Fix the bug that priest's fear is unbreakable (dirty hack before find the correct way).
(some unfinished unused content included, just ignore them, will finish them later)
--HG--
branch : trunk
2008-10-27 10:57:53 -05:00
KingPin
1bb1603592
[svn] * Moved scripts sqls updates to main sql updates folder.
...
* Fixed makefile to use proper foldername.
* rXXX_world_scripts.sql will be the format for script sql updates, execute these into your world DB.
--HG--
branch : trunk
2008-10-27 09:57:53 -05:00
w12x
e72a13c3dd
[svn] * Allow WorldObjects to keep the grid active, and prevent it from being unloaded. This can be done through calling WorldObject::setActive(bool) from the scripting library. Note that entire instances are still unloaded if no player is present on that map to save resources. This behavior can be changed if the need arises.
...
--HG--
branch : trunk
2008-10-27 08:41:55 -05:00
megamage
0e18e4330c
[svn] Fix some mistakes of the last two commits.
...
--HG--
branch : trunk
2008-10-27 08:28:57 -05:00
megamage
1f7ff81049
[svn] Make mobs scatter around in melee attack. Patch provided by smellbee.
...
Fix Join Instance Can Enter while Encounter is in Progress. Patch provided by mknjc.
--HG--
branch : trunk
2008-10-27 08:00:33 -05:00
megamage
e2c221b0da
[svn] Fix Eredar twins, Al'ar and Zul'jin's AttackStart() function.
...
Update Shade of Akama script, Lady Vashj script and Shadowmoon Valley script. Patches provided by Blaymoira.
Remove some hacks since core has provided spell target support.
--HG--
branch : trunk
2008-10-27 07:34:38 -05:00
megamage
9125ef9337
[svn] Fix the bug that Maiev crash the server in Illidan combat.
...
--HG--
branch : trunk
2008-10-26 23:05:20 -05:00
megamage
ad7400f254
[svn] SD2 Merge, rev 700 - addition of script_texts to various c++ scripts. Patch provided by SLG.
...
--HG--
branch : trunk
2008-10-26 20:59:39 -05:00
megamage
1f2c52137d
[svn] Fix a bug that hunter cannot summon traps.
...
Fix a bug that debuff AOE affect caster.
Change target 8 from entry AOE to enemy AOE until find out its real effect.
--HG--
branch : trunk
2008-10-26 18:58:41 -05:00
Seline
5faa23accc
[svn] * Revert change to DoZoneInCombat made in [114] as it can cause problems. DoZoneInCombat is NOT meant to be used by creatures that cannot have threatlists or have empty threatlists.
...
--HG--
branch : trunk
2008-10-26 13:58:39 -05:00
KingPin
a0f843a3eb
[svn] * Merge CLI Commands with regular commands and give them level4 access. sec_console. Source mangos - thanks to ogeraisi for the amalgamated patch.
...
* Redid/Fixed/Added some lang strings.
* As usual remember this is a trunk rev so stability only guaranteed on northern countries of Mars and western parts of Pluto. No warranties outside the solar system, sorry :( . Check with your local government or dictator on regulations regarding export.
--HG--
branch : trunk
2008-10-26 13:32:42 -05:00
w12x
6f2e0ee48a
[svn] * Fixed xp calculation for low level characters when grouped with a higher level player. Patch provided by Reiner030.
...
* Fixed positive spells being not resistable when cast on hostile units. Patch provided by QAston.
* Fixed compile warnings in gcc. Patch provided by WarHead.
--HG--
branch : trunk
2008-10-26 11:50:07 -05:00
megamage
55c25d894e
[svn] Add SpellExtraInfoMap. Currently support:
...
Limited-number-of-players spell; shared damage spell; target-in-line cone spell (e.g. dark glare).
Change angle of cone spells from 120 degree to 60 degree.
--HG--
branch : trunk
2008-10-25 15:46:52 -05:00
megamage
6fc23ef45e
[svn] Update trinityscript to SD2 rev 700. Source: scriptdev2. Patch provided by SLG.
...
--HG--
branch : trunk
2008-10-25 11:40:10 -05:00
megamage
43436c8f30
[svn] Continue the work of rewriting spell target selection functions (warning: this may cause some spells broken).
...
Add some spell_script_target.
Delete some workaround in scripts (since core provides spell support now).
--HG--
branch : trunk
2008-10-25 10:37:28 -05:00
megamage
e22427d4b0
[svn] Fix the bug that summoned creatures may respawn.
...
--HG--
branch : trunk
2008-10-25 01:39:51 -05:00
megamage
0a3057972c
[svn] Fix a crash caused by gruul script.
...
Change in EffectSummonWild and DoZoneInCombat.
--HG--
branch : trunk
2008-10-24 17:37:40 -05:00
KingPin
67f95a5281
[svn] * Moved regular script to simple folder, added an expanded version of it.
...
* Expanded is still in beta so may have errors.
--HG--
branch : trunk
2008-10-24 06:26:10 -05:00
megamage
277334fc41
[svn] Fix cloak of shadow, can remove fairy fire now.
...
Add yells to High King Maulgar. Patch provided by riddick.
Script for Prince Malchezaar Doors. Patch provided by BroodWyrm.
Bug fix for Selin Fireheart. Patch provided by BroodWyrm.
Arcane Charges only while on flightpath. Patch provided by SLG.
--HG--
branch : trunk
2008-10-23 22:04:14 -05:00
w12x
0f32ffb90e
[svn] Prevent Bestial Wrath from being applied 5 times when cast by a hunter with The Beast Within talent. Hopefully this will also fix the crashes caused by this spell.
...
Change 'tbc' to 'expansion' in realmd.sql.
--HG--
branch : trunk
2008-10-23 09:40:37 -05:00
w12x
6b7d68ddc1
[svn] Change 'tbc' to 'expansion' in the registration script, following realm db changes.
...
--HG--
branch : trunk
2008-10-23 06:01:22 -05:00
w12x
c98b24cf29
[svn] Restore automatic crashlog generation on Windows. Make sure to have a Crashes folder in the working directory of the executables.
...
--HG--
branch : trunk
2008-10-23 05:57:15 -05:00
w12x
b8362cd7f1
[svn] Fixed copyright notices to comply with GPL.
...
--HG--
branch : trunk
2008-10-23 03:29:52 -05:00
megamage
87681af453
[svn] Fix a bug that elixir buff cannot stack.
...
Fix quest 9685. Patch provided by ogeraisi.
--HG--
branch : trunk
2008-10-22 20:59:36 -05:00
megamage
9584faf0c9
[svn] Add SPELL_ATTR_BREAKABLE_BY_DAMAGE. Remove part of the hacked breakable aura check. Patch provided by thenecromancer.
...
--HG--
branch : trunk
2008-10-22 14:58:50 -05:00
w12x
4b384751be
[svn] Fixed crashes in LoadQuests().
...
Removed TrinityCore Only project files.
--HG--
branch : trunk
2008-10-22 13:09:54 -05:00
megamage
2a742e78b9
[svn] Fix a bug that shaman's shield can stack.
...
Fix: MovementInform without behavior change for waypoint movement. Patch provided by DragonHunter.
Update gruul lair script. Patch provided by Blaymoira.
--HG--
branch : trunk
2008-10-22 09:41:31 -05:00
w12x
1b0baa51b5
[svn] Add missing SQL changes from prev. commit, also fix mistakenly commented out line. Patch provided by Visagalis.
...
--HG--
branch : trunk
2008-10-22 08:43:09 -05:00
KingPin
14598dd84f
[svn] * Implement honor rewards from quests - Source Mangos
...
--HG--
branch : trunk
2008-10-22 07:02:05 -05:00
w12x
bde02d6829
[svn] Added sanity checks in loading player cache to prevent crashing upon corrupted player data.
...
--HG--
branch : trunk
2008-10-22 04:05:15 -05:00
KingPin
389a9e3cea
[svn] * Use ObjectMgr/AccountMgr functions rather than DB queries. Source mangos
...
--HG--
branch : trunk
2008-10-21 19:07:16 -05:00
megamage
96d1c9f4d6
[svn] Fix cloak of shadows. Dispel type should be based on SPELL_DAMAGE_CLASS_MAGIC.
...
Fix: SPELL_DAMAGE_CLASS_NONE type spells should never miss.
--HG--
branch : trunk
2008-10-21 17:10:05 -05:00
w12x
9688da09b0
[svn] Fixed win32 compile
...
Null pointer checks in the barrens ai.
--HG--
branch : trunk
2008-10-21 14:31:24 -05:00
KingPin
99c5eccab8
[svn] * Fix professions NPC script typo
...
--HG--
branch : trunk
2008-10-21 13:56:15 -05:00
KingPin
725d644296
[svn] * freebsd ace compile fix thanx to timmit for info and testing by srounet
...
--HG--
branch : trunk
2008-10-21 13:38:35 -05:00
KingPin
b8e87bfc51
[svn] * Prevent Cheating at logout/login by players. Thank you Visagalis
...
* Set scripts to eol style native
--HG--
branch : trunk
2008-10-21 13:19:26 -05:00
megamage
35f7512be9
[svn] Black Temple doors script. Patch provided by Blaymoira.
...
--HG--
branch : trunk
2008-10-21 12:51:53 -05:00
KingPin
ed94fdb8bc
[svn] * Added some player info cache to the core. Thanx to Rognar for patch, visaglis for testing and bugging me to add it.
...
--HG--
branch : trunk
2008-10-21 12:43:24 -05:00
megamage
d0325e2536
[svn] Try to remove the big hack in SpellMgr::IsNoStackSpellDueToSpell. Not sure if this works.
...
--HG--
branch : trunk
2008-10-21 11:22:12 -05:00
w12x
63f37b8bd2
[svn] Change MSVC project files to use multithreaded (debug) dll runtime libraries. Hopefully this will solve the problems with ACE. Original patch by Derex.
...
--HG--
branch : trunk
2008-10-21 06:23:46 -05:00