- Pokémon Essentials Version
- v20.1 ➖
'ello once again this time i present an alternate version of the Itemfinder.
complete overhaul
Showcase turning it on and picking up a hidden item :
Showcase to prevent it showing up durin "cutscenes" like for example door events in this case :
Important Information:
In this script you have 2 methods which update/enable the itemfinder to work or disable it you can call these with
This means you should add a
and a
The Itemfinder is disabled during moveroutes and move_completion but if you have some cutscenes you can use these methods there as well to regulate them better.
Installation:
V20.1:
Download this file unzip it and paste it into your
V19.1:
Download this file unzip it and paste it into your
Then open up your
Then cut the
Lastly cut the
complete overhaul
Showcase turning it on and picking up a hidden item :
Showcase to prevent it showing up durin "cutscenes" like for example door events in this case :
Important Information:
In this script you have 2 methods which update/enable the itemfinder to work or disable it you can call these with
bIdisable
and bIrefresh
.This means you should add a
bIdisable
to all indoor events leading outside like this :and a
bIrefresh
to all 2nd pages of the door event outsides like this:The Itemfinder is disabled during moveroutes and move_completion but if you have some cutscenes you can use these methods there as well to regulate them better.
Installation:
V20.1:
Download this file unzip it and paste it into your
Plugins
folder.V19.1:
Download this file unzip it and paste it into your
Plugins
folder.Then open up your
Items.txt
and add a new item to it(replace the 690 with a valid ID number if you've already used it before) :690,ITEMFINDEROFF,Itemfinder,Itemfinders,8,0,"A device used for finding items. If there is a hidden item nearby when it is used, it emits a signal.",2,0,6,
Then cut the
ITEMFINDEROFF.png
image from the Plugins
folder and paste it into Graphics/Items
.Lastly cut the
BI
folder and paste it into Graphics/Pictures
.- Credits
- Kotaro