Commit Graph

39720 Commits

Author SHA1 Message Date
Brian 8a560ca408 * Fixed SQL in commit 6666
--HG--
branch : trunk
2009-12-20 20:41:20 -07:00
XTZGZoReX 67a4afc54c * Fix memory leak. Thanks to Anubisss for pointing out.
--HG--
branch : trunk
2009-12-20 23:55:22 +01:00
Brian 5a0d0157ce * merge
--HG--
branch : trunk
2009-12-20 20:23:39 -07:00
Brian 5300226fee * Added support for using a lookup table for creature mana / health
* As long as creature level, class, and the proper expansion they are from are
* set in creature_template, you will have 100% accurate health and mana.
* Research and base stats table done by Malcrom -- THANK YOU!
* Original patch by Kudlaty -- THANK YOU!
* Updated and enhanced by Machiavelli - THANK YOU!
* Optimizations by w12x, MrSmite, and XTZGZoReX -- THANK YOU!
* Final code updating for current rev by XTZGZoReX -- THANK YOU!

--HG--
branch : trunk
2009-12-20 20:23:18 -07:00
Brian c4ac6323b0 * Added support for RepObjectiveFaction2 / RepObjectiveValue2 (opposite
* faction) IE: need to LOSE reputation with that faction.
* Original patch by Brian / Ported to latest rev. by Kudlaty -- THANKS!

--HG--
branch : trunk
2009-12-20 16:51:41 -07:00
Anubisss 9b2b1615de Fix a crash in mob_palehoof_orbAI.
--HG--
branch : trunk
2009-12-20 23:41:46 +01:00
teacher 8a5df265c2 Properly updated world.sql to current rev.
world_spell_full.sql and world_trinity_string_full.sql files removed.
From now on Devs will update world.sql only, whther it is matter of structure changes or data content for the tables which must be handled by core devs.
All the other tables will be handled by DB projects.

--HG--
branch : trunk
2009-12-20 18:47:10 +01:00
teacher 4ca342ff24 Renamed and re-arranged sql files with proper Trinity standard.
Devs please follow Trinity standard. Ask me if you still have doubts.

--HG--
branch : trunk
2009-12-20 18:10:54 +01:00
n0n4m3 9f40c92fb4 Restore patch: No Fly Zone using Spell
--HG--
branch : trunk
2009-12-20 18:02:57 +01:00
n0n4m3 cc19e73174 Merge
--HG--
branch : trunk
2009-12-20 17:39:36 +01:00
n0n4m3 851a514f90 fix visual bug that flying creatures displayed as walking at place
--HG--
branch : trunk
2009-12-20 17:38:09 +01:00
n0n4m3 323e613be3 Fixed DK disease scaling damage
--HG--
branch : trunk
2009-12-20 17:32:16 +01:00
maanuel a85544cb9c Icecrown: Support for quest "Ebon Blade Prisoners" Q12982.
--HG--
branch : trunk
2009-12-20 13:22:25 -03:00
n0n4m3 5f4c1e97b7 Fixed Claw's additional combo point at Primal Fury proc
--HG--
branch : trunk
2009-12-20 17:15:11 +01:00
n0n4m3 81db9de678 Fixed Eclipse
--HG--
branch : trunk
2009-12-20 17:10:45 +01:00
n0n4m3 b5202f91b2 Fixed Improved Mind Blast heal reduction
--HG--
branch : trunk
2009-12-20 17:07:20 +01:00
n0n4m3 f4a415badf Fixed spell Ardent Defender
--HG--
branch : trunk
2009-12-20 17:00:39 +01:00
n0n4m3 c4a270ed35 Fixed periodic damage from Seal of Vengeance, Seal of Corruption
--HG--
branch : trunk
2009-12-20 15:35:13 +01:00
n0n4m3 d0a68e16bb Fixed Hammer of Wrath
--HG--
branch : trunk
2009-12-20 15:28:24 +01:00
Rat 6fe36efe0f *apply trinity style to whole source
*comment out all mangos to trinity defines
*this will make merging a little harder, but code will be more clear

--HG--
branch : trunk
2009-12-20 15:20:04 +01:00
n0n4m3 d4aaa3d3b2 Fixed Divine Aegis
--HG--
branch : trunk
2009-12-20 15:20:03 +01:00
n0n4m3 c412c437a3 Fixed spell Righteous Defense
--HG--
branch : trunk
2009-12-20 15:11:57 +01:00
n0n4m3 89a2d7e46c Fixed Wild Growth
--HG--
branch : trunk
2009-12-20 15:07:51 +01:00
win32 baa264e615 fix lunux build
--HG--
branch : trunk
2009-12-20 15:52:56 +02:00
Brian ea785c9788 * Added support for GO type 6 (TRAP) to have a negative value in data6
* This will allow proper data to be used

