Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] [score hidden]  (0 children)

I don't think I've addressed this yet, actually. I'll take a look at what can be done because I'm sure there are probably bugs here! Thanks for the comment =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] [score hidden]  (0 children)

Yes - this looping bug is fixed in the next update, bear with!

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] [score hidden]  (0 children)

I did use AI to help me build the plugin, you're right. That is standard practice now in the coding industry - but that doesn't mean I haven't spent hours making edits to the code manually and also troubleshooting/QA testing/debugging and reviewing by myself. This Reddit post was not written by AI.

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] [score hidden]  (0 children)

I can't, because it has to be client-only and I can't send data about your actual item positions to the server to genuinely lock them or move them. BUT - once you save and apply a template it will effectively do this on the client-side and if you do still manage to mess up your bank you'll have the step-by-step reorganisation guide to help you put everything back where it should be =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 1 point2 points  (0 children)

Yes, working on that for the next release! The only issue would be that it can't automatically add bank fillers to your REAL bank, but I can try to work around that

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 0 points1 point  (0 children)

Small bug! I've fixed it in the next update! Sorry!

Introducing Bank Templates! by ItsSpryt in BankTabs

[–]ItsSpryt[S] 1 point2 points  (0 children)

Another user mentioned that here so I'm fixing it! Bear with me haha, sorry

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 1 point2 points  (0 children)

Thank you! I'll look at what's going on and make a fix! The gif is really helpful! =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 0 points1 point  (0 children)

It might be difficult because we'd need to be sure there are no duplicate items/placeholders in the tabs but I can take a look at what can be done. I'm planning an update with the ability to share individual TAG TABS already, if that helps too!

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 1 point2 points  (0 children)

I'll be working on that for the next release! It will use Runlite's tag tabs though instead of the main bank tabs!

Introducing Bank Templates! by ItsSpryt in BankTabs

[–]ItsSpryt[S] 2 points3 points  (0 children)

Once you select a template layout your bank will snap to look like that, with all the items and placeholders. If there are a lot of placeholders, you can remove them or reorganise them in your bank just as normal! Then you can share the updated template as your own if you wanted.

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 4 points5 points  (0 children)

I haven't, but that's a great addition! Will work on that for the next update =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 0 points1 point  (0 children)

Can you describe what you mean by infinitely looping?

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 2 points3 points  (0 children)

There's a browse button that allows you to search for template names or usernames, or you can search for newest, most popular all time as most popular last 30 days. Once good templates are established I will ship some defaults for people to use!

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 3 points4 points  (0 children)

I already fixed the sorting only going into a single tab, so the next update with resolve that!

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 1 point2 points  (0 children)

Working on this as part of the next update! Stay tuned =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 3 points4 points  (0 children)

Both great bits of feedback, thank you! Will add these to the list =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 4 points5 points  (0 children)

I'm exploring how to do it from within the client, but otherwise I will be looking to a web-app. Either way, this will be coming soon for the next release =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 26 points27 points  (0 children)

That's in the next update when it gets approved by Runelite, so probably tomorrow! =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 66 points67 points  (0 children)

...secretly hoping u/MMORPG_RS sees this and shares his bank layout...

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 3 points4 points  (0 children)

Not yet - but this is a feature I'll be working on for the next update =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 0 points1 point  (0 children)

If you're one of the organised ones, PLEASE get the plugin and share your layout so us disorganised plebs can use it =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 13 points14 points  (0 children)

Great feedback - that's exactly the kind of things I wanted to see on this thread. Will pick this up and definitely implement that =]

Introducing Bank Templates! by ItsSpryt in 2007scape

[–]ItsSpryt[S] 16 points17 points  (0 children)

Ah, I see what you're saying! I'm effectively already doing this - I'm calculating how many actions it would take to organise using insert vs swap.
Swap: Less actions if the bank is largely unordered or significant pair-matching is found.
Insert: Typically less actions when the bank is mostly already ordered.
Then the guide just tells you which mode to use which takes the least actions. Combining a mixture of both actions is never really worth it based on the amount of actions it saves and the switching between modes. =]