Commit Graph

  • 7c95bfcbee *Fix a bug that GetHeight causes crash. megamage 2008-12-06 10:55:18 -06:00
  • 8ffc1a6e4c *Apply range mod also for melee spells. megamage 2008-12-06 10:44:53 -06:00
  • 8685659d6b *Remove some duplicate config options. megamage 2008-12-05 23:39:03 -06:00
  • e8f1bbc999 *Move kill-target part from DealDamage to a new function Kill. megamage 2008-12-05 23:31:45 -06:00
  • 8c24dd2031 *Fix the bug that hexlord causes crash. megamage 2008-12-05 18:55:32 -06:00
  • 824ca42c50 *Some new spell_script_target. By Aokromes. megamage 2008-12-05 18:50:31 -06:00
  • 63bbecb8a2 *Fix the infamous "walk" bug. By thenecromancer. megamage 2008-12-05 18:43:57 -06:00
  • 3a1293ef18 *Update melee range calculation. By QAston. megamage 2008-12-05 18:39:31 -06:00
  • d36672cd7e *Update spell range calculation. Original patch by QAston. megamage 2008-12-04 23:00:35 -06:00
  • 450c0a45b8 *Fix a bug that Sathrovarr does not die. megamage 2008-12-04 18:31:18 -06:00
  • 929f9f221d *Lock notifylist during update. This should fix the crash bug during relocationnotify update. megamage 2008-12-04 16:52:49 -06:00
  • 717885da7d *Fix script bug of eredar twins. megamage 2008-12-04 16:37:22 -06:00
  • afc6dc7c48 *Fix a bug that mobs do not stop chasing players. megamage 2008-12-04 16:17:13 -06:00
  • bd25d2a33b *Fix the bug that creating new instance during login causes crash. megamage 2008-12-04 10:56:50 -06:00
  • 2d1905c887 *Add new immune type: IMMUNITY_ID. This is usually done using dummy auras. *Let cloak of shadows immunes to flare. megamage 2008-12-03 19:42:06 -06:00
  • 48ca955bd3 *Update persistant auras every 500ms. (I do not know if persistant auras can be resisted. If not, then this patch may be useless) megamage 2008-12-03 18:35:00 -06:00
  • c1f49df3da *Move Wyvern Sting from core to db. (linked spells) megamage 2008-12-03 17:57:47 -06:00
  • cd4e545155 *Use dest to calculate time delay for missile spells. (Only SPELL_EFFECT_TRIGGER_MISSILE for now, need to fix all "dest required spells") megamage 2008-12-03 17:30:14 -06:00
  • b36929bc79 *Do not create new instance when player is logging in. (Try to fix "Instance Relog & Reset Exploit") megamage 2008-12-03 17:06:31 -06:00
  • 08d259e0cc *Let owner enter pvp when pet attacks pvp target. megamage 2008-12-03 13:35:47 -06:00
  • 3035a78c3d *Merge with 264. megamage 2008-12-03 00:48:26 -06:00
  • 904eff7f02 *Log error for script target spells without target entry in db. megamage 2008-12-02 22:46:49 -06:00
  • 69f973bad9 *Do not let soulshatter aggro not-aggroed creatures. megamage 2008-12-02 20:53:06 -06:00
  • 1222cc0622 *Zul'aman time limited quest loot. (untested) megamage 2008-12-02 20:03:25 -06:00
  • 8327e08395 *Fix SPELL_EFFECT_TRIGGER_MISSILE. megamage 2008-12-02 18:13:23 -06:00
  • 1328b1259b *Add CONDITION_INSTANCE_DATA for dynamic loot of instance such as Zul'aman and AV battleground. *Script update for Zul'aman. megamage 2008-12-02 18:12:39 -06:00
  • 3527679b29 *Remove some unused configs. megamage 2008-12-02 16:46:55 -06:00
  • 1fd4c1dee2 *Try to fix the bug about contested pvp. megamage 2008-12-02 16:34:00 -06:00
  • 724b627f49 *Script for quest : Second Trial(9686). By mrbungle. megamage 2008-12-02 16:21:30 -06:00
  • 8948f417cf *Temporary hack to fix shoots minimum range. QAston 2008-12-02 22:43:59 +01:00
  • 6bf479d9ad *Use hack method to let enemy lose selection when target cast feign death. megamage 2008-12-01 22:32:16 -06:00
  • ab179d76fe *Fix a bug that player stuck with 1 hp when killed with IncreaseMaxHealth aura. megamage 2008-12-01 18:44:27 -06:00
  • 5af8cf6f3d *Added: Deadmines Cannon Event. By netoya. megamage 2008-12-01 18:32:00 -06:00
  • 4d396bb990 *Add Script Warchief Kargath Bladefist Stefan@Vistax64-Stefan 2008-11-26 19:14:03 +01:00
  • 273635e351 *Script: Warden Shield, Mellichar fix in Arcatraz. By Muhaha. megamage 2008-12-01 17:57:55 -06:00
  • 920dae4f7f *Fix the bug about arena personal rating. *Update to Mangos 6870. Source: Mangos. Main change: add a function SaveDataFieldToDB(). megamage 2008-12-01 17:36:11 -06:00
  • 28e1aec6df *Fix a typo. Set owner in pvp when pet attacks other players. megamage 2008-12-01 16:44:04 -06:00
  • b5af2546b5 *Remove AURA_INTERRUPT_FLAG_ATTACK auras only when melee attack but not combat start. megamage 2008-12-01 16:33:50 -06:00
  • 27adb19eb8 *Try to fix a bug that crash happens in GetInstance(). megamage 2008-12-01 13:29:08 -06:00
  • b192fb879c *Fix the bug that channeled spells interrupt self. megamage 2008-12-01 13:03:28 -06:00
  • 42b9fabcfb *Fix a typo. megamage 2008-12-01 12:59:39 -06:00
  • 22af4b1c96 *Implemented range flag from SpellRange.dbc QAston 2008-11-30 22:38:37 +01:00
  • d963119433 *Use buyout to buy an auction when the last bid is close to the buyout price. By Paradox. megamage 2008-12-01 10:49:54 -06:00
  • 65db262e95 *Do not allow chain aggro (since it is not official-like). megamage 2008-12-01 10:45:45 -06:00
  • 52e3010b49 *Fix a bug that rogue dodges self's spells and retains combo points. megamage 2008-12-01 10:37:51 -06:00
  • 77228c0abb *Change arena_team_member field names. megamage 2008-11-30 22:19:25 -06:00
  • 1b163e51ea Updated Shadowfang Keep Instancescript - original patch from SD2 737 Blaymoira 2008-11-24 17:30:13 +01:00
  • 6ab74d1ba4 *Fix the bug that server crashes when loading. *Fix the bug that rogue does not remove stealth aura when do melee attack. megamage 2008-11-30 17:48:10 -06:00
  • daae039062 fixed loading error on DB table db_script_stringintroduced in previous merge with mangos. KingPin 2008-11-30 17:14:32 -05:00
  • bb1ee8a004 *Update to Mangos 6867. Source: Mangos. *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. megamage 2008-11-30 12:47:26 -06:00
  • 375d3ba4eb *Fix crash bug in 353. Please do not use 353! megamage 2008-11-29 23:07:23 -06:00
  • 7af8633331 *Fix the bug that improved drain soul talent make caster cannot get soul shard. megamage 2008-11-29 14:04:20 -06:00
  • 3d8d45c57a *Do unit relocation notification only once per update. Hope this can solve the stealth crash problem once for all. megamage 2008-11-29 13:08:23 -06:00
  • f2814351af *Fix a bug that Hexlord crash the server. megamage 2008-11-28 23:14:30 -06:00
  • 903b30b38e *Fix the bug of doomwalker. megamage 2008-11-28 22:29:27 -06:00
  • c1b6565e53 *Fix the bug that mapref.end() does not point to the end. Thank BroodWyrm 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.) megamage 2008-11-28 17:53:56 -06:00
  • dd77520fd8 *Do not let food/drink auras stack. megamage 2008-11-28 16:16:52 -06:00
  • 615e0f7773 *Do not let mark of the wild stack (different ranks, different effects). megamage 2008-11-28 15:47:18 -06:00
  • 6107faa894 *Some update of aura stacking check. megamage 2008-11-28 15:12:23 -06:00
  • ed60b4da96 *Update aura check to make drink/food not stackable. Also fixes Mark of the Wild stacking. QAston 2008-11-28 20:19:37 +01:00
  • 93ba82e8ca *Merge with 342. megamage 2008-11-28 13:10:16 -06:00
  • fb2c984b03 *Update _saveaura for pet and player. Need more work on this. megamage 2008-11-28 13:04:58 -06:00
  • beddd27430 *Aura Consolidation + MaxModifier. By Authorius, modified by Deafboy and thenecromancer, adapted by Muhaha. megamage 2008-11-28 12:58:12 -06:00
  • b37d7ae042 *Fix Maim. megamage 2008-11-28 11:53:10 -06:00
  • e26beb36c2 *Update to Mangos 6856. Source: Mangos. megamage 2008-11-28 11:38:28 -06:00
  • 1d6e33add4 *Do not let Cthun crash the server. megamage 2008-11-28 09:58:47 -06:00
  • c72bf6e8c4 *Fix the bug that gouge/scatter shot interrupt self. *Fix the bug that spams setspeed errors. *Clean up scripts to delete all lines which may cause crash by removing stealth aura. megamage 2008-11-27 15:19:06 -06:00
  • 813b750b01 *Set player combat reach from 1.5 to 0.4. megamage 2008-11-27 12:00:46 -06:00
  • 1c5fc7f5d6 *Fix the bug that devastate requires double rage. *Fix the bug that cloak of shadows removes postive buffs. megamage 2008-11-27 11:54:27 -06:00
  • 4b4956f238 *Fix the bug that stealth spells crash the server. (Finally we know what is wrong.) megamage 2008-11-27 11:28:40 -06:00
  • 184c75247b *Try to fix the bug that stealth spells cause crash. megamage 2008-11-26 23:10:02 -06:00
  • 1d4da0c217 *Fix some conflicted strings. megamage 2008-11-26 22:38:25 -06:00
  • 28355d886d *Fix the bug that taunted creatures stop updateAI. *Do not let invisible creatures enterevademode if invisible aura is not permanent. *Update procflag sql. By DiSlord. megamage 2008-11-26 22:17:27 -06:00
  • cee531501b *Script target for spell 30659. megamage 2008-11-26 15:56:24 -06:00
  • 9366ec3308 *Try to fix the bug that creatures cast buff on players. megamage 2008-11-26 15:23:26 -06:00
  • da6c516fdf *Procflag patch by DiSlord. megamage 2008-11-26 15:14:03 -06:00
  • 0521e2d017 *Update to Mangos 6849. Source: Mangos. megamage 2008-11-26 14:23:50 -06:00
  • 925a013483 *Fix a typo. Now -AP spells (roar/shout/screech) should work correctly. megamage 2008-11-26 13:03:47 -06:00
  • 504a5a69db *Fix the bug that gobject in AV bg do not spawn. Thank balrok. megamage 2008-11-26 12:49:08 -06:00
  • 6101b5d4b5 *Fix the bug that pets cast damage spells on self. However, this may not be the correct way to fix it. Thank TheGriffon for pointing out the mistake. megamage 2008-11-26 12:45:13 -06:00
  • b591c21659 *Hope this can fix instance respawn bug. megamage 2008-11-26 12:28:36 -06:00
  • 77b753b452 *Fix the bug that neutral creatures do not fight back. megamage 2008-11-26 11:41:03 -06:00
  • 9e3c9124f2 *Fix the bug that low level gm cannot see high level gm even when they are visible. megamage 2008-11-25 21:32:20 -06:00
  • 9bbf3e9493 *Fix build. *Fix the bug that janalai summons too many adds. megamage 2008-11-25 21:25:52 -06:00
  • 31fe63f644 *Fix typo. megamage 2008-11-25 20:36:36 -06:00
  • 9772661e8d *Temp fix for linux build. megamage 2008-11-25 19:38:09 -06:00
  • b10b161bb9 *Update weapon damage spell calculations. *Fix devastate. megamage 2008-11-25 19:14:55 -06:00
  • 99cf79bdf7 *Do not let Steady shot pause autoshot timer. megamage 2008-11-25 17:58:06 -06:00
  • f6ea784eda *Update to Mangos 6848. Source: Mangos. megamage 2008-11-25 16:36:50 -06:00
  • 52f2e35d65 *Fix a bug that GetScriptId returns incorrect id when the scriptname does not exist in db. Thank peldor for pointing out the mistake. megamage 2008-11-24 19:41:39 -06:00
  • f7e5b2ba69 *Implement simple charmed AI for players charmed by creatures. megamage 2008-11-24 17:15:41 -06:00
  • 7312c5034e *Seperate owner speed and pet speed. megamage 2008-11-24 15:59:02 -06:00
  • 46dec5a819 *Fix arcane charge. *SetInCombatWith in dozoneincombat. megamage 2008-11-24 15:15:09 -06:00
  • 7076f12b67 merged from raczman fix for compile without scripts. KingPin 2008-11-24 11:31:16 -06:00
  • 1d172c2a1c *Fix a bug that logging out while casting far sight causes crash. megamage 2008-11-23 15:06:01 -06:00
  • 32b78f767c *Fix a bug in 307. Only the trigger effect should be applied but not the whole spell. *Restore build in Linux. *Change "Added aura" log to level: detail. megamage 2008-11-23 14:42:32 -06:00
  • 8d687761bc *Creatures with the same faction should always be friendly to each other. This fix the bug that creatures with the same faction fight earch other. *Allow "chain effect" when creatures call assistance. megamage 2008-11-23 13:58:06 -06:00
  • fb64da2182 *SPELL_MISS_NONE when effect is dummy. This fix the bug that some dummy spells are checked for miss condition twice (still do not correct, should show combat log for triggered spell). *SPELL_MISS_EVADE when original caster does not exist. megamage 2008-11-23 12:30:34 -06:00
  • 970f2cf8d3 *Do not let totems immune to DOT. megamage 2008-11-23 11:46:36 -06:00
  • 8972e7ef06 *Fix a bug that Map::Update crash the server. megamage 2008-11-23 11:01:26 -06:00