Skip to content
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

Open
GregHib opened this issue May 22, 2024 · 1 comment
Open

Broken falador task requirement #540

GregHib opened this issue May 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@GregHib
Copy link
Owner

GregHib commented May 22, 2024

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.

@GregHib GregHib added the bug Something isn't working label May 22, 2024
@GregHib
Copy link
Owner Author

GregHib commented May 22, 2024

Other instances of structs that override their own values:

id: 951
Overriden: 859 124 -> 62
Overriden: 859 149 -> 124
id: 973
Overriden: 691 11273 -> 11273
id: 1330
Overriden: 1296 2 -> 3
Overriden: 1297 37 -> 19
id: 1337
Overriden: 1294 13 -> 62
Overriden: 1295 10 -> 8
Overriden: 1294 14 -> 13
Overriden: 1295 13 -> 10
id: 1342
Overriden: 1294 12 -> 62
Overriden: 1295 56 -> 13
id: 1450
Overriden: 1298 20 -> 2
Overriden: 1299 65 -> 75

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant