• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by ShinyObstagoon88

  1. ShinyObstagoon88

    [Scripting Question] Change species if the Pokémon has a certain form

    Doesn't seem to work... I've got no ideas left
  2. ShinyObstagoon88

    [Scripting Question] Change species if the Pokémon has a certain form

    I alredy tried something similar but it doesn't appear to happen with alternative forms (also sorry for the 2 months wait)
  3. ShinyObstagoon88

    [Discussion] [Tutorial] How to add three type Pokemon

    I tested it and it appears to work (don't know for the niche technical mechanics though) , the only problem is that you have to edit all the references to types in Compiler_CompilePBS Compiler_WritePBS to make it work (Then of course you'd have to change the graphics for the Pokedex and Pc...
  4. ShinyObstagoon88

    [Scripting Question] Change species if the Pokémon has a certain form

    My idea is for a handful of pokemon (ex.Hydreigon) to be able to hold an item that changes their form, if this pokemon form is at the daycare then the resulting egg would be of another species (ex. instead of Deino the egg hatches a different species). I would've tried to code it myself but I...
  5. ShinyObstagoon88

    [Scripting Question] Change species if the Pokémon has a certain form

    Hi, it's the annoying questions guy again, I wanted to know if it's possible to change a pokemon species if said pokemon has a certain form, even better; I wanted to change the species of the pokemon as an egg when the egg inherits the mother's species. I've got NO idea if this is even possible...
  6. ShinyObstagoon88

    [Custom Feature Question] pokemon_forms.txt offspring option is broken

    I tried to move the Offspring property to the lower pokemon in the evolution line, it doesn't work. Not only that but I tried with Pokemon who actually use that property but it still refuses to work, and to my knowledge there isn't supposed to be a switch that deactivates it. Other than that...
  7. ShinyObstagoon88

    [Custom Feature Question] pokemon_forms.txt offspring option is broken

    Hi, I've been trying to make an alternative form for Hydreigon when holding an item. This form, when bred, produces another species of pokemon different from Deino. I've tried to use the offspring function in pokemon_forms.txt to make it possible, but when I breed the Hydreigon it only produces...
  8. ShinyObstagoon88

    Is it possible to make a sort of "placeholder" for Item Icons?

    Ok, so basically: I installed the Neo-Style Bag script which makes the bag section of the menu look a lot like the Luka S.J. Pause Menu, the only problem is that for an item to be seen in the bag it requires a sprite, I have a lot of missing Item Icons (around 700) and every sprite that I find...
  9. ShinyObstagoon88

    [Other Question] How can I update from v17.2 to v19.1

    Thx a lot, I will consider the idea
  10. ShinyObstagoon88

    [Other Question] How can I update from v17.2 to v19.1

    So I'm basically stuck, I have dozens of custom scripts and I'd like to add the Modular Pause Menu but the original v17.x version is lost. I guess it's time to learn RGSS properly
  11. ShinyObstagoon88

    [Other Question] How can I update from v17.2 to v19.1

    Hi, I'm not really good at RGSS but I was wondering wether I could change from v17.2 to v19.1, the big problem is that I have a lot of scripts that I use that are from various tutorials, like Birthsigns and Third Type, that I have no idea how can I update them without creating some problems. Can...
  12. ShinyObstagoon88

    [Scripting Question] Is there a Multiple Saves Script for v17.2?

    The only things I could find were the v13-15 script, the v18.2-19 script, and a Relic Castle post who mentions a v16-17.2 version but I couldn't find it. Can anyone help me?
  13. ShinyObstagoon88

    [Scripting Question] Help with 3rd type (again) summary screen

    Hi, I was following the steps to implement some scripts that permitted the use of the third type: https://www.pokecommunity.com/showthread.php?t=391589. But there is a major problem, when i follow the Step 4 of the thread (which explains how to add the third type on the summary screen) the third...
  14. ShinyObstagoon88

    [Scripting Question] Help with 3rd type

    I did it correctly but it still doesn't work, here is my code after I followed step 4: type1rect = Rect.new(0,@pokemon.type1*28,64,28) type2rect = Rect.new(0,@pokemon.type2*28,64,28) type3rect = Rect.new(0,@pokemon.type3*28,64,28) if @[email protected]...
  15. ShinyObstagoon88

    [Scripting Question] Help with 3rd type

    I might have another problem, when i open the summary screen it doesn't show thethird type icon but i can't understand why
Back
Top