forked from azerothcore/azerothcore-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game time #24
Open
zTerragor
wants to merge
504
commits into
Legends-of-Azeroth:master
Choose a base branch
from
Winfidonarleyan:game-time
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Game time #24
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Winfidonarleyan
force-pushed
the
game-time
branch
from
December 27, 2021 08:00
5c656f4
to
2e9a33c
Compare
Referenced commit(s): f92c072
* fix(DB/Gameobject): Delete unused hack objects * Update rev_1641299782952581800.sql
Referenced commit(s): 45d7c20
…zerothcore#9912) * fix(DB): Significant Creature improvements in Shadowglen, Teldrassil - All creatures in Shadowglen have been overhauled. - Spawn xyzo values now match data - Spawn movement values now aproximate based on data. - Respawns now occur at correct rates. - A few mobs that should have simple waypoint movements have them now. - Mobs that should have no movement have been placed correctly. Spawn data gathered from all packet data from area, parsed by WPP+Malcroms tool. Distance data gathered carefully mostly from waypoint creator tool. Some distance data is estimated, and other is rounded, downward. Rounded and estimated values have less digit precision. Timers accumulated over time, most of the timers can be viewed here: https://www.youtube.com/watch?v=xPFt-RpfZ-c Special thanks to Malcrom, his help saved time and increased accuracy. Also thanks to Ddraig for finding a specific annoying spawn. Much love to ymir and WPP devs. * Update rev_1640754933928340200.sql * corrected a few caught errors
…zerothcore#9943) * fix(DB): Fixed pathing and creature spawns directly around Dolanaar Fixes pathing on Ancient Protector in a significant way. Replaces correct pathing on Teldrassil Sentinel and Moon Priestess Amara. Improvements to the wildlife around Dolanaar. Uploaded packet data to AC project * creature_addon cleanup
Referenced commit(s): 11debfe
…#9973) * Z-Axis Adjustment Reopening of PR by @Azcobu that was closed thru misunderstanding https://github.com/azerothcore/azerothcore-wotlk/pull/9559/files * Update rev_1638885155008688879.sql
Referenced commit(s): 8844e2d
* fix(DB/Creature): Centipaar Tunneler attack on summon Centipaar Tunnelers now attack the player after collecting samples. I preferred "Move one Yard" rather "Attack Start" cause it causes a double auto attack each mob meaning a lot of damage.
Referenced commit(s): 1020cf1
* (WIP\Event) Children of Goldshire Currently Compiles with no issues, sql runs fine, Can't seem to get cameron to trigger on the event start. * Capitalization * Remove Include Not sure why it says it isnt found. Most likely was not needed. * Rename Per Suggested Rename per @malcrom 's request * SQL Sorry i forgot to push it from my local * Update zone_elwynn_forest.cpp * Update rev_1641388762527715027.sql * NPC's Move Fix Now to audit the whole event naturally * remove double * White space removal * added override per testing recommendation * Utiilizing Malcroms PathEndReached Co-Authored-By: Malcrom <[email protected]> * Final Draft All works now. * abc order adjustment * Adjust Time for Runaway Lisa Co-authored-by: Malcrom <[email protected]>
Referenced commit(s): 6f98d32
Referenced commit(s): 88c75d5
* Fix (Core\Script) Grammar Correction GAME_EVENT_CHILDEREN_OF_GOLDSHIRE to GAME_EVENT_CHILDREN_OF_GOLDSHIRE * SQL correction
Referenced commit(s): 7354b14
* Fix(DB\SmartScript) * Update rev_1641421027611299094.sql * Update rev_1641421027611299094.sql * Update rev_1641421027611299094.sql
Referenced commit(s): 0dae157
* Fix (DB/Creature): Azuremys Murloc Spawn Correction * Update rev_1641422836099367029.sql * Update rev_1641422836099367029.sql * Update rev_1641422836099367029.sql * Update rev_1641422836099367029.sql * Update rev_1641422836099367029.sql
Referenced commit(s): 890f6ad
* fix(DB): Nathanos quest requirements - Added quest requirements to his quests * always check your variables
…core#10020) * fix(DB): Western Plaguelands monster reputation - Changed reputation to monsters in Western Plaguelands according to the wiki, which was updated until patch 2.2 * missing comment
…re#10310) Co-authored-by: acidmanifesto <[email protected]>
Referenced commit(s): 3fa222e
azerothcore#9837) * fix(Core/Spells): Passive auras with SPELL_ATTR0_ONLY_INDOORS/SPELL_ATTR0_ONLY_OUTDOORS should not be removed when entering/leaving buildings. Fixes azerothcore#9209
Referenced commit(s): 26b2a9d
Referenced commit(s): 46316bf
Referenced commit(s): 95a867d
azerothcore#9896) Bestial Wrath should expire while pet is offline.
Referenced commit(s): 2f8318f
Referenced commit(s): dc67ed9
zTerragor
force-pushed
the
master
branch
2 times, most recently
from
July 16, 2023 12:04
449cb07
to
847da2c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Game time