Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-03 | *Use dest to calculate time delay for missile spells. (Only ↵ | megamage | |
SPELL_EFFECT_TRIGGER_MISSILE for now, need to fix all "dest required spells") --HG-- branch : trunk | |||
2008-12-03 | *Do not create new instance when player is logging in. (Try to fix "Instance ↵ | megamage | |
Relog & Reset Exploit") --HG-- branch : trunk | |||
2008-12-03 | *Let owner enter pvp when pet attacks pvp target. | megamage | |
--HG-- branch : trunk | |||
2008-12-02 | *Log error for script target spells without target entry in db. | megamage | |
--HG-- branch : trunk | |||
2008-12-02 | *Do not let soulshatter aggro not-aggroed creatures. | megamage | |
--HG-- branch : trunk | |||
2008-12-02 | *Fix SPELL_EFFECT_TRIGGER_MISSILE. | megamage | |
--HG-- branch : trunk | |||
2008-12-02 | *Add CONDITION_INSTANCE_DATA for dynamic loot of instance such as Zul'aman ↵ | megamage | |
and AV battleground. *Script update for Zul'aman. --HG-- branch : trunk | |||
2008-12-02 | *Remove some unused configs. | megamage | |
--HG-- branch : trunk | |||
2008-12-02 | *Try to fix the bug about contested pvp. | megamage | |
--HG-- branch : trunk | |||
2008-12-02 | *Script for quest : Second Trial(9686). By mrbungle. | megamage | |
--HG-- branch : trunk | |||
2008-12-02 | *Temporary hack to fix shoots minimum range. | QAston | |
--HG-- branch : trunk | |||
2008-12-01 | *Use hack method to let enemy lose selection when target cast feign death. | megamage | |
--HG-- branch : trunk | |||
2008-12-01 | *Fix a bug that player stuck with 1 hp when killed with IncreaseMaxHealth aura. | megamage | |
--HG-- branch : trunk | |||
2008-12-01 | *Added: Deadmines Cannon Event. By netoya. | megamage | |
--HG-- branch : trunk | |||
2008-11-26 | *Add Script Warchief Kargath Bladefist | Stefan@Vistax64-Stefan | |
--HG-- branch : trunk | |||
2008-12-01 | *Script: Warden Shield, Mellichar fix in Arcatraz. By Muhaha. | megamage | |
--HG-- branch : trunk | |||
2008-12-01 | *Fix the bug about arena personal rating. | megamage | |
*Update to Mangos 6870. Source: Mangos. Main change: add a function SaveDataFieldToDB(). --HG-- branch : trunk | |||
2008-12-01 | *Fix a typo. Set owner in pvp when pet attacks other players. | megamage | |
--HG-- branch : trunk | |||
2008-12-01 | *Remove AURA_INTERRUPT_FLAG_ATTACK auras only when melee attack but not ↵ | megamage | |
combat start. --HG-- branch : trunk | |||
2008-12-01 | *Try to fix a bug that crash happens in GetInstance(). | megamage | |
--HG-- branch : trunk | |||
2008-12-01 | *Fix the bug that channeled spells interrupt self. | megamage | |
--HG-- branch : trunk | |||
2008-12-01 | *Fix a typo. | megamage | |
--HG-- branch : trunk | |||
2008-11-30 | *Implemented range flag from SpellRange.dbc | QAston | |
--HG-- branch : trunk | |||
2008-12-01 | *Use buyout to buy an auction when the last bid is close to the buyout ↵ | megamage | |
price. By Paradox. --HG-- branch : trunk | |||
2008-12-01 | *Do not allow chain aggro (since it is not official-like). | megamage | |
--HG-- branch : trunk | |||
2008-12-01 | *Fix a bug that rogue dodges self's spells and retains combo points. | megamage | |
--HG-- branch : trunk | |||
2008-11-30 | *Change arena_team_member field names. | megamage | |
--HG-- branch : trunk | |||
2008-11-24 | Updated Shadowfang Keep Instancescript - original patch from SD2 737 | Blaymoira | |
--HG-- branch : trunk | |||
2008-11-30 | *Fix the bug that server crashes when loading. | megamage | |
*Fix the bug that rogue does not remove stealth aura when do melee attack. --HG-- branch : trunk | |||
2008-11-30 | fixed loading error on DB table `db_script_string`introduced in previous ↵ | KingPin | |
merge with mangos. --HG-- branch : trunk | |||
2008-11-30 | *Update to Mangos 6867. Source: Mangos. | megamage | |
*Big changes: *[6858] Prevent cheating with ignore waiting in login queue. *[6863] Arena team related clean ups and adding parts of w12x's arena patch. *Some Config changes and guild changes. --HG-- branch : trunk | |||
2008-11-29 | *Fix crash bug in 353. Please do not use 353! | megamage | |
--HG-- branch : trunk | |||
2008-11-29 | *Fix the bug that improved drain soul talent make caster cannot get soul shard. | megamage | |
--HG-- branch : trunk | |||
2008-11-29 | *Do unit relocation notification only once per update. Hope this can solve ↵ | megamage | |
the stealth crash problem once for all. --HG-- branch : trunk | |||
2008-11-28 | *Fix a bug that Hexlord crash the server. | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Fix the bug of doomwalker. | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Fix the bug that mapref.end() does not point to the end. Thank BroodWyrm ↵ | megamage | |
for pointing out the mistake. (PS: I have tried all three kinds of EOL, and HG always modifies the whole file. I really do not know what I can do with it.) --HG-- branch : trunk | |||
2008-11-28 | *Do not let food/drink auras stack. | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Do not let mark of the wild stack (different ranks, different effects). | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Some update of aura stacking check. | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Update aura check to make drink/food not stackable. Also fixes Mark of the ↵ | QAston | |
Wild stacking. --HG-- branch : trunk | |||
2008-11-28 | *Merge with 342. | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Update _saveaura for pet and player. Need more work on this. | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Aura Consolidation + MaxModifier. By Authorius, modified by Deafboy and ↵ | megamage | |
thenecromancer, adapted by Muhaha. --HG-- branch : trunk | |||
2008-11-28 | *Fix Maim. | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Update to Mangos 6856. Source: Mangos. | megamage | |
--HG-- branch : trunk | |||
2008-11-28 | *Do not let Cthun crash the server. | megamage | |
--HG-- branch : trunk | |||
2008-11-27 | *Fix the bug that gouge/scatter shot interrupt self. | megamage | |
*Fix the bug that spams setspeed errors. *Clean up scripts to delete all lines which may cause crash by removing stealth aura. --HG-- branch : trunk | |||
2008-11-27 | *Set player combat reach from 1.5 to 0.4. | megamage | |
--HG-- branch : trunk | |||
2008-11-27 | *Fix the bug that devastate requires double rage. | megamage | |
*Fix the bug that cloak of shadows removes postive buffs. --HG-- branch : trunk |