Commit Graph

6166 Commits

Author SHA1 Message Date
Kudlaty
fc3717d7e3 last fix for Deaths Challange is by Nevan.
Merge [SD2]
r1345 Check for valid quest before use in followerAI

--HG--
branch : trunk
2009-08-20 01:48:44 +02:00
Kudlaty
9ca8348bf8 Fix for quest Death's Challenge, cos we should get KillCredit also when we win duel with other dk player
--HG--
branch : trunk
2009-08-20 01:46:16 +02:00
megamage
16c5059bc4 *Add more npc pairs for wintergrasp. By MaXiMiUS
--HG--
branch : trunk
2009-08-19 18:39:44 -05:00
megamage
47b30023a5 *Use map instead of vector to store capture points in opvp.
--HG--
branch : trunk
2009-08-19 18:17:30 -05:00
megamage
bd0dbcc9ad *Add script lock for ScriptsProcess() because some bad scripts may cause dead loop.
--HG--
branch : trunk
2009-08-19 17:42:56 -05:00
megamage
44830d9d99 [8393] Fixed format CMSG_FORCE_MOVE_UNROOT_ACK and CMSG_FORCE_MOVE_ROOT_ACK. Author: VladimirMangos
Also avoid packet tail warnings spam at rejected movement packets.

--HG--
branch : trunk
2009-08-19 17:19:50 -05:00
megamage
f5aeb3e5f7 *Check proc chance of "improved shadowform". By Den
--HG--
branch : trunk
2009-08-19 17:18:05 -05:00
megamage
34a95e7fa8 [8390] Fixed log output work after recent replace UTF8PRINT macro. Author: VladimirMangos
--HG--
branch : trunk
2009-08-19 17:14:18 -05:00
megamage
c911772125 [8389] Implement check really read received packet size and warning it not all data read. Author: VladimirMangos
* This let more easy catch packet structure chnages at client switch.
    * Fixed structure CMSG_GUILD_BANK_SWAP_ITEMS
    * Fixed structure CMSG_SPLIT_ITEM, CMSG_SELL_ITEM
    * Added read data amount fixes for some other packets.

    Thanks to TOM_RUS in help check correct packets structure.

    Note: not all packets possible fixed. Please report for not fixed cases at errors:
    "opcode %s (0x%.4X) have unprocessed tail data (read stop at %u from %u)"

--HG--
branch : trunk
2009-08-19 17:07:21 -05:00
megamage
f5085b2f39 [8388] Replaced UTF8PRINT macro by a function
Should also fix possible color leak on Windows CLI.

    Signed-off-by: freghar <compmancz@gmail.com>

--HG--
branch : trunk
2009-08-19 17:02:29 -05:00
megamage
d7e4392f79 [8387] Fixed error output at creature_template check Author: arrai
--HG--
branch : trunk
2009-08-19 16:59:07 -05:00
megamage
49bd3dc381 [8386] Fixed areatrigger distance check Author: arrai
Old check caused false positives for trigger #4853

--HG--
branch : trunk
2009-08-19 16:58:26 -05:00
megamage
a55c618af6 [8385] Use 3D coordinates for checking corpse distance at reclaiming Author: arrai
--HG--
branch : trunk
2009-08-19 16:57:53 -05:00
megamage
a7e297434a [8384] Restore build mangos at Unix/Linux. Author: VladimirMangos
* Also fixed wrong read_skip<char*>() code.
    * Also fixed some warnings in related code.

--HG--
branch : trunk
2009-08-19 16:56:57 -05:00
megamage
051b383254 [8383] Implement WorldSession::HandleCancelChanneling. Author: VladimirMangos
--HG--
branch : trunk
2009-08-19 16:55:35 -05:00
megamage
edc05f2c19 [8382] Implement ByteArray functions for skip read of fields not needed for server in received packets. Author: VladimirMangos
* Use this fucntions in some case.
    * Change some packets to form: read fields first check later for better control recieved packets structure.
    * Fix CMSG_STAND_STATE_CHANGE packet structure to more correct.

--HG--
branch : trunk
2009-08-19 16:54:52 -05:00
megamage
012d6fa865 [8381] Some refactoring work in Unit::m_currentSpells code. Author: VladimirMangos
* Restrict access, use enum args, move some repeated code parts to function.
    * Make m_selfContainer set only part of Unit::SetCurrentCastedSpell

--HG--
branch : trunk
2009-08-19 16:52:51 -05:00
megamage
6181620520 [8380] Use CastSpell instead create triggered channaled spell in Spell::EffectTriggerRitualOfSummoning. Author: VladimirMangos
--HG--
branch : trunk
2009-08-19 16:28:25 -05:00
megamage
e954904e6d [8378] Use exceptions instead of explicit size checking for each packet Author: arrai
CHECK_PACKET_SIZE was pretty error prone; once it was forgotten mangosd
    could crash due to the asserts in ByteBuffer.h. That was exploitable by
    malicious players.
    Furthermore, there were duplicate checks: Additionally to
    CHECK_PACKET_SIZE, the ByteBuffer assertions keept an eye
    on not exceeding the packet boundaries - just to crash the server for
    sure in such a case.
    To prevent memory leaks or other undesirable states, please read in
    every handler all variables _before_ doing any concrete handling.

--HG--
branch : trunk
2009-08-19 16:26:22 -05:00
megamage
d9ed49749d *Fix a crash caused by ~Player
--HG--
branch : trunk
2009-08-19 16:10:25 -05:00
Machiavelli
c9eee8e524 *Use the pre-dual spec way of unlearning talents on top of the current one, to ensure that talents don't end up in the spell storage causing unexpected behaviour in game when trying to learn a talent.
Note: If your players have trouble learning specific talents, or they have an abnormal amount of talent points, force a talent reset on them after this rev and it should be resolved.

--HG--
branch : trunk
2009-08-19 22:38:08 +02:00
Chaz Brown
4ac7a2d072 AHBuyer now buys when it's supposed to.
Fixed some mails using hardcoded HOUR instead of MailTimeDelay from config.
AHBuyer once again sends out pending sale mails, and they use the correct time. (Thanks for helping, Aokromes)
Still needs some work to make the time update every second, instead of every minute.
Also, thesale pending mail doesn't get deleted when the timer runs out, but, on the next
mail cleanup.

--HG--
branch : trunk
2009-08-19 15:20:10 -04:00
megamage
69c3abfc0b *Fix the bug that alliance players cannot use some dk flight nodes.
--HG--
branch : trunk
2009-08-18 21:58:44 -05:00
megamage
9bd8f09978 *Summon GO dawn of light instead of changing db.
--HG--
branch : trunk
2009-08-18 19:10:58 -05:00
megamage
cfd24129d3 *Fix a crash by looting player's corpse when the bg is unloaded.
--HG--
branch : trunk
2009-08-18 17:44:17 -05:00
megamage
0ca7275043 *more area flags for Dalaran By raven_coda
--HG--
branch : trunk
2009-08-18 17:18:24 -05:00
maximius
a3a9bf2622 *Deleting some missed talents that need cleaning up for dual spec to work fully.
--HG--
branch : trunk
2009-08-18 15:00:57 -07:00
Rat
37cb12a761 *fix Kalecgos immunities
--HG--
branch : trunk
2009-08-18 21:24:31 +02:00
QAston
5ffa85c858 *Fix server startup error from 5184.
--HG--
branch : trunk
2009-08-18 20:17:06 +02:00
Nevan
d3d2eb91bb *Fix Pet movement speed at combar reset. Thanks BlackYoghurt.
--HG--
branch : trunk
2009-08-18 19:37:31 +02:00
megamage
483f40cbd8 *Script of quest The Light of Dawn. By ckegg.
*I have reduced the number of mobs because they may make the server laggy if the server is not good.

