• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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
10
The game crashes on use. Is this not compatible with v21.1?
 
Back
Top