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

Banking #175

Merged
merged 4 commits into from
Jun 13, 2020
Merged

Banking #175

merged 4 commits into from
Jun 13, 2020

Conversation

Promises
Copy link
Collaborator

Finishes banking using bank booth, still missing deposit boxes

Copy link
Contributor

@TheBlackParade TheBlackParade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@@ -21,6 +21,7 @@ export const action: playerInitAction = (details) => {
player.outgoingPackets.updateClientConfig(widgetScripts.autoRetaliate, settings.autoRetaliateEnabled ? 0 : 1);
player.outgoingPackets.updateClientConfig(widgetScripts.attackStyle, settings.attackStyle);
player.outgoingPackets.updateClientConfig(widgetScripts.bankInsertMode, settings.bankInsertMode);
player.outgoingPackets.updateClientConfig(widgetScripts.bankWithdrawNoteMode, settings.bankWithdrawNoteMode);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@@ -196,12 +196,15 @@ export class ItemContainer {
return slot;
}

public remove(slot: number, fireEvent: boolean = true): void {
public remove(slot: number, fireEvent: boolean = true): Item {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 nice

@TheBlackParade TheBlackParade merged commit ab72d0e into runejs:master Jun 13, 2020
This pull request was closed.
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.

2 participants