• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

Resource Lantern Item [HM Item for Flash] 1

Rua

Pokémon Dark Dev
Member
Joined
Jan 11, 2021
Posts
31
Rua submitted a new resource:

Lantern Item [HM Item for Flash] - Light up your caves with a usable item!

Hi guys,

Have made a pretty simple resource that I decided to share. Allows you to add a Key Item that can brighten up caves. It's not perfect but it does the job!

In items.txt add the following:
Ruby:
Expand Collapse Copy
XXX,LANTERN,Lantern,Lanterns,8,0,"For brighting up dark areas.",2,0,6,
(Where XXX is your ItemId)

In the Script Editor within RPG Maker XP add the following to PItem_ItemEffects:
Ruby:
Expand Collapse Copy
ItemHandlers::UseFromBag.add(:LANTERN,proc{|item|
darkness = $PokemonTemp.darknessSprite...

Read more about this resource...
 

Eco

Novice
Member
Joined
Feb 22, 2024
Posts
16
The game crashes on use. Is this not compatible with v21.1?
 
Back
Top