| Age | Commit message (Collapse) | Author |
|
- remove hardcoded text from script npc_beaten_corpse
- remove OnGossipHello() hook, gossip text moved to DB
- use sGossipSelect() hook instead of OnGossipSelect()
- add npc_text 3557 and 3558 as text_id to gossip_menu
- add gossip_menu_option 2871 to NPC 10668 Beaten Corpse
- add condition for gossip_menu_option 2871 in Quest ID 4921
Tested on 4 different characters/classes, male & female.
Thanks to joschiwald for the sGossipSelect() script change.
|
|
depending on faction.
Allies of player who earned achievement will see his nickname as link and enemies - as just string.
Closes #17068
|
|
(cherry picked from commit 71a7f96e22a68654edd66ccdb5f6202dec4dfd2c)
|
|
When you accept quest where you receive item to summon Goregek, Dajik, Zepik, Lafoo, Jaloot or Moodle the guardian for which player just received item is also summoned automatically.
|
|
Waypoints again since have more experience and had a lot more wp than needed previously
A couple of cosmetic fixes for this quest
|
|
|
|
Closes #17049
|
|
* Removed a chunk of duplicate code
* Generalized Message notification
* Generalized checking of resources modification with a min-max
* Generalized checking of single value modification
* Closes #16858
|
|
|
|
|
|
Closes #1350
by Txknight
|
|
Fix Meeting a Great One quest
|
|
(cherry picked from commit 8424e73a108d69ce66332a117a0006f169036e7c)
|
|
(cherry picked from commit 3ac33163db2786cbd18f2158fc81d6ea9fa66316)
# Conflicts:
# src/server/game/Server/Protocol/PacketLog.cpp
|
|
(cherry picked from commit 67fd3ee726cbd509e6a15f81f4780e757a78a8b5)
# Conflicts:
# src/server/game/Spells/Auras/SpellAuras.cpp
|
|
Full paths for : -
http://www.wowhead.com/npc=24516/bjomolf
http://www.wowhead.com/npc=24517/varg
http://www.wowhead.com/npc=24277/garwal
|
|
timers. This makes update diffs immune to systemwide time changes
(cherry picked from commit 406ac4f4b492e8733d0c1e6142838b3fff8c80a3)
|
|
By adeutscher
Closes #17019
|
|
Same as with Zealots (we were missing a lot of spawns)
|
|
|
|
Respawn http://www.wowhead.com/npc=21788/shadowmoon-zealot as noticed we were missing quiet a few of these.
|
|
This line is missing from authserver.conf.dist :
`# MySQL server and their own thread on the MySQL server.`
I have copied this description text line from the matching description in
`worldserver.conf.dist` (line 108 in the 3.3.5 worldserver source file).
This line is also missing in bnetserver.conf.dist , but the files are different
in line number, filename and folder, so bnetserver needs a separate commit.
|
|
|
|
Closes #2548
|
|
Properly script http://www.wowhead.com/quest=11282/a-lesson-in-fear#comments so that you actually have to kill Winterskorn Defenders to get the named npcs to spawn, added missing texts for the yell for when they spawn
|
|
Closes #17036
|
|
|
|
[3.3.5][6.x]Core/Unit: Do not remove auras from Pets and Guardians after evading
|
|
Core/Spell: Magic Absorption Calculation
|
|
Closes #16840
|
|
Closes #16635
|
|
SFMT random generator
|
|
|
|
|
|
* Thanks jackpoz for noticing
|
|
* Closes #16640
|
|
|
|
|
|
with SMART_TARGET_ACTION_INVOKER
Closes #16752
|
|
Core/Movement: Fix a bug related to unit movements
|
|
#Closes 16866
|
|
|
|
By Xanvial and DRJ
Closes #16926
|
|
|
|
* Player mounts on gossip select rather than gymer only been summoned on gossip select and player still having to click vehicle to mount and sometimes a swarm of gymers been on spot
* Creature texts group ids 8 & 9 are exactly the same text which was previously both been displayed in sniff only displayed once
Creature text group 10 is dismount text but this never gets displayed as gymer despawns as soon as dismounted (this is bug as in sniff charmed by gets set to 0/0 and gymer says line then despawns a few seconds later on tc the vehicle despawns as soon as player dismounts, also
Edit
Delete post
Report this post
Information
Quote
Post#1 » 22 Mar 2016 19:04
Fix the mounting part of this so player gets mounted on gossip select instead of gossip only spawning and player still having to click gymer to actually mount once summoned
Creature texts group ids 8 & 9 are exactly the same text which was previously both been displayed in sniff only displayed once
Creature text group 10 is dismount text but this never gets displayed as gymer despawns as soon as dismounted (this is bug as in sniff charmed by gets set to 0/0 and gymer says line before despawn
Use the correct spell to summon gymer, previous used the spell which is triggered by the one that is meant to be used
get rid of the spellcast of ride vehicle hard coded as this is not used on this vehicle in sniff either. Also the line 'FREE!!! Soon you will feel the wrath of the storm king!'' is not part of script for the storm king's vengence as was previously scripted this is said on reward of http://www.wowhead.com/quest=12916/our-only-hope
* Use the correct spell to summon gymer, previous used the spell which is triggered by the one that is meant to be used
get rid of the spellcast of ride vehicle hard coded as this is not used on this vehicle in sniff either.
|
|
Closes #16996
|
|
Closes #16994
By Nawuko
|
|
Apprentice quest
Closes #17002
By Tauriella
|
|
Closes #17007
By Kodekc
|
|
that could result in a crash due to double Locking (#17008)
Socket will be closed because of ReadDataHandlerResult::Error.
|