Commit Graph

526 Commits

Author SHA1 Message Date
AzerothCoreBot
4af1dc4906 Import pending SQL update file 2019-01-29 21:38:42 +00:00
Walter Pagani
99fdc32991 refactor: Quest 5742 moved from core to DB (#1354)
Replace c++ with smart_scripts
2019-01-29 22:34:23 +01:00
AzerothCoreBot
9af2a461f6 Import pending SQL update file 2019-01-28 19:27:58 +00:00
Francesco Borzì
38b368e909 feat(gameobject): allow gameobjects to loot money + align table with TC (#1368) 2019-01-28 20:24:43 +01:00
Francesco Borzì
1905c36353 fix(quest): fix some quest chains + align NextQuestID with TC (#1351) 2019-01-28 20:23:59 +01:00
Francesco Borzì
2f1c01a1fd feat(SmartAI): display error on unsupported targets + align TC enums (#1349) 2019-01-28 20:23:35 +01:00
AzerothCoreBot
9f4837cf2d Import pending SQL update file 2019-01-26 19:49:53 +00:00
Poszer
e60c3df132 fix(DB/Quest): Mage Summoner (#1341)
- Added gossip menu option for Shaman Trainer
- Updated faction for creature Minor Water Guardian
- Updated flags for creature Sarilus Foulborne
- Added SAI for Creature Sarilus Foulborne

- Sagorne Creststrider now correctly has the text "Teach me the ways of the spirits" instead of a blank gossip option. All his gossip options open the correct corresponding features.
- Sarilus Foulborne summons water elementals on pull, then proceeds to use frostbolt in combat.
    Note: Sarilus will always run to the player to be in melee range, even though he casts frostbolt every couple seconds. Maybe he should stay at casting range until OOM?
2019-01-26 20:47:46 +01:00
AzerothCoreBot
ebdfdea8e3 Import pending SQL update file 2019-01-25 21:03:02 +00:00
Poszer
8c49cec40a fix(DB/SAI): Lazy Peons quest (#1348)
- Quest: Lazy Peons: Moved from core to SAI
- Lazy Peon will now play work sounds
- Lazy Peon will now display the axe-swing emote
- Lazy Peon will now kneel in front of the pile, and start cutting in front of the tree
- Lazy Peon will now use better positions and orientations for the wood pile and the trees
- Lazy Peon will fall asleep after 80 seconds of working
- Lazy Peon will now activate itself every 120 000 till 150 000 milliseconds
2019-01-25 22:01:24 +01:00
AzerothCoreBot
69a5616025 Import pending SQL update file 2019-01-24 19:09:29 +00:00
Francesco Borzì
206feacab3 feat(SmartAI): improve add quest action (#1333) 2019-01-24 19:07:13 +00:00
Travis CI
4ba0932885 Importing pending sql 2019-01-22 23:07:46 +00:00
Kargatum
f6d00026cd DB: Fix crash in waypoint_scripts (#1342) 2019-01-23 06:05:19 +07:00
Travis CI
6c233c4d8c Importing pending sql 2019-01-22 14:39:50 +00:00
José González
8ad64cd8a3 fix(DB/Command): Add help options for .spy command (#1339)
Add missing help options for the new .spy command
2019-01-22 15:38:16 +01:00
Travis CI
a8621e44e8 Importing pending sql 2019-01-20 23:40:07 +00:00
Walter Pagani
b39042d533 DB/Quest: Quest 11223 moved from core to DB (#1334) 2019-01-21 06:38:26 +07:00
Travis CI
049b9cb220 Importing pending sql 2019-01-20 18:59:30 +00:00
Francesco Borzì
8931ae74ba refactor(SmartAI): move AC-only SMART_ACTIONs to avoid conflicts with TC 2019-01-20 19:57:21 +01:00
Travis CI
3b02050e5b Importing pending sql 2019-01-20 13:10:54 +00:00
Francesco Borzì
386b334337 refactor(SmartAI): align some SMART_ACTION(s) to TC (#1329) 2019-01-20 14:09:14 +01:00
Travis CI
569b25e579 Importing pending sql 2019-01-20 10:41:44 +00:00
Francesco Borzì
7c7c5eb203 Core/DB: refactor(creature_template): closes #1181 (#1322)
* refactor(creature_template): closes #1181

* chore: improve code readability
2019-01-20 13:39:32 +03:00
Travis CI
e8d73a553f Importing pending sql 2019-01-20 00:40:54 +00:00
Francesco Borzì
a1c73d66b0 refactor(DB-world): minor changes (#1323) 2019-01-20 01:38:54 +01:00
Travis CI
941852987d Importing pending sql 2019-01-20 00:04:15 +00:00
Francesco Borzì
07d5314a8b refactoring(SAI): add event_param5 and target_param4 (#1324) 2019-01-20 01:02:01 +01:00
Travis CI
9acca7bc99 Importing pending sql 2019-01-19 10:52:54 +00:00
ColdIronWow
7bf1167b53 Core/Instance: Naxxramas conversation fix (#1304)
* Resolve Issue 1138
* Move sql update to a single line
Co-Authored-By: ColdIronWow <46758545+ColdIronWow@users.noreply.github.com>
2019-01-19 13:49:08 +03:00
Stoabrogga
0e495e9698 DB/SAI: Add event after finishing quest "Alien Egg" (#1303)
* add event after finishing quest "Alien Egg"

* remove elite rank from Young Arikara
2019-01-19 13:48:01 +03:00
Kargatum
d82d6ba20d refactor(sql): Split big update file into smaller ones 2019-01-18 22:38:42 +01:00
Francesco Borzì
b824154722 Fix sql updates chain 2019-01-16 11:32:59 +01:00
José González
a4d8134e38 Core/Commands: Add new spy command (#1263)
Add a new spy command for game masters and administrators to receive all conversations of followed players.

How to use:

- Use command .spy follow <characterName> with a GM 
- Make that player whisper another player
- You (GM) should receive the message sent
- Use command .spy status. You should get a list with the test subject's name in it.
- Use command .spy unfollow <characterName>
- You should not receive any more messages sent or received by that player


* Core/Commands: Add new spy command
* Importing pending sql
* Fix missing comma in SQL
* Fix travis compile: comment unused parameter
2019-01-15 15:47:14 -03:00
Travis CI
55d006c16d Importing pending sql 2019-01-15 17:32:51 +00:00
Stoabrogga
98a3990d94 DB/SAI: Fix Arakkoa Egg (#1280)
Prevent the Arakkoa Egg (template ID 20214) from following the player
Arakkoa Egg will now cast Arakkoa Egg Debuff (ID 35788) if the player is within 6 yards range

Closes #1209
2019-01-15 18:30:15 +01:00
Francesco Borzì
81fe5482a1 Fix DB import issues (#1283)
- Closes #1278
- Closes #1281
2019-01-14 23:11:50 +01:00
Travis CI
c90afdd9e2 Importing pending sql 2019-01-14 08:29:08 +00:00
Poszer
c573c60a0f DB/Quest Going Bearback (#1267)
-Fix client crash while ussing arrows in quest, and pressing Esc.
-Updating creature spells ( Correct is to have Flaming Arror and Burst of Speed )
2019-01-14 11:26:58 +03:00
Poszer
0dfda71c8b DB/Quest The Lord of Blackrock (#1254) 2019-01-14 11:26:11 +03:00
Travis CI
4983cc1cbc Importing pending sql 2019-01-13 13:38:10 +00:00
FrancescoBorzi
ceb82e3506 Merge branch 'master' into UlagtheCleaverQuestFix 2019-01-13 12:41:13 +01:00
Poszer
2fea4fea8b Update rev_1546933586341240000.sql
Changed game object GUID
2019-01-13 01:35:47 +01:00
Travis CI
dabf4f5f8e Importing pending sql 2019-01-12 22:58:13 +00:00
Kargatum
b34bc28e5b Core/DB: Update all locales to actual TrinityCore (#1160)
* Core/Misc Update all locales table structure to simple system. Port from TrinityCore
Co-Authored-By: Winfidonarleyan <dowlandtop@yandex.com>
* Core/Db/Gossip Update structure gossip_menu and gossip_menu_action to actual TrinityCore
* Core/DB Update Broadcast system to actual TC
* Core/Mail: implement Quest Mail Sender
* Core/Quest Split quest template locales
2019-01-13 01:56:06 +03:00
Travis CI
b16bb23ef7 Importing pending sql 2019-01-12 09:51:59 +00:00
Stoabrogga
cbb21c5b74 DB/SAI: fix Sen'Jin Fetish (#1266) 2019-01-12 12:50:25 +03:00
Travis CI
a4c8e98d1f Importing pending sql 2019-01-10 21:14:29 +00:00
Kargatum
d60cd1ced6 DB/Graveyard: Translate comments to English language (#1246) 2019-01-10 22:12:10 +01:00
Poszer
13c854c345 DB/Quest Ulag the Cleaver
Update: Way path is correct now
2019-01-10 11:52:31 +01:00