--HG--
branch : trunk
2009-08-18 12:09:03 -05:00
QAston
ea98699187 *Fix a typo in xp bonus auras.
--HG--
branch : trunk
2009-08-18 18:47:20 +02:00
megamage
84bb5022f5 *Fix a crash when creature release charmed unit. Thanks to Visagalis.
--HG--
branch : trunk
2009-08-18 09:18:32 -05:00
Machiavelli
d549ed1f8a Changes in Al'ar script:
* Don't wipe threat in transition from phase 1 to phase 2
* Correctly cast flame patches in phase 2 if no target in melee range instead of resetting
* Fix crash in dive bomb

--HG--
branch : trunk
2009-08-18 16:07:08 +02:00
megamage
a690f5239c *Fix the bug that .start always send dk back to start zone.
--HG--
branch : trunk
2009-08-17 23:51:08 -05:00
megamage
98f58a0f0a *Fix quest "endless hunger" in some machines. Thanks to McLovin.
--HG--
branch : trunk
2009-08-17 23:20:50 -05:00
Chaz Brown
dd3677b451 Fix README.AHBOT typos in last commit
--HG--
branch : trunk
2009-08-18 00:10:56 -04:00
megamage
648413ae0d *Set summontype 647 as type_totem for spell 52893
--HG--
branch : trunk
2009-08-17 23:09:17 -05:00
Chaz Brown
1a5da75838 AHBot - Fix maxstack DB option to correctly set stacks to a random choice between 1 and the maxstack setting of the item, instead of 1. - Thanks T`lexii for pointing this out
--HG--
branch : trunk
2009-08-18 00:06:11 -04:00
megamage
1992df8e89 *Add file chapter5 for dk quest.
--HG--
branch : trunk
2009-08-17 22:59:35 -05:00
megamage
6701d3d24f *Script for quest "An End To All Things..."
--HG--
branch : trunk
2009-08-17 22:34:18 -05:00
Nevan
7c2db4f2a9 *Fix Glyph of Rune Tap. (To not heal caster)
--HG--
branch : trunk
2009-08-18 05:17:19 +02:00
megamage
c84d37c2c2 *Fix the bug that Reset is not called for some scripts. This should fix the bug of quest "death's challenge". Thanks to Kudlaty
--HG--
branch : trunk
2009-08-17 20:00:28 -05:00
Nevan
14022b619f *Fix Glyph of Typhoon
*Fix Glyph of Thunderstorm

--HG--
branch : trunk
2009-08-18 00:35:32 +02:00
megamage
b91be086f0 *Fix a typo in spell 58039.
--HG--
branch : trunk
2009-08-17 17:23:53 -05:00
megamage
d205ff9e06 [8377] Resolve some spell_area problems in GM and non-GM mode. Author: VladimirMangos
* Make spell 40216 and 42016 casted/remove at aura 40214 apply/remove.
      And drop related spell_area possible existed data.
    * In general restore apply area limitations to spell casting in GM mode.

--HG--
branch : trunk
2009-08-17 16:34:02 -05:00
Kudlaty
d118ef5d08 Fix issue that duel is not triggered in quest Death's Challange
--HG--
branch : trunk
2009-08-17 23:29:01 +02:00
megamage
a2bc73c255 [8375] Update start fall height at lost SPELL_AURA_FEATHER_FALL. Author: Lutik
--HG--
branch : trunk
2009-08-17 16:23:26 -05:00
megamage
077849c7fd [8374] Implement glyph 43379. Author: VladimirMangos
--HG--
branch : trunk
2009-08-17 16:21:50 -05:00
megamage
a984c3a1d9 [8373] Correctly set bgInstanceID to 0 when log in into alredy ended BG.
This should fix problem that players who logged off during BG are after every
    next login into game teleported to BG entry position.

    Signed-off-by: ApoC <apoc@nymfe.net>

--HG--
branch : trunk
2009-08-17 16:07:46 -05:00