I tried doing this placing the code in Camera Script replacing
def camera_speed
return (@camera_speed || FancyCamera::DEFAULT_SPEED || 1) * 0.16
end
# changing it to
def camera_speed
return 0.8 if $PokemonSystem.cameramode == 75 #or other switch you defined ,0.8 could be any...
I would be interested in having alt rewards such as BP, money, maybe even the pokemon guessed correctly as a gift or an egg option. I know some other plugin have their own currency like coins or other names.
I'm having a bit of issues with BW Storage System Plugin (it has a script for Item storage) and this plugin. Depositing items works well but not withdrawing them.
Edit: For this to work with both plugins add this line to 74 in BW Item script:
def pbStartScene(bag, party)
XD I used vscode...
I'm using this plugin with Bag Screen in Party, and the deposit items options works but not withdraw item.
Edit: Add this code to Line 74 to fix the crash in BW ItemStorage script.
def pbStartScene(bag, party)
I would like to request Species Candy variation for specified Types of Pokemon either 1-3 types. Blue Candies for Water Types, Green Candies for Grass, Red Candies for Fire. Or specify multiple pokemon: Sparkling Candy given to Clefary, Eevee, Pikachu, etc.
How do I specify BP in a trainer pbs and in the item pbs for manually setting BP vs using the money amount only?
example:
#-------------------------------
[REPEL]
Name = Repel
NamePlural = Repels
Pocket = 1
Price = 400
BP = 5
FieldUse = Direct
Flags = Repel,Fling_30
Description = An item that...
I'm getting this error clicking Sell items. I even had an empty bag and then also bought an item in the shop prior to selling. Both gave me this error while using BW Pokemart screen.
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Script error in event 1 (coords 10,24), map 79 (New...
Pastebin seems to be down for everyone as of this comment. Is there a way to get the plugin via other file hosting sites?
Edit: The link is working now. As is the plugin. Thanks for making this.
I actually had to edit out the black/grey parts of the windows. I could link the images here and if you'd like to credit me, feel free to but not needed. Edited windows
Is there a way for the starter selection to have the alternate form pokemon show up? I'm trying to test the hisuian forms, voltorb or zorua, but it only shows the normal form.
: Votorb_1 gives back a Kantonian Voltorb.