Vincent_Michael
b873156c3c
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
...
Conflicts:
src/server/game/Movement/Spline/MoveSplineInit.h
2013-01-02 14:12:48 +01:00
Vincent_Michael
336752a409
Core: Add missing changes in f7e7f5fe26
2013-01-02 03:25:08 +01:00
Malcrom
f7e7f5fe26
CORE/Scripting: Move Commander Sarannis & Thorngrin the Tender to cpp scripting. Add instance script.
...
Thanks to Vincent Micheal for the help :)
2013-01-01 21:36:21 -03:30
Vincent_Michael
62adbdab99
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
...
Conflicts:
src/server/game/Movement/MovementGenerators/HomeMovementGenerator.cpp
2013-01-01 23:12:21 +01:00
Vincent_Michael
cc65aba789
Update copyright note for 2013.
...
Happy new year.
2013-01-01 00:41:01 +01:00
kaelima
0a88787dfc
Merge git://github.com/TrinityCore/TrinityCore into mmaps
...
Conflicts:
src/server/game/Entities/Vehicle/Vehicle.cpp
src/server/game/Movement/MovementGenerator.h
src/server/game/Movement/MovementGenerators/ConfusedMovementGenerator.cpp
src/server/game/Movement/MovementGenerators/ConfusedMovementGenerator.h
src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp
src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.h
src/server/game/Movement/MovementGenerators/IdleMovementGenerator.cpp
src/server/game/Movement/MovementGenerators/IdleMovementGenerator.h
src/server/game/Movement/MovementGenerators/PointMovementGenerator.cpp
src/server/game/Movement/MovementGenerators/PointMovementGenerator.h
src/server/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp
src/server/game/Movement/MovementGenerators/TargetedMovementGenerator.h
src/server/game/Movement/MovementGenerators/WaypointMovementGenerator.cpp
src/server/game/Movement/MovementGenerators/WaypointMovementGenerator.h
src/server/game/Movement/Spline/MoveSpline.h
2012-12-21 00:00:16 +01:00
Mislav Blažević
9991f4ae2d
Implement Viscidus AQ40
...
Signed-off-by: Nay <dnpd.dd@gmail.com >
2012-12-18 14:09:27 +00:00
Spp
2251d1bfae
Core/Misc: Set mode 0644 for files
2012-11-27 13:03:12 +01:00
Vincent-Michael
7ed100a74e
Core/Scripting: Small cleanup
2012-11-25 01:01:22 +01:00
kaelima
3c13454ad7
Merge git://github.com/TrinityCore/TrinityCore into mmaps
...
Conflicts:
src/server/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp
src/server/game/Movement/MovementGenerators/WaypointMovementGenerator.cpp
src/server/game/Movement/Spline/MoveSplineInit.cpp
2012-11-05 12:02:08 +01:00
Subv
55892048ef
Merge pull request #8127 from Gacko/childrens_week
...
Core/DB: Children's Week
2012-10-25 07:43:02 -07:00
Spp
ca85c3b475
Core/Dungeon Finder: Fix teleport to dungeon and add missing code from 1be638e731
2012-10-23 19:09:50 +02:00
Gacko
9c4cf9b39c
Core/DB: Children's Week
2012-10-21 14:33:20 +02:00
Nay
972b418103
Merge remote-tracking branch 'origin/master' into mmaps
...
Conflicts:
src/server/game/Movement/MovementGenerators/ConfusedMovementGenerator.cpp
src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp
2012-10-07 14:51:21 +01:00
Warpten
c971447855
Scripts/Ruby Sanctum: Halion, the Twilight Destroyer.
2012-10-06 22:47:52 +02:00
Venugh
c9eb42f246
Core/Commands: Implemented mmaps commands.
2012-09-06 00:36:24 +02:00
Elron103
24d1a5a98e
Core/Scripting: Add missing entry in ScriptLoader for boss Ouro
2012-09-02 00:48:23 +02:00
Myran2
908ae08a0a
Scripts/Commands: Create a new group of commands, .cheat, and add new and move old commands to it:
...
Changes:
- .explorecheat is now .cheat explore
- .waterwalk is now .cheat waterwalk
- .taxicheat is now .cheat taxi
New commands:
- .cheat god
- .cheat casttime
- .cheat cooldown
- .cheat power
(Descriptions available in the SQL file / in-game)
Inspiration on ArcEmu commands
Closes #7569
2012-08-31 01:26:21 +01:00
Vincent-Michael
d22c82332b
Core/Misc:
...
* Add missing script loader for bf commandscript (thx Geodar)
* Add missing Wintergrasp worldserver config
2012-08-21 16:56:01 +02:00
Kandera
b700f545c5
Core/Battlefield: fix issues with vehicles. return correct vehicle data when using getdata. small cleanups. codestyle
2012-08-20 13:49:19 -04:00
Alternative
f303782de4
Added disable commands.
2012-08-02 16:33:35 -04:00
Vincent-Michael
6f69a3326d
Convert misc commands in commandscript
2012-07-29 01:23:51 +02:00
Vincent-Michael
a9812a0860
Core/Commands: Convert ticket commands in commandscript
2012-07-15 22:20:22 +02:00
Vincent-Michael
9e84942917
Core/Commands: Convert ban / unban / baninfo / banlist commands in commandscript
2012-07-14 13:37:57 +02:00
Vincent-Michael
91cd7109e4
Core/Commands: Convert lookup commands in commandscript
2012-07-06 21:38:18 +02:00
Vincent-Michael
f8374fac0b
Core/Commands: Convert guild commands in commandscript
2012-07-02 21:57:50 +02:00
Subv
80898c1d0c
Merge pull request #6884 from Vincent-Michael/resetCommand
...
Core/Commands: Convert reset commands in commandscript
2012-07-01 14:02:59 -07:00
Vincent-Michael
df7bbf2034
Core/Commands: Add missing scriptLoader for d3bf4626d0
2012-06-21 23:44:02 +02:00
Vincent-Michael
5de44b3632
Core/Commands: Convert reset commands in commandscript
2012-06-21 23:41:03 +02:00
Nay
874dff2050
Scripts/Commands: No one likes tabs :(
2012-06-21 01:38:55 +01:00
Xees
a312cd4ba1
Scripts/Commands: Convert character and server commands to commandscript
...
Closes #6856
Signed-off-by: Nay <dnpd.dd@gmail.com >
2012-06-21 00:11:11 +01:00
Vincent-Michael
c19f13e6fc
Core/Commands: Convert cast commands in commandscript
2012-06-19 20:42:11 +02:00
Vincent-Michael
0e8889415d
Core/Chat: Convert instance commands in commandscript
2012-06-14 17:33:46 +02:00
Shocker
83e1e17649
Merge pull request #6008 from cookta2012/troy09
...
Core/Commands: Some porting and organizing
Moving a commands around eliminating a unnecessary file, and porting the "demorph" command
* moved the "wpgps" command into the cs_debug.cpp because it seems more fitting
* organized the "modify speed" commands into a table of their own
* moved the "gps" command into the cs_misc.cpp
2012-04-23 17:21:42 -07:00
Shauren
3c2dd7c5ed
Scripts/Ulduar: Algalon the Observer
2012-04-19 23:19:27 +02:00
cookta2012
7e793575be
Moving a commands around eliminating a unnecessary file, and porting the "demorph" command
...
* moved the "wpgps" command into the cs_debug.cpp because it seems more fitting
* organized the "modify speed" commands into a table of their own
* moved the "gps" command into the cs_misc.cpp
2012-04-05 17:43:06 -05:00
Nay
2b2d054f64
R.I.P SimpleAI
...
- Convert SimpleAI to (DB) SmartAI
- Spell ids corrected (and completed some of the scripts)
- Random cleanup (code style) in some scripts
2012-03-11 16:59:17 +00:00
Nay
a7e5c3c7c4
Misc: Delete searing_gorge.cpp and fix a typo in worldserver config
2012-02-22 19:56:23 +00:00
Nay
32b2fccf33
Scripts/Misc: Script Romantic Picnic Basket
...
- Fix achievement "Lonely?"
- Added spell_holiday.cpp for spells related with holidays scripts
- Closes #5116
❤️
2012-02-08 03:07:21 +00:00
kaelima
233d891952
Scripts/Achievements:
...
- Move achievement Shocking! to appropriate boss script instead of instance script.
- Split the polarity spellscript into two and move to proper boss file
- Fixed a typo in Loatheb's spore achievement.
2012-01-11 17:21:03 +01:00
kiper
8299627ed9
Update headers for 2012. HAPPY NEW YEAR!!!
2012-01-01 00:32:13 +01:00
Shauren
2ff1c28c4c
Scripts/Icecrown Citadel
...
* The Lich King
2011-10-05 20:48:34 +02:00
Rochet2
a0a22ecbc8
Scripts/Commands: Added .dev command to show <Dev> tag in nickname
2011-09-21 11:35:29 -03:00
Shocker
bdba5cd900
Core/Commands: Move .gps to command scripts and add .wpgps command, used for generating partial SQL queries for pathing
2011-06-29 16:36:54 +03:00
kaelima
bdc75eb856
Ruby Sanctum:
...
- Scripted General Zarithrian
- Flame walls will now open after killing saviana and baltharus
- Fixed savianas timers
- Fixed some typos (baltarhus -> baltharus)
2011-06-04 14:41:45 +02:00
kaelima
c143319b05
Ruby Sanctum:
...
- Scripted Saviana Ragefire
- Moved Baltharus the Warborn's clone from smartai to cpp (this because they share healthpool with Baltharus the Warborn, witch cant be done with SAI)
2011-05-30 14:36:19 +02:00
click
7e49fa92f0
Scripts/World: Update WorldBoss scripts for the Emerald Dragons (Ysondre, Emeriss, Taerar and Lethon) + create base "Emerald Dragon" AI
...
(They are still WIP, so do not consider them "workable" unless you are willing to report issues).
2011-05-30 04:12:07 +02:00
kaelima
df619d8da1
Ruby Sanctum:
...
* Added Ruby Sanctum instance script
* Scripted Baltharus the Warborn
2011-05-28 16:10:57 +02:00
Lopin
18c016a890
Scripts/Ulduar:
...
* Added script for Freya encounter
* Cleaned up instance script
* Cleaned up teleporter script
* Fixed typo in Hodir script
Signed-off-by: Lopin <Lopin@TwinStar.cz >
2011-05-21 14:36:29 +02:00
Shauren
0ab5cdef2e
Scripts/Icecrown Citadel:
...
* Added Valithria Dreamwalker script
* Fixed Mutated Abomination on heroic mode at Professor Putricide
* Fixed saving heroic attempts to db
2011-05-20 22:20:11 +02:00