--HG--
branch : trunk
2009-12-20 09:27:44 -07:00
win32 7c9f6b4bc3 Merge MaNGOS, Gossip System. Autor NoFantasy.
* DB support required
* Closes #859

--HG--
branch : trunk
2009-12-20 13:35:08 +02:00
Brian 31c6b10a19 * Add support for the use of Gameobject type 10 (GOOBER) use when not on quest
* if data1=-1

--HG--
branch : trunk
2009-12-20 09:03:45 -07:00
win32 857fa2e4f6 fix warrning
--HG--
branch : trunk
2009-12-20 12:06:14 +02:00
maanuel 8b574fadf7 Gundrak: Use of GetUnit instead of grid searcher in LivingMojoAI and DrakkariElementalAI
--HG--
branch : trunk
2009-12-20 04:01:33 -03:00
maanuel 7a2fc5e43d Gundrak: Improvements in Moorabi script. Better use of timers.
--HG--
branch : trunk
2009-12-20 03:12:08 -03:00
n0n4m3 18d5940f5c merge
--HG--
branch : trunk
2009-12-20 06:00:39 +01:00
Paradox a21f0da24f fix CRLF in last 3-4 commits, take note, new devs using windows need to configure the win32text extension properly before pushing anything else.
--HG--
branch : trunk
2009-12-19 23:42:19 -05:00
p0wer 9218ebce9d Fix Tenacity to increase heal %. Patch by corfen. Closes #825.
--HG--
branch : trunk
2009-12-19 22:17:19 -06:00
p0wer 9e2b42661a Fix Recursion Crash. Patch by Zor. Closes #863.
--HG--
branch : trunk
2009-12-19 21:09:54 -06:00
bkhorizon fc2033176b Fix Glyph of Blocking (43425). Patch by chops. Closes #195.
--HG--
branch : trunk
2009-12-19 20:07:03 -06:00
bkhorizon e30d516f5a Fix typo in boss_palehoof_orbAI. Closes #856.
--HG--
branch : trunk
2009-12-19 20:04:00 -06:00
bkhorizon 722abf4a81 Fix Envenom Damage Formula. Closes #655.
--HG--
branch : trunk
2009-12-19 20:00:01 -06:00
n0n4m3 5c9bd7ecd9 Show item expire time in realtime case. by Wowka321
--HG--
branch : trunk
2009-12-19 20:06:21 +01:00
n0n4m3 298fbf83aa Avoid spam for not completed packet read for CMSG_MOVE_SPLINE_DONE. by VladimirMangos
--HG--
branch : trunk
2009-12-19 20:03:36 +01:00
n0n4m3 1c0f2d233f Fix problem with max pet distance from owner. by VladimirMangos
--HG--
branch : trunk
2009-12-19 20:02:38 +01:00
n0n4m3 acc95b66c9 Add peeking support to LockedQueue. by XTZGZoReX
--HG--
branch : trunk
2009-12-19 19:52:23 +01:00
n0n4m3 2a0afbf2fc log ACE-version at startup. by balrok
--HG--
branch : trunk
2009-12-19 19:49:24 +01:00
n0n4m3 5a3b3d83ee Fixed some typos and revert one commit
--HG--
branch : trunk
2009-12-19 19:46:07 +01:00
n0n4m3 50bf68e099 send SMSG_PARTYKILLLOG when player kills an unit. by balrok
--HG--
branch : trunk
2009-12-19 19:13:18 +01:00
n0n4m3 f97f6e5201 Add a missing stand_state definition. by NoFantasy
--HG--
branch : trunk
2009-12-19 19:11:31 +01:00
n0n4m3 12dd4b709c Set creatures PvP state flag based on creature faction and renamerelated enum. by NoFantasy
--HG--
branch : trunk
2009-12-19 19:10:14 +01:00
n0n4m3 73081c18c0 Use more appropriate error for cast fail on taxi flight. by VladimirMangos
--HG--
branch : trunk
2009-12-19 18:55:29 +01:00
n0n4m3 c99065e58c Prevent packet problem spam in log at rejected CMSG_WORLD_TELEPORT. by VladimirMangos
--HG--
branch : trunk
2009-12-19 18:54:46 +01:00
n0n4m3 1f9530af21 Implement SCRIPT_COMMAND_KILL_CREDIT (8). by NoFantasy
--HG--
branch : trunk
2009-12-19 18:53:27 +01:00
n0n4m3 1d79bc51ea Implement player's pet resilience, also fix DoT case. by VladimirMangos and thx tali
--HG--
branch : trunk
2009-12-19 18:46:51 +01:00