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

Added get_last_occurence() and get_boosted_level() to morg api #180

Closed
wants to merge 7 commits into from

Conversation

Christley
Copy link

Added get_last_occurence(), which is the same as get_first_occurence() just reversed. Good for example with potion making as you'd rather use item 14 on item 15 instead of item 1 on item 15. Also good if you create something which can be spammed in the same slot or offering bones to an altar manually.

Also added get_boosted_level() so you can easily get your boosted stats in nightmare zone or an agility course.

@Christley
Copy link
Author

I've also added get_amount_of_filled_inv_slots() which adds the amount of slots that are currently filled with something in the inventory and returns the amount which are the "Update morg_http_client.py" because i didn't know it would show up with that text here

I've added ext_inventory_slots which makes you able to OCR on charges plugins which puts the number higher than the default inventory_slots allow (default cuts off the top part of the number)
@Christley
Copy link
Author

I've added ext_inventory_slots which makes you able to OCR on charges plugins which puts the number higher than the default inventory_slots allow (default cuts off the top part of the number)

added get_inv_item_indices_and_empty_slots so you can get slots that match your items and the empty inventory slots.

Pairs well with the self.drop_all function since without it it will try to drop inventory slots that are empty too
@Christley Christley closed this by deleting the head repository May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant