Commit Graph

381 Commits

Author SHA1 Message Date
megamage 31637d4aac *Merge.
--HG--
branch : trunk
2009-02-18 11:36:19 -06:00
Drahy 017f309b5b * Again big clean up of sql files
* Fixed 1414_world_scripts.sql to proper format
* Deleted not needed 1414_world.sql after 1325_world.sql was deleted

--HG--
branch : trunk
2009-02-18 17:35:14 +01:00
panaut0lordv e42834d2f2 Cmake sql/updates/ cosmetics.
--HG--
branch : trunk
2009-02-18 10:46:02 +01:00
KingPin 14234c86fa Newline added to bottom of all files.
--HG--
branch : trunk
2009-02-17 20:07:49 -06:00
megamage a24928be67 [7292] Implement storage for points of interest data in DB.
It can be in current state used for simplify scripting code that set POI and more advansed way later..
    Call void PlayerMenu::SendPointOfInterest( float X, float Y, uint32 Icon, uint32 Flags, uint32 Data, char const * locName )
    will removed after some time delay, and only void PlayerMenu::SendPointOfInterest( uint32 poi_id ) will exist.

Author: GriffonHeart

--HG--
branch : trunk
2009-02-17 17:40:03 -06:00
megamage d73b38f0fa [7290] Command .npc setdeathstate on/off. Author: GriffonHeart
--HG--
branch : trunk
2009-02-17 14:51:25 -06:00
Blaymoira 667cdbccc3 *Support for quest 1950 - by mrbungle
--HG--
branch : trunk
2009-02-17 20:04:19 +01:00
Blaymoira 380b9ec7a6 *Support for quest 772 - by mrbungle
--HG--
branch : trunk
2009-02-17 20:03:08 +01:00
QAston a90d7fb45c *Merge once again.
--HG--
branch : trunk
2009-02-17 18:20:00 +01:00
QAston eabb9b727b *Merge.
--HG--
branch : trunk
2009-02-17 18:16:51 +01:00
Muhaha ebc3ccfe3f * Merged ScriptDev2 860
--HG--
branch : trunk
2009-02-17 18:08:26 +01:00
QAston 5916c5a9fb Remove additional quest reward field due to client limitations.
--HG--
branch : trunk
2009-02-17 17:53:52 +01:00
QAston 3c9d801eb2 Backed out changeset e85c3b6d551b
--HG--
branch : trunk
2009-02-17 16:41:45 +01:00
megamage 00ba699d6f *Merge.
--HG--
branch : trunk
2009-02-16 19:04:31 -06:00
Blaymoira 5ded6c8df4 *Added some spell script targets
--HG--
branch : trunk
2009-02-16 18:05:53 +01:00
megamage 91e640d14e *Add a missing sql.
--HG--
branch : trunk
2009-02-15 12:44:13 -06:00
megamage 8ad58b4bcc [7267] Drop auctionhouse.location. Author: VladimirMangos
Add a missing file.

--HG--
branch : trunk
2009-02-13 19:53:59 -06:00
Drahy 496c6984ab * Some CMakeFiles fix - thx for pointing to Aokromes
--HG--
branch : trunk
2009-02-13 12:42:13 +01:00
Drahy d9f6679485 * Moved sql files from 2.4.3 to proper directory after merge
--HG--
branch : trunk
2009-02-13 00:58:08 +01:00
Drahy 2251f358bc * Redone all trinity_string table and core part - finally every string has only one number
* Some final clean up in sqls

--HG--
branch : trunk
2009-02-13 00:42:22 +01:00
megamage 4d687687d6 *Merge.
--HG--
branch : trunk
2009-02-12 17:24:09 -06:00
megamage e0cb2a8db6 *Merge.
--HG--
branch : trunk
2009-02-12 17:21:33 -06:00
megamage 6aee5fcbe7 *Merge.
--HG--
branch : trunk
2009-02-12 17:09:15 -06:00
KingPin 4730e6e5ce Fix characters.sql thanx paradox
--HG--
branch : trunk
2009-02-12 09:50:30 -05:00
QAston c4fa6a5d54 *Allow creatures to have up to 8 spells in creature_template.
--HG--
branch : trunk
2009-02-11 22:59:02 +01:00
Blaymoira 2bb81747e0 *Fix a typo in jan'alai script
--HG--
branch : trunk
2009-02-11 20:43:50 +01:00
QAston dff4f92edd *Add one more RewChoiceItemId field in quest template (SQL and feature request by Brian).
--HG--
branch : trunk
2009-02-11 20:38:02 +01:00
Muhaha 58bb445c79 * Typi in Utgarde Keep
--HG--
branch : trunk
2009-02-11 01:07:56 +01:00
Muhaha 9f77448343 * Utgarde Keep, Prince Keleseth script
--HG--
branch : trunk
2009-02-11 00:57:39 +01:00
Drahy 144665415d * Fixed typo in latest mangos update file
--HG--
branch : trunk
2009-02-11 00:43:32 +01:00
Drahy e5057ce3b9 * Forgot to add *.sql to some filenames, pardon me
* Added one lost sql file from 2.4.3 folder

--HG--
branch : trunk
2009-02-10 23:41:14 +01:00
Drahy 846855698f * Renamed and fixed latest mangos update sqls
* Fixed script name according to script code stormwind_harbor
* Updated CMakeLists and world_scripts_full

--HG--
branch : trunk
2009-02-10 23:01:26 +01:00
Muhaha 6147bfaf04 * Stormwind Harbor Taxi. Author: FrozenDB
--HG--
branch : trunk
2009-02-10 19:35:52 +01:00
megamage 029554d4e3 [7255] Allows saving characters in Battle Grounds.
* Now player can join to BG after logout during 5 minutes, if BG in progress.
    * All players after server crash or restart should appear at the battlemaster

Author: GriffonHeart

--HG--
branch : trunk
2009-02-10 01:16:16 -06:00
megamage fe85f52142 [7252] Move all world global broadcast string (all arena/bg related) to mangos_string.
PLEASE, NOT USE string world broadcasts in real code. This function _only_ for debug purposes.

    Really allow with .debug bg start bg with 1 player.
    Added helps for some existed .debug commands.

Author: VladimirMangos

--HG--
branch : trunk
2009-02-10 00:59:10 -06:00
megamage 7f39dbd848 *add .debug bg to allow starting a battleground with just one player it's implemented like .debug arena - so you toggle debug bg on or off By balrok
--HG--
branch : trunk
2009-02-10 00:39:03 -06:00
megamage 99c8226216 [7249] Remove outdated data from spell_proc_event. Author: jorooo
--HG--
branch : trunk
2009-02-09 20:10:42 -06:00
megamage 91356d97d5 [7246] Add data from 7242_01_mangos_spell_bonus_data.sql to mangos.sql as expected.
Also fix outdated comment
Author: VladimirMangos

--HG--
branch : trunk
2009-02-09 20:00:06 -06:00
megamage a037917b99 [7242] Fixed spell 30482 and ranks spell bonus for triggered spell.
Signed-off-by: ApoC <apoc@nymfe.net>

--HG--
branch : trunk
2009-02-09 19:55:58 -06:00
KingPin f385747164 Add newline at end of file.
--HG--
branch : trunk
2009-02-09 14:28:01 -05:00
megamage 94dd949c23 *Merge.
--HG--
branch : trunk
2009-02-08 21:58:49 -06:00
Drahy 09adb05741 * Fixed 3 sql files from 2.4.3_update directory
* Added CMakeLists for this directory - Thx Zor
* Small clean up

--HG--
branch : trunk
2009-02-08 16:21:33 +01:00
Blaymoira b37fd436a1 *Add script for Black Stalker - by Iskander
--HG--
branch : trunk
2009-02-08 11:43:53 +01:00
Blaymoira f305c92272 *Moved spell fix from Murmur's script to core
--HG--
branch : trunk
2009-02-08 10:42:58 +01:00
Blaymoira 02d6b7c683 *Small fixes in Murmur script - by Iskander
--HG--
branch : trunk
2009-02-08 00:39:11 +01:00
megamage 9332f1e58d *Update linked spell. Add new type: linked aura.
--HG--
branch : trunk
2009-02-05 22:49:07 -06:00
megamage 4d008f2043 Replace tabs with spaces, and fix crlf issues
--HG--
branch : trunk
2009-02-04 10:33:18 -06:00
Blaymoira 8095eede5a *Support for quest 10458, 10481, 10480 - by mrbungle
--HG--
branch : trunk
2009-01-25 17:38:27 +01:00
Blaymoira 2ecd61f028 *Fix a typo
--HG--
branch : trunk
2009-01-25 16:36:24 +01:00
Blaymoira f57ed8519c *Cleanup in Blade's Edge Mountain
--HG--
branch : trunk
2009-01-25 11:59:50 +01:00