QAston
e659c3faf3
*Update CMSG_USE_ITEM opcode to fit new clientCastFlag handling.
...
--HG--
branch : trunk
2010-08-04 22:52:35 +02:00
azazel
f3eab91102
* Convert SCRIPT_COMMAND_* defines to enum. Make comments for values up-to-date.
...
* Cleanup ScriptsProcess method. Move repeating parts of code to inline helper methods.
* Improve SCRIPT_COMMAND_CAST_SPELL command. You can specify triggered attribute when datalong2 = 4 by making dataint negative.
* Improve SCRIPT_COMMAND_KILL command. Now, if source is not a creature, it tries to use target object instead.
--HG--
branch : trunk
2010-08-05 00:55:10 +06:00
QAston
96fa91034f
Missing part of r7dd45a0182 :(
...
--HG--
branch : trunk
2010-08-04 20:34:08 +02:00
QAston
bc8c74475e
*Fix a crash in Aura::UnregisterSingleTarget.
...
--HG--
branch : trunk
2010-08-04 20:03:33 +02:00
QAston
2789b30d19
*Typofix - Relocate != SetPosition - fixes problems with visibility after changing zones.
...
--HG--
branch : trunk
2010-08-04 19:44:34 +02:00
QAston
96eb7c513f
*Some more research about spell target flags - thanks to Zor for info.
...
--HG--
branch : trunk
2010-08-04 19:16:44 +02:00
azazel
40e16bbbdb
Add gender field to SMSG_WHO packet (author: MaS0n)
...
Fix compile error
--HG--
branch : trunk
2010-08-04 22:12:43 +06:00
Shauren
362ae2d4c6
Fixed pet talents: Guard Dog and Silverback
...
Removed pre-3.3.0 code for Improved Cower
Closes issue #3198 .
--HG--
branch : trunk
2010-08-04 17:49:23 +02:00
QAston
6353e7dd8c
*Update movement enums - thanks to Zor for info.
...
*Add functions for position data streaming.
--HG--
branch : trunk
2010-08-04 14:39:45 +02:00
Shauren
850868c8a3
Fixed issues with taking items from mail
...
Closes issue #3263 .
--HG--
branch : trunk
2010-08-04 14:31:47 +02:00
Shauren
1058d7b37d
Fixed timer displaying for timed quests
...
--HG--
branch : trunk
2010-08-04 13:17:33 +02:00
Shauren
705de07e7e
Fixed Carrion Feeder pet talent
...
Removed useless code for Wolverine Bite
--HG--
branch : trunk
2010-08-04 12:12:58 +02:00
XTZGZoReX
dc6c3f96b1
* Add operator -= to HookList.
...
--HG--
branch : trunk
2010-08-04 11:55:40 +02:00
Shauren
b7d34dcb53
Cleaned up item flags: separated item proto flags and item field flags
...
Implemented use of:
ITEM_PROTO_FLAG_PROSPECTABLE and ITEM_PROTO_FLAG_MILLABLE now checked instead of bag family mask
ITEM_PROTO_FLAG_SMART_LOOT for profession recipes, player has to have skillline and not know the recipe
ITEM_PROTO_FLAG_OPENABLE item has to have it set to use item_loot_template
ITEM_PROTO_FLAG_NOT_USEABLE_IN_ARENA if this is set item can never be used in arena
ITEM_FLAG_UNLOCKED marks unlocked items
Simplified BoA check for mail sending
Stackable items are no longer refundable
Removed useless code that always set ITEM_FIELD_FLAGS equal to proto flags
Unlocking items (lockpicking) is now blizzlike
--HG--
branch : trunk
2010-08-04 10:34:30 +02:00
QAston
846aa12260
*Fix crashy implementation of aura type 305.
...
--HG--
branch : trunk
2010-08-04 08:21:58 +02:00
XTZGZoReX
a0b5921bfa
* (Very) minor cleanups.
...
--HG--
branch : trunk
2010-08-04 00:24:04 +02:00
click
33829ed45e
Clean up some crap - remove generated config.h (old junk) and also requirements for that in Error.h
...
--HG--
branch : trunk
2010-08-03 22:51:27 +02:00
John Holiver
c4c0f5734e
Really fix Sartharion adds loot farming this time.
...
--HG--
branch : trunk
2010-08-03 17:27:53 -03:00
Shauren
b70790693d
This should fix crashes introduced in revision 4e75fea59c6c (9138)
...
--HG--
branch : trunk
2010-08-03 21:38:49 +02:00
John Holiver
feebd3a24a
Fix a urand limit for Battleground Weights.
...
--HG--
branch : trunk
2010-08-03 14:39:18 -03:00
Shauren
682ebafdc0
Removed useless code setting gameobject flag locked with each use of gameobject type 22
...
--HG--
branch : trunk
2010-08-03 17:00:02 +02:00
click
049865129a
Fix build
...
--HG--
branch : trunk
2010-08-03 13:18:13 +02:00
Shauren
4e624a1a8d
Fixed Wolverine Bite damage (pet talent)
...
--HG--
branch : trunk
2010-08-03 12:31:51 +02:00
Shauren
ee147d6402
Compile fix
...
--HG--
branch : trunk
2010-08-03 11:31:23 +02:00
Shauren
109bcb0927
Fixed Heart of the Phoenix pet spell
...
--HG--
branch : trunk
2010-08-03 10:47:38 +02:00
QAston
e7ee828fe1
*Update spell_bonus_data for Garrote - by svetilo12.
...
*Fix build.
--HG--
branch : trunk
2010-08-03 06:36:25 +02:00
QAston
12c339f421
*Add missing Bestial wrath and The Beast Withing immunities after client change. Original patch by Visagalis.
...
*Little typo from prev rev.
--HG--
branch : trunk
2010-08-03 06:16:59 +02:00
QAston
c5a9d3b463
*Add m_duringRemoveFromWorld lock to prevent adding single target auras during or after remove from world process.
...
--HG--
branch : trunk
2010-08-03 06:11:03 +02:00
silinoron
14827321bf
Add support for CreatureAI::DamageDealt used in a Zul'Aman script. Thanks joshwhedon.
...
--HG--
branch : trunk
2010-08-02 14:18:30 -07:00
silinoron
e798097ae3
Move a couple of warrior spell dummy effect handlers to spell scripts.
...
--HG--
branch : trunk
2010-08-02 13:18:45 -07:00
QAston
891df4eccb
*Drop m_intTargetFlags, correctly send TARGET_FLAG_SOURCE_LOCATION and TARGET_FLAG_DEST_LOCATION - fixes many spell visuals.
...
--HG--
branch : trunk
2010-08-02 20:05:22 +02:00
Shauren
03caa8550f
Fixed typo (and a crash) - damn copypasting from one line above
...
--HG--
branch : trunk
2010-08-02 18:25:44 +02:00
QAston
18dd177308
*Search for aura caster in our out of world in Aura::UnregisterSingleTarget().
...
--HG--
branch : trunk
2010-08-02 18:05:07 +02:00
QAston
ff575b7002
*Fixes in spell targets packet reading and writing.
...
--HG--
branch : trunk
2010-08-02 17:55:15 +02:00
Shauren
46c1a4640d
Groups are now stored by low guid in map
...
Creatures and gameobjects also store looting group by low guid instead of full guid
--HG--
branch : trunk
2010-08-02 17:28:47 +02:00
Shauren
b76ceca24f
Updated .pdump commands
...
Deleted (but kept in db) characters cannot be dumped
--HG--
branch : trunk
2010-08-02 15:14:47 +02:00
Spp
b2b9ed4a32
Add selection weights to BG and Arenas. Will determine the selected BG/Arena chosen using random BG/Arenas from the enabled list.
...
Closes issue 2843
--HG--
branch : trunk
2010-08-02 13:22:05 +02:00
silinoron
0cdeafc2eb
Comment out body of AddSC_example_spell_scripts() to get rid of a loading error.
...
--HG--
branch : trunk
2010-08-01 17:16:31 -07:00
QAston
d5e33bf4ba
*Use spell_ranks table in spell scripts to not duplicate data.
...
--HG--
branch : trunk
2010-08-01 03:23:14 +02:00
QAston
2212eb604d
*Add helpers for checking auras present on unit by type and spell affect mask
...
*Add linked SPELL_AURA_PERIODIC_HASTE to shadowform spell - by dr.tenma
--HG--
branch : trunk
2010-08-01 01:22:13 +02:00
QAston
9cc4a9a6da
*Fix Sniper Training refresh - by liszt.mbox.
...
--HG--
branch : trunk
2010-07-31 23:50:52 +02:00
QAston
73b481073d
*Fix talent Will of the NEcropolis
...
*Backout unintentional change from ra299f0b248.
--HG--
branch : trunk
2010-07-31 23:39:03 +02:00
QAston
e0af5f9220
*Fix Glyph of Salvation - by DrTenma.
...
--HG--
branch : trunk
2010-07-31 20:51:53 +02:00
QAston
fdc36b9d89
*Fix periodic damage of Unholy Blight - Fixes issue 1152.
...
--HG--
branch : trunk
2010-07-31 20:31:40 +02:00
QAston
c26c128ba6
*Add data from r4bf7778333 to world_database.sql
...
*Add 22 sec internal cooldown to Lock and Load - by servet.
--HG--
branch : trunk
2010-07-31 20:11:07 +02:00
silinoron
9d93ebc8b7
Move SPELLFAMILY_PALADIN dummy spell effects for Holy Shock, Blessing of Faith, and Judgement of Command to spell scripts.
...
--HG--
branch : trunk
2010-07-31 10:46:33 -07:00
click
0be9e71f85
Buildsystem/CMake: Fix a minor "need sleep, i am tired"-error (typos ftw)
...
--HG--
branch : trunk
2010-07-31 16:16:55 +02:00
thenecromancer
270367abfc
Prevent players from gaining rest state in hostile capital zones.
...
Fix a bug where PvP status never resets when not moving to another zone.
Reset PvP status at Taxi node end/worldport when moving into friendly territory.
--HG--
branch : trunk
2010-07-31 13:55:23 +02:00
thenecromancer
bdf20fa420
Fix exploit with Shiv giving 100% chance to apply any enchant on offhand items
...
--HG--
branch : trunk
2010-07-31 13:49:13 +02:00
thenecromancer
99efabdbd3
Remove crude check in proc system preventing charges drop in proc system for absorbs.
...
To preserve effect, code must be placed for charge handler to skip procs with 0 damage.
This code is preventing procs that should happen (like Savage Defense, or CCs)
--HG--
branch : trunk
2010-07-31 13:45:00 +02:00