• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
Resource icon

Resource Wild Drop Items 1.0

Vendily

Elite Trainer
Member
Vendily submitted a new resource:

Wild Drop Itemes - For real this time, in the PBS, not just dropping their held item

This script adds in Wild Drop Items, allowing for Wild Pokémon to drop specially defined items in the PBS upon fainting. They do not have to be the same as the items Wild Pokémon might generate with.

The script is plug and play, you just need to add in the PBS information WildDropCommon, WildDropUncommon, and WildDropRare, used in the same way as the WildItem version. (You don't have to define all three.)
The base rate is...

Read more about this resource...
 

nibbledsnarf

Rookie
Member
Joined
Sep 4, 2024
Posts
1
Thanks for sharing this, it works great and is easy to set up!

Two quick questions though: Is there a way to edit the quantity dropped for each level? For example: 5 items on common, 3 on uncommon and 1 on rare?
And is the quantity locked to all items dropped, or can this be tweaked per Pokemon?
 

Vendily

Elite Trainer
Member
Thanks for sharing this, it works great and is easy to set up!

Two quick questions though: Is there a way to edit the quantity dropped for each level? For example: 5 items on common, 3 on uncommon and 1 on rare?
And is the quantity locked to all items dropped, or can this be tweaked per Pokemon?
yes this is possible.
there is a qty variable that's always set to 1 in def pbFaint. if you move it up a bit higher, you can set larger numbers for it in the if/elsif block.

As the script is set up, this value is fixed across all species, but you could add it to the schema the same way i already have, and use that.
 

REALMUGEN

Trainer
Member
Joined
Jan 23, 2020
Posts
74
¡Thanks for this! I adapted it slightly to my project and it is very useful.
 

Diz89

Rookie
Member
Joined
Oct 19, 2024
Posts
2
I seem to can't bring this plugin to run for my project.

I use a bunch of other plugins (which you might see in the screenshots, while also not normal wild battles, but scripted ones. Maybe somebody can help me use this cool plugin? :)

error-Wild-Dropitems.png


error-Wild-Battle-Drop.png


For this Pokémon I also didn't include the WildDropCommon tag in the PBS because I didn't want to have an item dropped, but I also tried the same Pokémon battle with some item setup.


At first I also couldn't setup this plugin to be recognized by the game itself, but after renaming it and making an own meta.txt for this plugin, it will be loaded atleast :) (that's why I renamed the .rb file)
 

Vendily

Elite Trainer
Member
I seem to can't bring this plugin to run for my project.

I use a bunch of other plugins (which you might see in the screenshots, while also not normal wild battles, but scripted ones. Maybe somebody can help me use this cool plugin? :)

error-Wild-Dropitems.png


error-Wild-Battle-Drop.png


For this Pokémon I also didn't include the WildDropCommon tag in the PBS because I didn't want to have an item dropped, but I also tried the same Pokémon battle with some item setup.


At first I also couldn't setup this plugin to be recognized by the game itself, but after renaming it and making an own meta.txt for this plugin, it will be loaded atleast :) (that's why I renamed the .rb file)
Have you recompiled the PBS files since adding the script? The wild drop data seems to be undefined, but it's supposed to default to an empty array if it isn't defined.
 

Ciercy

Rookie
Member
Joined
Mar 18, 2022
Posts
5
First comment somewhere like this?
Just tried this out and it works beautifully. I appreciate you.
 

Daishi29

Rookie
Member
Joined
Feb 27, 2025
Posts
1
I am having as issue right now where I can't seem to get any items to drop. I see that PE does recognize the plugin, but when I finish a battle with rattata, I don't get an item to drop. I see all 3 values to 100 and also filled in all three Wild item rarities but nothing seems to happen. I did also force recompile all the PBS files, too.

Disregard this, I found I was using WildItems instead of wildDrop for the plugin. It got working once I had started use the right variables.
 
Last edited:

Zephyrias

Novice
Member
Joined
Mar 6, 2023
Posts
28
Pastebin seems to be down for everyone as of this comment. Is there a way to get the plugin via other file hosting sites?
 
Back
Top