Aokromes
b51409a5d3
Core/Logs: Fine tunning some logs
2016-08-05 21:22:12 +02:00
Dr-J
60c142fd3b
DB/Creature: Father Kamaros
...
1) Add the missing second http://www.wowhead.com/npc=32800/father-kamaros (only http://www.wowhead.com/npc=31279/father-kamaros is spawned
2) Quests http://www.wowhead.com/quest=13221/im-not-dead-yet and http://www.wowhead.com/quest=13229/im-not-dead-yet should become available once http://www.wowhead.com/quest=13120/deaths-gaze and http://www.wowhead.com/quest=13119/destroying-the-altars become available not once http://www.wowhead.com/quest=13144/killing-two-scourge-with-one-skeleton is rewarded.
3) Quests http://www.wowhead.com/quest=13482/lets-get-out-of-here and http://www.wowhead.com/quest=13481/lets-get-out-of-here should become available once http://www.wowhead.com/quest=13144/killing-two-scourge-with-one-skeleton is rewarded.
4) Both quests I'm Not Dead Yet and Let's Get Out of Here should be exclusive grouped which player gets depends on what phase they are in when they encounter Father Kamaros
5) Script and texts and wp are identical for this quest as confirmed from sniff so duplicating script from 31279
2016-08-05 14:54:56 +01:00
treeston
152b3ad5b9
Scripts/SmartAI: Some clean-up work:
...
- NULL -> nullptr
- Rename "AssistPlayerInCombat(who)" to "AssistPlayerInCombatAgainst(who)" to reflect what the method actually does
- Code style
No functionality was changed.
2016-08-05 12:41:56 +02:00
Kittnz
2c0c129a8f
Merge pull request #17733 from ForesterDev/acc_del
...
Core/Command: remove account_muted data on account deletion
2016-08-05 11:15:55 +02:00
Aokromes
6bb6bc7f1d
Update RBAC.h
2016-08-05 03:52:54 +02:00
Aokromes
a15fa423b8
Core/RBAC: Name some permissions from 7.x to stop people reuse them
...
RBAC_PERM_COMMAND_NPC_EVADE = 837,
RBAC_PERM_COMMAND_PET_LEVEL = 838,
RBAC_PERM_COMMAND_SERVER_SHUTDOWN_FORCE = 839,
conflicts with 6.x:
RBAC_PERM_COMMAND_RELOAD_CHARACTER_TEMPLATE = 837,
RBAC_PERM_COMMAND_RELOAD_QUEST_GREETING = 838,
RBAC_PERM_COMMAND_DEBUG_SEND_PLAYSCENE = 839,
2016-08-05 03:34:06 +02:00
jackpoz
206f08adbb
Common/Threading: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-04 23:44:55 +02:00
jackpoz
bcd5380e78
Common/Logging: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-04 21:53:43 +02:00
tkrokli
3c5b5f56f0
Core/Scripts: remove #define text in pyrewood_ambush
...
- remove #define text from script
- move say text to DB table creature_text
- add enum names and values
- move values in code to enum
2016-08-04 18:13:55 +02:00
Killyana
91b2351876
DB/SAI: Fix runtime SAI error
2016-08-04 17:27:45 +02:00
Killyana
dde5389673
DB: Blood elf start location / Sunstrider isle fixes
...
By msoky
2016-08-04 17:20:50 +02:00
jackpoz
8538151ea6
Common/Debugging: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-04 17:04:31 +02:00
treeston
d76e15b587
Merge remote-tracking branch 'tkrokli/hunter_animal_handler' into 3.3.5 (PR #16554 )
2016-08-04 15:33:44 +02:00
treeston
4030e4d780
ScriptedAI/Creature: Fix a bug where a std::chrono overload was counting milliseconds instead of seconds.
2016-08-04 15:32:24 +02:00
ForesterDev
6a87524204
Core\Command: remove account_muted data on account deletion
2016-08-04 17:24:41 +04:00
jackpoz
b37c7101de
Scripts/Commands: Change "server shutdown" behavior
...
Change "server shutdown 0" behavior to delay the shutdown by the force threshold specified in configs if there are still players connected, set to 30 by default
2016-08-04 15:03:58 +02:00
tkrokli
2125c12609
Core/Scripts: move npc_kharan_mighthammer to DB/SAI
...
This PR affects the following 2 quests:
Quest ID 4001 "What Is Going On?" - part 2 (Horde)
Quest ID 4342 "Kharan's Tale" (Alliance)
Target of this PR:
Move core script npc_kharan_mighthammer to DB/SAI
(thereby removing 10 lines of hardcoded text).
* DB/conditions: extra gossip conditions
- added conditions for gossip before quest taken and after quest completed.
- removed redundant core script SAY_GET_ME_OUT_OF_HERE comment
* DB/creature: add more text to Kharan
- add all missing creature_text lines to entry 9021 Kharan Mighthammer
- add SAI duration to wait before TEXT_OVER is triggered (3000 ms)
2016-08-04 02:34:51 +02:00
jackpoz
e4b2e0450f
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-03 23:33:36 +02:00
jackpoz
25dc3dd7a2
Common/Maps: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-03 22:35:44 +02:00
Kittnz
74bf937865
Fix deleting some gameobjects
2016-08-03 20:49:21 +02:00
Kittnz
2c0b0b6afa
DB/Creature: Grizzly Hills Vordrassil area
...
- Add missing Vordrassil's Seed spawns
- Add missing creature spawns: Frostpaw Warrior, Redfang Hunter, Generic Trigger LAB, Frostpaw Shaman, Redfang Elder, Frostpaw Trapper
- Add pathing for Frostpaw Shaman, Frostpaw Warrior
- Change some SAI's, Redfang Hunter SAI, Frostpaw Shaman SAI, Generic Trigger LAB SAI
2016-08-03 20:29:06 +02:00
jackpoz
6ce252f80a
Common/Maps: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-03 18:29:57 +02:00
Dr-J
9977bf7479
DB/Quest: From the Depths of Azjol-Nerub
...
Fix this http://www.wowhead.com/quest=12036/from-the-depths-of-azjol-nerub again after cdf8f3c2e1 areatrigger_involvedrelation does not like sai triggers
2016-08-03 16:59:51 +01:00
jackpoz
884736b3b2
Scripts/Commands: Change "server shutdown" behavior
...
Change "server shutdown" behavior to always include [force] optional parameter when issued from local or remote console.
2016-08-03 16:26:30 +02:00
jackpoz
d77e76c584
Common/MMaps: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-03 15:45:44 +02:00
treeston
837caa0534
Merge remote-tracking branch 'Treeston/3.3.5-spellcastresult' into 3.3.5 (PR #17112 )
2016-08-03 10:52:11 +02:00
Aokromes
153b797182
Update boss_jedoga_shadowseeker.cpp
2016-08-03 10:47:34 +02:00
Aokromes
ca99b688ed
DB/Misc: Fix on startup error
2016-08-03 10:44:04 +02:00
Shauren
5427dd4ce6
Core/DataStores: Fixed name validation crash on locales with utf-8 characters encoded on more than a single byte
...
Closes #17725
2016-08-03 07:52:06 +02:00
Dr-J
e7cfb08cb5
DB/Quest: A Couple more event scripts
...
1) http://www.wowhead.com/quest=11631/vision-of-air so there is actually visual rather than quest been immedietly completed when quest item used
2) Event for turn in of http://www.wowhead.com/quest=11695/the-horn-of-elemental-fury
3) A small fix for Subjugated Iskalder so this npc has to be taken back the the bone witch rather than credit been given on spawn and npc not moving (due to bad follow action),
2016-08-02 20:41:53 +01:00
Shauren
5e9f512314
Dep: Remove boost regex dependency and replace its uses with std regex (works since gcc 4.9)
...
(cherry picked from commit 943496e56b )
# Conflicts:
# src/server/game/DataStores/DB2Stores.cpp
# src/server/game/DataStores/DB2Stores.h
2016-08-02 17:25:33 +02:00
ariel-
ad74638cd6
Core/Chat: fix codestyle
2016-08-01 19:56:46 -03:00
Aokromes
4e4a2aa7b4
Core/Chat: Add missing code
2016-08-01 20:46:31 +02:00
ariel-
33fbc453d2
Core/PvP: Gameobject rotation in BGs and Wintergrasp.
...
- Add a workaround in BattleGround correcting for bad rotations in BG scripts
- Calculate rotation from rotation in Wintergrasp, this function hasn't a rotation parameter and should be added in the future.
- Also removed an ugly hardcode in Battlefield::SpawnGameObject
Closes #17711
2016-08-01 14:55:53 -03:00
jackpoz
bcfa47c051
Core/Group: Do not allow a player to invite himself
...
Do not allow a player to invite himself in group.
Fix an edge case when inviting another player that would cause a crash.
Fix #17664
2016-08-01 18:55:47 +02:00
Aokromes
cf8276845d
Core/Chat: Split ChatLevelReq.Say into 3
...
ChatLevelReq.Say
ChatLevelReq.Emote
ChatLevelReq.Yell
2016-08-01 13:24:58 +02:00
Aokromes
35f06ccb55
Typo fix
2016-08-01 11:56:30 +02:00
ariel-
80a463bccb
Core/Battlegrounds: do not teleport GMs if out of bounds before starting
2016-08-01 05:47:17 -03:00
Aokromes
bfda0ba91d
Core/Player: New PartyLevelReq setting ( #17707 )
2016-08-01 10:43:49 +02:00
ariel-
0d91ccf6bd
Core/Spells: Abyssal Shatter should have a chance to skill up
2016-08-01 04:53:27 -03:00
Aokromes
1f8c55d1d6
Rename 9955_22_55_world.sql to 2016_08_01_01_world.sql
2016-08-01 01:30:34 +02:00
Keader
afaaedad2d
Core/Scripts Shade of Akama Rewrite ( #17567 )
2016-08-01 01:29:53 +02:00
Aokromes
633264f58f
Core/PVP: Move report AFK requirement to config ( #17699 )
2016-07-31 13:35:08 +02:00
Aokromes
3fc487e532
DB/Item: Fix Pristine Glowbear Pelt disenchant
...
Closes #17684 by robinsch
2016-07-31 08:45:43 +02:00
tkrokli
e54e27af92
Core/Scripts: convert script npcs_riverbreeze_and_silversky to SAI ( #17690 )
...
Move script npcs_riverbreeze_and_silversky to SAI,
thereby removing one line of hardcoded text.
- Remove core script npcs_riverbreeze_and_silversky
- Create SAI script for gossip event Cenarion Beacon
- Add missing gossip_menu for plant description
- Add missing creature_text about Cenarion Beacon
- Add and correct conditions for gossip availability
2016-07-31 06:16:47 +02:00
tkrokli
8fdb9b4579
Core/Scripts: Remove useless SD2 error log ( #17691 )
...
* Core/Scripts: Remove useless log message (ref. joschiwald)
2016-07-31 06:08:43 +02:00
ariel-
dff18152fc
Update BattleGroundHandler.cpp
2016-07-31 01:02:18 -03:00
Aokromes
ea4e7fec01
Core/PVP: Improve log ( #17698 )
2016-07-31 05:25:41 +02:00
ariel-
4baa7f443a
Core/GameObject: misc type mismatch
2016-07-30 19:15:02 -03:00
ariel-
62bfee37cb
Core/Entities: debloat SummonGameObject parameter list using proper wrappers and enable GO rotation in scripts
...
- There's still an overload allowing for x, y, z, o to be passed directly
- Fixed default animstate for GameObject creation in many places, it should be 255, not 100 (checked in sniffs)
2016-07-30 18:50:44 -03:00