-
Notifications
You must be signed in to change notification settings - Fork 21
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
Broken falador task requirement #540
Labels
bug
Something isn't working
Comments
Other instances of structs that override their own values:
|
GregHib
added a commit
that referenced
this issue
May 23, 2024
GregHib
added a commit
that referenced
this issue
May 23, 2024
GregHib
added a commit
that referenced
this issue
Jun 28, 2024
GregHib
added a commit
that referenced
this issue
Jun 28, 2024
GregHib
added a commit
that referenced
this issue
Jun 28, 2024
* Fix zamorak monk robe drop ids * Start adding main and tab interfaces * Add string scripts to command * Fix sending interface visibility component ids * Change sprite dump directory * Add task pinning * Add struct configs * Add quest configs * Add manual server side fix for #540 * More manual server side fixes for #540 * Add all quest varbits from cs2 3227 * Add combat summoning level support * Add boolean support to var command * Filter task tab by task requirements * Fix struct ids * Add all task varbits * Add first task * Add task popup, display completed/total tasks, wipe pinned task on ok * Add task complete messages, explorer jack and ring reward * Extract task looping * Add message wrap around * Rename bot variables * Add boolean support to script command * Add initial explorer jack task * Add task set filtering * Fix quest complete checks * Check overall progress dynamically * Start adding lumbridge beginner tasks * Add remaining lumbridge beginner tasks * Add experience lamp dialogue and antique lamp * Start adding task unit tests * Fix using spells on magic dummy * Add more integration tests, fix ellis tanning * Add shop buy and sell events * Add tests for remaining tasks * Fix area's not including all levels * Fix wizards tower top floor level * Add world map functionality * Add task hint world map marking and fix tab pinning * Show no tasks when run out * Fix invalid inject code * Fix missing font defs * Fix hitpoint test * Fix npcs messing with tests * Add explorer jack item rewards
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The falador medium task "Climbing the Walls" has missing requirements because it's struct (1330) has the data for the second and third skill encoded on-top of one another (both written as 1296, 1297). This will require modifying the struct to fix on the client side.
The text was updated successfully, but these errors were encountered: