Commit Graph

7473 Commits

Author SHA1 Message Date
Brian
74ccd57597 * Move some values out of the data blob in the characters table
* (honor, kills, title, currencies, watched faction, drunken-status, health and power)
* Original Author Hunuza - thank you
* Ported to Trinity by RammboNr5 - thank you
* Tested by Aokromes - thank you
* Closes Issue #911

--HG--
branch : trunk
2010-03-02 10:12:47 -07:00
Brian
d3e09cb65f * merge
--HG--
branch : trunk
2010-03-02 10:00:40 -07:00
silver1ce
dff5bdedac skip ai reaction at self relocation
i had to add it earlier

--HG--
branch : trunk
2010-03-03 02:02:38 +02:00
p0wer
0f4855d8f3 Fix possible crash in .gobject info.
--HG--
branch : trunk
2010-03-02 17:44:59 -06:00
p0wer
fbe0f4ea2b Improve .gobject info to not use SQL query anymore. Thanks to silverice for suggesting.
--HG--
branch : trunk
2010-03-02 17:40:26 -06:00
Brian
29666451f3 * Add support for sending quest completion text
* Original patch by NoFantasy - thank you
* Ported to Trinity by seirgy - thank you
* Closes issue #873

--HG--
branch : trunk
2010-03-02 09:59:59 -07:00
teacher
70e77a796d Fixed import errors on recent sql update files...
Added forgotten updates to world.sql...
Added missing lines at the end of some sql files...
Better format by adding DELETE FROM before any INSERT INTO update...

--HG--
branch : trunk
2010-03-02 15:42:46 +01:00
p0wer
81f6779102 Add command similar to pinfo but for gameobjects.
Displays Entry, Type, DisplayId, and Name.
Created in response to issue #768.

--HG--
branch : trunk
2010-03-01 19:28:21 -06:00
_manuel_
22d7ceaabb Implemented script for npcs 32369,32371,32372. By Malcrom.
For a full fix apply http://trinitydatabase.org/index.php?/topic/14699-fix-transitus-shield-invisible-bunny-positions-violet-stand/

--HG--
branch : trunk
2010-03-01 21:39:07 -03:00
p0wer
57f1b2524a Execute should only apply damage based on rage up to 30. Thanks 19Maxx83. Fixes issue #953.
--HG--
branch : trunk
2010-03-01 17:57:14 -06:00
_manuel_
5448abd9f9 Implemented error message for go_tele_to_dalaran_crystal. By Malcrom.
--HG--
branch : trunk
2010-03-01 20:35:13 -03:00
_manuel_
3bfcc197cf Fixed: Gothik Waves in 25m version should not be the same that 10m, used DBM and tested. By Gyullo.
--HG--
branch : trunk
2010-03-01 20:11:32 -03:00
_manuel_
a40dad1f11 Fixed Eye for an Eye by Gyullo.
--HG--
branch : trunk
2010-03-01 19:51:48 -03:00
_manuel_
661a8be9a5 Implemented SCRIPT_COMMAND_ORIENTATION.
--HG--
branch : trunk
2010-03-01 19:40:05 -03:00
Rat
006390ffa0 *fix weapon enchants procing in feral forms, closes issue #23
--HG--
branch : trunk
2010-03-01 21:06:24 +01:00
Trazom62
80b531a413 Fix infinite loop.
Fixes issue #945.

--HG--
branch : trunk
2010-03-01 20:30:52 +01:00
XTZGZoReX
2383c5b79e * Fix SMSG_TRANSFER_ABORTED. Don't modify packet structures unless you actually verify them...
--HG--
branch : trunk
2010-02-28 19:08:40 +01:00
XTZGZoReX
ac48523b14 * Fix *nix build. By reno.
--HG--
branch : trunk
2010-02-27 22:16:36 +01:00
p0wer
1ceda14d54 Change the conditional statement for Merciless Combat so it correctly applies extra damage when required. Fixes #860.
--HG--
branch : trunk
2010-02-28 14:46:15 -06:00
Trazom62
4c16bff8e6 Fix mana set to 0 when mob dies. Thanks Malcrom.
--HG--
branch : trunk
2010-02-28 21:34:31 +01:00
Trazom62
3ffeb5f5dd Fix initialization of UnitMovementFlag from InhabitType.
--HG--
branch : trunk
2010-02-28 20:30:20 +01:00
Trazom62
fe3fa59839 Fix Increases damage taken by %. Thanks moriquendu.
Fixes issue #929.

--HG--
branch : trunk
2010-02-28 20:27:08 +01:00
Trazom62
eeae1f4571 Fix crash in Prince Taldaram script.
Fixes issue #884.

--HG--
branch : trunk
2010-02-28 12:02:13 +01:00
Trazom62
6e52fc3f7f fix compile on linux.
--HG--
branch : trunk
2010-02-27 18:11:43 +01:00
silver1ce
6ed27c17a2 trying to fix comple on *nixes
--HG--
branch : trunk
2010-02-27 18:28:17 +02:00
Trazom62
6fdb1bfb4f Fix Script Stratholme.
- fix doors opening/closing when encounters are completed or during instance reload.

--HG--
branch : trunk
2010-02-27 16:54:32 +01:00
Trazom62
6146c33732 Fix Script Naxxramas/Kel Thusad. Thanks Ille.
Fixes issue 650.
Fixes issue 659.
Fixes issue 809. Thanks PrinceCreed.

script changes
- added spawnpoints and spawn creatures in corners
	* they react defensive, otherwise they assist the minions
