RMMZ Are there any plugins for RPG Maker MZ that add the ability to "pin" items to the top?

HarlanX

Villager
Member
Joined
Apr 4, 2023
Messages
19
Reaction score
4
First Language
English
Primarily Uses
RMMZ
Hello everyone! Me again. I am here to ask: are there any plugins that add a mechanic where you can "pin" certain items to the top of the list in the ITEM menu? A mockup of what I'm looking for is below.

pin-mockup.png

If there are any plugins that match what I'm looking for, please let me know. :D

I use RPG Maker MZ, but if there is a plugin for MV that works with FOSSIL, that should work too.

Have a great day! - HarlanX
 

AquaEcho

Script Kitty
Regular
Joined
Sep 20, 2021
Messages
1,715
Reaction score
1,177
First Language
English
Primarily Uses
RMMV
Hello everyone! Me again. I am here to ask: are there any plugins that add a mechanic where you can "pin" certain items to the top of the list in the ITEM menu?
I've never seen a plugin like that. You'd have to declare a new empty pinnedItems array, add a "pin" option in the item select menu for the player to tag items and push those selections into that array. Then whenever the items menu is opened, loop through the default items first, remove any matches with the pinnedItems array so they don't show twice, then populate the menu with the pinnedItems array first and the modified array second.
 

WingedHero

Regular
Regular
Joined
Feb 28, 2022
Messages
43
Reaction score
33
First Language
Spanish
Primarily Uses
RMMV
This will do what you want, pageup (Q by default) command will push an item, pagedown (W by default) will remove the pin.
 

Attachments

  • JokerGuy_ItemPin.js
    1.9 KB · Views: 4

HarlanX

Villager
Member
Joined
Apr 4, 2023
Messages
19
Reaction score
4
First Language
English
Primarily Uses
RMMZ
This will do what you want, pageup (Q by default) command will push an item, pagedown (W by default) will remove the pin.
Thank you very much for this plugin! However, it doesn't quite work unfortunately.
Whenever I open the item list, it throws me this error. I'm assuming this is due to incompatibilities with my VisuStella plugins (which is something I should've mentioned).
Are there any ways that this could be fixed? :)error.png
 

WingedHero

Regular
Regular
Joined
Feb 28, 2022
Messages
43
Reaction score
33
First Language
Spanish
Primarily Uses
RMMV
I'm not with the computer now, so couldn't check anything; try with this, still check for later replies, when I get the computer I'm going to optimize it.
 

Attachments

  • JokerGuy_ItemPin.js
    2 KB · Views: 4

HarlanX

Villager
Member
Joined
Apr 4, 2023
Messages
19
Reaction score
4
First Language
English
Primarily Uses
RMMZ
I'm not with the computer now, so couldn't check anything; try with this, still check for later replies, when I get the computer I'm going to optimize it.
Oh wowie, it works like a charm now! Thank you very much. :D
ONE more thing, and it's okay if you can't do this, but could you try making it so a pin icon appears next to the item's quantity when you move it up with PgUp?
If you're unable to do this, I completely understand. I just thought I'd ask! :>
Thank you once again! You're a lifesaver.

- HarlanXpin.png
 

AquaEcho

Script Kitty
Regular
Joined
Sep 20, 2021
Messages
1,715
Reaction score
1,177
First Language
English
Primarily Uses
RMMV
I'm not with the computer now, so couldn't check anything; try with this, still check for later replies, when I get the computer I'm going to optimize it.
You should release this as a proper plugin so it doesn't get buried in this thread as I haven't seen any other plugins like it.
 

HarlanX

Villager
Member
Joined
Apr 4, 2023
Messages
19
Reaction score
4
First Language
English
Primarily Uses
RMMZ
You should release this as a proper plugin so it doesn't get buried in this thread as I haven't seen any other plugins like it.
That's actually a great idea. I've been looking for something like this for AGES and I'm assuming other people are too.
 

WingedHero

Regular
Regular
Joined
Feb 28, 2022
Messages
43
Reaction score
33
First Language
Spanish
Primarily Uses
RMMV
Oh wowie, it works like a charm now! Thank you very much. :D
ONE more thing, and it's okay if you can't do this, but could you try making it so a pin icon appears next to the item's quantity when you move it up with PgUp?
If you're unable to do this, I completely understand. I just thought I'd ask! :>
Thank you once again! You're a lifesaver.

