-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: July 12th Alpha Updates #655
Merged
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
fix(engine): loc_change command
(except it never runs unless they're poisoned!)
fix: change drunkmonk values to match OSRS
Co-authored-by: tannerdino <tannerdino@gmail.com>
* feat(engine): ZoneEntityList * fix: revert console logging * feat: generator functions to simplify generator functions to simplify generator functions * fix: only find despawns for bottoms * fix: revert sorting to check again for the top item
I went back and forth debating this change as data changes are a slippery slope But, this is no different than us changing text to grey to avoid confusion
* fix(content): unnecessary p_opnpc(2); * fix(content): mining sound persisted after rock depletion * fix(content): magic superheat and alchemy didnt switch back to mage tab * fix(content): setting %npc_attacking_uid too late for some macro events * fix(content): seet action_delay before ammo check during ranged --------- Co-authored-by: tannerdino <tannerdino@gmail.com>
* fix(engine): attackrange and maxrange * fix(engine): check for maxrange in updateMovement * fix(engine): default maxrange to 5, check for modes in updateMovement * revert(engine): maxrange 5 -> 7 * fix(content): switch attackrange with maxrange * refactor(content): npc magic spells * feat(content): druid combat * fix(content): wizard missing op and ai_queue1 * revert(content): missing op for wizard * fix(content): missing attack ranges for tower arches * feat(content): gnome troop and archer * fix(engine): move maxrange check earlier in updateMovement * fix(engine): move the maxrange check to takeStep, and allow player to walk under npc * fix(engine): rework maxrange check * fix(content): put combat spell checks earlier in druids op/ap * fix(engine): add playerescape check to updateMovement * fix(engine): set npc to default mode when players outside maxrange * fix(content): match trffid despawn logic with old video * fix(content): if the wrong person talked to a random event the event would refer to the wrong person --------- Co-authored-by: tannerdino <tannerdino@gmail.com>
* fix(content): rotten tomato missing op trigger and hit spotanim * fix(content): remove p_access check for trawler start * fix(content): missing null checks for next_obj_stage param during gnome cooking * fix(content): remove druidic ritual check for herblore --------- Co-authored-by: tannerdino <tannerdino@gmail.com>
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.
First and foremost - Happy 20th Jagex anniversary Mod Ash!
Several engine fixes and general content polish in this update. Have fun testing :)
Content Changes
Features
Fixes
Engine Changes
Features
Fixes