megamage
6dc06ab53b
*Fix a bug that possessed creature cannot melee.
...
--HG--
branch : trunk
2009-03-07 00:53:30 -06:00
megamage
5627f5e838
*Fix a typo and add some missing content.
...
--HG--
branch : trunk
2009-03-07 00:53:01 -06:00
megamage
6ae4f909d0
*Fix a crash caused by possesspet spells.
...
--HG--
branch : trunk
2009-03-07 00:52:30 -06:00
megamage
b73bf1d5c9
*Remove a 243 sql.
...
--HG--
branch : trunk
2009-03-06 22:08:30 -06:00
megamage
f6ca5c601e
*Merge.
...
--HG--
branch : trunk
2009-03-06 19:52:46 -06:00
megamage
4f6c96b98c
[7394] Check loot_template.maxcount for max allowed value (255) and make better report for this case. Author: VladimirMangos
...
Also optimize strcture LootStoreItem that let use 4 byte for loot template element in memory instead 5 bytes.
But limit group id to 127 max value. Check this at loading.
--HG--
branch : trunk
2009-03-06 19:39:42 -06:00
megamage
417c7c8319
[7393] Implement access to client side holiday ids. Author: VladimirMangos
...
* src/game/GameEvent.* renamed to src/game/GameEventMgr.* for consistence
* `game_event` now have new `holiday` field for store client side holiday id associated with game event
* Added new enum HolidayIds with existed at this moment holiday ids.
* New function "bool IsHolidayActive(HolidayIds id)" added accessabel from scripts for active holidays check.
--HG--
branch : trunk
2009-03-06 19:36:47 -06:00
QAston
dbb8c78394
*Fix Imp leader of the pack once again. Original patch by loop69.
...
--HG--
branch : trunk
2009-03-07 02:28:14 +01:00
KingPin
544ff30dae
added sql to cmakelist
...
--HG--
branch : trunk
2009-03-06 19:18:01 -06:00
megamage
0d53225fdc
[7392] Fixed SQL query for storing pending arena points for offline players for PGSQL. Author: ApoC
...
--HG--
branch : trunk
2009-03-06 18:14:41 -06:00
megamage
c2261e3502
[7391] Prevent achievement counter overflow, implement ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE generic support.
...
Before overflow has been possible at 4294967295 lols for example.
ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE in many cases require check special conditions and targets.
For this allow call it from scripts:
* Add Player::UpdateAchievementCriteria functiona ccessable from scripts
* In emote case it allowed call in form player->UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE, text_emote_id, achievement_id, target_unit_ptr);
Author: VladimirMangos
--HG--
branch : trunk
2009-03-06 18:14:05 -06:00
megamage
7915fd768a
*Merge.
...
--HG--
branch : trunk
2009-03-06 18:09:01 -06:00
KingPin
6cf72985dd
Change sql
...
--HG--
branch : trunk
rename : sql/updates/XXX_characters_auctionhouse.sql => sql/updates/1164_characters.sql
2009-03-06 17:50:26 -06:00
Paradox
7b47d509e3
New AHBot plus AuctionHouse changes
...
--HG--
branch : trunk
2009-03-06 17:47:11 -06:00
Blaymoira
ae540b526b
*Prevent to pick both of the flags when they are on the ground - by Klaimmore
...
--HG--
branch : trunk
2009-03-07 00:25:10 +01:00
QAston
bdaf54067b
*Fix a crash and merge.
...
--HG--
branch : trunk
2009-03-06 23:28:01 +01:00
QAston
ab4b55f351
*Fix dispel resistance apply on some effect.
...
*Fix Sanctified Wrath.
*Fix Summon Type 429-by aerione_alt.
*Fix some spell procs-by Sephiroth1983 and oc_redfox.
*Fix demonic sacriface spell_bonus-by aerione_alt.
--HG--
branch : trunk
2009-03-06 22:57:45 +01:00
megamage
13fc3dcd7e
[7388] Fixed battleground premature warning message. SQL files are attached, you must execute them! Author: Triply
...
Fix for message's color will be soon.
--HG--
branch : trunk
2009-03-06 15:25:20 -06:00
megamage
6f595b3038
[7387] Check maxcount >= min count for item (not reference) record in loot templates DB tables.. Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-06 15:23:25 -06:00
megamage
93113cd3cc
[7385] Fixed mail price calculation Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-06 15:22:19 -06:00
megamage
50b3095312
Implement some death related achievements
...
* ACHIEVEMENT_CRITERIA_TYPE_DEATH (normal and arena types counting)
* ACHIEVEMENT_CRITERIA_TYPE_DEATH_IN_DUNGEON (instance types by man limit counting)
Note: need fixed for cases when max allowed players different from recommended count.
* ACHIEVEMENT_CRITERIA_TYPE_DEATHS_FROM (environment damage sources by types)
Fixed:
* ACHIEVEMENT_CRITERIA_TYPE_KILLED_BY_PLAYER
- self-kill counting as death from players
- same team player kill in opposition kills counter.
Also cleanup in Player::EnvironmentalDamage use DBCStructure.h comment.
Author: VladimirMangos
--HG--
branch : trunk
2009-03-06 15:21:44 -06:00
Blaymoira
b49732c04d
*Merge
...
--HG--
branch : trunk
2009-03-06 20:14:07 +01:00
Blaymoira
ba05670747
*Fix sql file for latest rev
...
--HG--
branch : trunk
2009-03-06 20:13:00 +01:00
QAston
0b9d3f95de
*Apply Savage fury also to mangle's bleeding effects.
...
--HG--
branch : trunk
2009-03-06 19:58:02 +01:00
QAston
2e0af6e37b
*Add some procflags- by Darkshines.
...
*Add new spell_coefficient data-by cccyril and Sephiroth1983
--HG--
branch : trunk
2009-03-06 19:57:02 +01:00
QAston
ab2fa2e52c
*Fix amount of paladin's spells damage.
...
*Fix problems with aurastate remove.
--HG--
branch : trunk
2009-03-06 18:52:39 +01:00
Drahy
81782e3470
* Trinity sql coding style + fixed import errors
...
--HG--
branch : trunk
2009-03-06 13:59:56 +01:00
megamage
4704f6134b
*Fix build.
...
--HG--
branch : trunk
2009-03-05 20:15:46 -06:00
megamage
80cd305082
[7383] Changed some comments in config file, changed default MaxRatingDifference from 100 to 150 in default config.
...
[7384] Removed some comments.
Fixed problem that queues doesn't invite new players to already running battlegrounds.
Some other fixes for announce system will be soon.
Author: Triply
--HG--
branch : trunk
2009-03-05 19:02:08 -06:00
megamage
b7363a72fe
[7382] Add 2 unknown field to creature_template sent in SMSG_CREATURE_QUERY_RESPONSE to client Author: NoFantasy
...
--HG--
branch : trunk
2009-03-05 18:58:58 -06:00
megamage
bb75a8a21a
*Merge.
...
--HG--
branch : trunk
2009-03-05 18:50:26 -06:00
megamage
8787c00ca3
*Disable charmed/possessed creature AI.
...
*Use general react states to replace charminfo react states.
--HG--
branch : trunk
2009-03-05 18:48:56 -06:00
megamage
635faad2bc
*Merge.
...
--HG--
branch : trunk
2009-03-05 15:24:09 -06:00
megamage
769c835f26
*Do not allow mage to cast multiple polymorph on different targets.
...
--HG--
branch : trunk
2009-03-05 15:16:13 -06:00
Blaymoira
fd2fd00c14
*Implement access_requirement table - by Iskander
...
- now check the requirements on teleport not only on areatrigger use
- moved some columns from instance_template and areatrigger_teleport to access_requirement table
--HG--
branch : trunk
2009-03-05 21:02:33 +01:00
QAston
2f20a832dc
*Fix reward rep amount- by yad02
...
*Fix Haunt and Pain and Suffering- by Fog
*Fix leader of the pack-original patch by Lightguard
--HG--
branch : trunk
2009-03-05 20:47:18 +01:00
megamage
6a577295d9
*Remove spams of transport log.
...
--HG--
branch : trunk
2009-03-05 13:10:12 -06:00
megamage
21f35e15d9
*Do not calculate level-based spell damage twice. This fixed the bug that some +ap buff give mobs too high damage.
...
--HG--
branch : trunk
2009-03-05 13:09:51 -06:00
megamage
b7ec91f72d
*Do not let farsight dynobj apply non-exist auras. This fixed farsight.
...
--HG--
branch : trunk
2009-03-05 13:08:46 -06:00
Blaymoira
c5175e5e47
*Implement SCRIPT_COMMAND_KILL for database scripting
...
--HG--
branch : trunk
2009-03-05 17:25:29 +01:00
megamage
ae55745f2a
[7378]~[7381] achievement code update. Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-05 09:22:43 -06:00
megamage
c1ea842cf7
*Merge.
...
--HG--
branch : trunk
2009-03-05 09:17:57 -06:00
Blaymoira
465b10fc60
*Update header file of Warsong Gulch with new datas
...
--HG--
branch : trunk
2009-03-05 15:45:29 +01:00
Blaymoira
d05f5c3ceb
*Target limitation for spell 45641
...
--HG--
branch : trunk
2009-03-05 15:42:14 +01:00
Blaymoira
e2ab3714c7
*Ignore healing bonus for spell 27813 and ranks - original patch by Aviram
...
--HG--
branch : trunk
2009-03-05 15:41:55 +01:00
Blaymoira
c367663de1
*Update Add Friend/Ignore Opcode - by Anubisss
...
--HG--
branch : trunk
2009-03-04 20:51:40 +01:00
Blaymoira
0821a8746d
*Fix a typo in load patch command - by Mufik
...
--HG--
branch : trunk
2009-03-04 20:49:41 +01:00
Blaymoira
137859170e
*Update world_scripts_full.sql - by Thraxx
...
--HG--
branch : trunk
2009-03-04 20:19:09 +01:00
megamage
9f71a51827
*Revert 1136, nonattackable flag of spirit of redemption is handled with aura 27792,0 and should not be hard-coded.
...
--HG--
branch : trunk
2009-03-04 10:28:24 -06:00
megamage
0bba1e0551
*Fix the bug that sheep attacks people.
...
--HG--
branch : trunk
2009-03-04 10:16:15 -06:00