kelthuzad spawns
- added functionality to area trigger
	* fight begins when player enters green circle
- added functionality to kelthuzad trigger
	* trigger is activated when player enters green circle
	* trigger disappears after 5s
- added functionality to window portals
	* at 45% portals open to let guardians in
- chained can be 3 at once
- added spells to chained
	* for every class two spells
- changed timers on enter combat
- set combat reach to 2 for guardians
- Fix emote when enter combat and when enter phase 2.

NOTE: some db updates may still be necessary to have better locations of portals and EventAI updates.
For more info, see sql in attachment of #659 and http://trinitydatabase.org/index.php?/topic/14304-boss-naxxramas-kelthuzad on tdb forum.

--HG--
branch : trunk
2010-02-27 16:41:44 +01:00
Trazom62
d9056adc8a refactor UnitAI::SelectTarget to allow having a predicate function (1st step).
--HG--
branch : trunk
2010-02-27 16:29:58 +01:00
silver1ce
e010310c6d removed redundant linking
--HG--
branch : trunk
2010-02-27 15:51:26 +02:00
silver1ce
fcaa318fb3 Update visibility system
*visibility updates and ai relocations processed simultaneously for each grid
  *these operations now are not synchronized for different grids
  *some changes into structure of visibility notifiers

--HG--
branch : trunk
2010-02-27 15:25:14 +02:00
XTZGZoReX
1815d19b85 * Update SpellCastResult enum for 3.3.2.
--HG--
branch : trunk
2010-02-26 13:07:07 +01:00
_manuel_
d348fa1756 Added sql files for previous commits.
--HG--
branch : trunk
2010-02-26 03:27:12 -03:00
_manuel_
da7e5cba12 Implemented script for npc Argent Valiant. Last script to support quest The Aspirant's Challenge. For a full fix see TDB Forum - Core related DB content.
--HG--
branch : trunk
2010-02-26 03:14:30 -03:00
_manuel_
ea0df87c97 Implemented script for npc Squire David. Related with quest The Valiant´s Challenge.
--HG--
branch : trunk
2010-02-26 01:59:29 -03:00
_manuel_
9bfd688931 Removed unblizzlike script for quest The Valiant's Challenge 13699.
--HG--
branch : trunk
2010-02-26 01:43:43 -03:00
_manuel_
e878e0a6b6 Support for quest Troll Patrol Intestinal Fortitude, by Malcrom. Thanks to raczman and biglad.
For a full fix see TDB Forum - Core related DB content.

--HG--
branch : trunk
2010-02-25 20:21:45 -03:00
_manuel_
2b1132c32a Implemented support for npc 34885. Code from ScriptDev2.
--HG--
branch : trunk
2010-02-25 17:24:43 -03:00
Trazom62
1ce8d641f4 Fix Crash in Unit::GetVehicleCreatureBase. Thanks proof1337.
Fixes issue #821.

--HG--
branch : trunk
2010-02-25 19:15:35 +01:00
Brian
cb5ffcafdb * Merge
--HG--
branch : trunk
2010-02-24 23:50:54 -07:00
Tartalo
c76cb0ce7c Add new flagged column to access_requirement to set instances opened/closed.
This way is possible to open a raid on 10man mode while the rest of modes are closed (for example).
Ingame commands to open/close instances coming soon ;)

--HG--
branch : trunk
2010-02-25 16:26:03 +01:00
Brian
1ee9839bcb * Temporary fix for client freezes until the entire movement system can
* get an overhaul.
* Thanks to Biglad for pointing it out.

--HG--
branch : trunk
2010-02-24 23:50:21 -07:00
p0wer
8c06fe676f Fix typo in previous commit. Remove more lines now that the PSendSysMessage isn't calling the uneccesary name.
--HG--
branch : trunk
2010-02-24 21:34:24 -06:00
p0wer
ba51f553fc Add command for administrators to change channel publicity ingame rather than having to manually manipulate the database.
--HG--
branch : trunk
2010-02-24 21:30:00 -06:00
p0wer
fc2264bf89 Remove uneccesary addition for PSendSysMessage call in Channel when changing password without correct powers. No %s in the Trinity String.
--HG--
branch : trunk
2010-02-24 21:12:08 -06:00
Trazom62
3bbee4172a Fix crash during BattleGround::EndBattleGround().
Fixes issue #885.

+ init FirstFlagCaptureTeam at bg reset.

--HG--
branch : trunk
2010-02-25 00:26:47 +01:00
QAston
1e7f50b3f6 *Shadow Mark target requirement - by PrinceCreed
*Spiritual attunemennt heal amount fix - by beberlescaraber

--HG--
branch : trunk
2010-02-24 21:38:51 +01:00
Brian
aea3151d7b * As of patch 3.3.2 there is no longer a maxlevel requirement for meeting
* stones.
* Credits Kaelima

--HG--
branch : trunk
2010-02-24 05:03:22 -07:00
Trazom62
dc6652de5c Ask confirmation when changing hearth location. Thanks MrSmite.
Fixes issue #135.

--HG--
branch : trunk
2010-02-24 19:28:50 +01:00
Trazom62
768844ec21 Fix instance reset depending on difficulty. With help of Gyullo.
--HG--
branch : trunk
2010-02-24 18:58:39 +01:00
Trazom62
bdbafc9496 Remove naxxramas areatrigger check to get to frostwyrm wing (no longer needed in 3.3.2).
Fixes issue #874.
Thanks Gyullo for original patch.

Still need db support for the teleport back from frostwyrm wing.

--HG--
branch : trunk
2010-02-24 18:49:59 +01:00