- HarlanXView attachment 265122
Done, but instead it appears at right, otherwise the icon could overwrite the number. if it is too long. And some things are changed, so let me know if it have an issue.

If you prefer the number to be always with the 'icon padding' let me know and I change it.
 

Attachments

  • JokerGuy_ItemPin.js
    2.8 KB · Views: 9

HarlanX

Villager
Member
Joined
Apr 4, 2023
Messages
19
Reaction score
4
First Language
English
Primarily Uses
RMMZ
Done, but instead it appears at right, otherwise the icon could overwrite the number. if it is too long. And some things are changed, so let me know if it have an issue.

If you prefer the number to be always with the 'icon padding' let me know and I change it.
Thank you for the updated plugin!
However, the icon doesn't show up. :<
No errors are in the console, so I dunno what's happening.
Apologies for being an annoyance.

- HarlanXpin.png
 

WingedHero

Regular
Regular
Joined
Feb 28, 2022
Messages
43
Reaction score
33
First Language
Spanish
Primarily Uses
RMMV
It should be a uncompatiblity with other plugins or maybe the icon index is empty, if the plug-in has the image try testing wich plug-in gives the error.
 

HarlanX

Villager
Member
Joined
Apr 4, 2023
Messages
19
Reaction score
4
First Language
English
Primarily Uses
RMMZ
It should be a uncompatiblity with other plugins or maybe the icon index is empty, if the plug-in has the image try testing wich plug-in gives the error.
I believe I found the problem.
I just disabled the VisuStella Items & Equip Core and that gets the icon to appear.
The problem is that I need that plugin for other plugins I'm using.
 

WingedHero

Regular
Regular
Joined
Feb 28, 2022
Messages
43
Reaction score
33
First Language
Spanish
Primarily Uses
RMMV
Sin título-3.pngIt works good for me. Check the plugins order.
 

imcatman

Regular
Regular
Joined
Apr 12, 2019
Messages
52
Reaction score
19
First Language
German
Primarily Uses
RMMV
Done, but instead it appears at right, otherwise the icon could overwrite the number. if it is too long. And some things are changed, so let me know if it have an issue.

If you prefer the number to be always with the 'icon padding' let me know and I change it.
I'm using a fantastic plugin, but when I move an item to the top, save the game, and then load it later, the item gets duplicated. Is there a fix for this issue?"
 

WingedHero

Regular
Regular
Joined
Feb 28, 2022
Messages
43
Reaction score
33
First Language
Spanish
Primarily Uses
RMMV
I'm using a fantastic plugin, but when I move an item to the top, save the game, and then load it later, the item gets duplicated. Is there a fix for this issue?"
Done! It was a problem with the item window (item was still pinned, but it wouldn't show).
Maybe you would want to update it, yours should have the same problem.

Link
 

imcatman

Regular
Regular
Joined
Apr 12, 2019
Messages
52
Reaction score
19
First Language
German
Primarily Uses
RMMV
Thank you very much! I tried the updated plugin, and it worked perfectly. There are no other issues at the moment!
 

Latest Threads

Latest Profile Posts

Me: "Who the heck would play a game with no stakes, no enemies, and all you do is raise and breed bees?"
Later after playing it. - "Holy crap, I didn't know it was 1:30. Where'd my time go?"
The site is being slow and funky again. IS SOMEONE CRAFTING POEMS?!
So yeah, @TRIDIUM @TESTOSTERONE, I wuz like, "What do they mean by borderline and boundaries?"

And then, y'all know this girl?

actress1.png

alice_bikini.png

The clothes? They're just a, um, quick edit. :kaoswt:
I've uploaded the opening cutscene from my game to my channel. It basically introduces us to the first three characters, and what their relationships are:
Cosmic Inferno: Opening dialogue
I don't want to start a panic...but everyone, check the color of your milk!
IMG_20231002_082329.jpg

Forum statistics

Threads
135,021
Messages
1,253,018
Members
177,952
Latest member
gomeisan
Top