Jump to content

Lucida

Veterans
  • Posts

    91
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Everything posted by Lucida

  1. Define corrupted. Send a screenshot or copypaste of the error message, or if you can't do so use another savefile.
  2. Several Abilities - Commander, Zero To Hero, Supreme Overlord, Opportunist, Cud Chew, Protosynthesis/Quarkdrive (Gen 9) Supreme Overlord: when PBAbilities:SUPREMEOVERLORD def pbOnStartUse(attacker) if @participants.nil? @participants = @battle.pbPartySingleOwner(attacker.index).find_all {|mon| mon && !mon.isEgg? && mon.hp<=0} end return @participants.length end mon=@participants.length atkmult=(1+ atkmult*0.1*mon).round This might work. Code's taken from Last Respects. why does GF keep adding more and more complex abilities
  3. Because this isn't written down anywhere, here's a non-exhaustive list of all of the changes to pokemon battles, in the order of the trainers.txt PBS file. Overall these are some great changes, but they're inconsistent. I accidentally deleted the pbs files for eevelution reborn, so i can't check how different this is from that unfortunately.
  4. It's based on the personality value, just like with Silcoon and Cascoon. so you need a new one.
  5. It's an egg move. Read Bulbapedia, it's a great resource. It tells you that Bulbasaur is additionally in the Monster and Grass Egg Groups, and that the Oddish and Tangela lines, both of which learn it as a level-up move, are both in the Grass Egg Group.
  6. Looking through the code because, you know, you can do that if you want to find out what the issue is yourself. The scripts are openly visible in the Scripts folder without even having to download the PBS files seperately. Code's inside this spoiler. I'm pretty sure with the exception of the AI bit, this is exactly the same as in Rejuv, so i'm not sure what's going on. This is still missing the code for increased priority + dark types, but i made this in 1 minute and it should fix it: if opp1.pbHasType?(:DARK) && attacker.ability == PBAbilities::PRANKSTER return [opp2] end if opp2.pbHasType?(:DARK) && attacker.ability == PBAbilities::PRANKSTER return [opp1] end Technically this isn't a 100% fix, but Dragon Darts is a signature move, this is a mod, and how likely is it for you to get a pokémon with prankster who also learns dragon darts because of randomizer shenanigans who's also going to be using dragon darts in a double battle?
  7. I'm gonna need some context here. Who's the other target? Do ANY of these things apply? - Fairy Type - Dark Type (If called by Assist + Prankster) - Wonder Guard - Protect - Being in the middle of Fly/Dive/Dig/Bounce/etc - Increased evasion (or your accuracy is lowered) - Follow Me
  8. Lucida

    Luna

    1: Luna's trans, yes 2: Keep playing postgame, you'll find out in Tier 7.
  9. Please read the OP. If you don't know how to unzip a rar file, you want to download either 7zip or winrar. Installation: 1. Unzip this rar and drag it into your game folder. Don't worry, it doesn't overwrite anything.
  10. why did you necrobump a 2 year old post, the rules say to not do this for 2 month-old posts
  11. Alright so! I'm going to format this as: Eeveelution Reborn effect/info, Gen 9 effect/info, What I ideally think it should be/notes open spoiler to see info
  12. Revert to a file before you started the Pokedex Quest. There's also the option of starting the game from a fresh file, since the early game has been drastically changed.
  13. Bugs i found while looking through ability code: Gulp Missile can be copied by Trace for some reason. As One is copyable *and* suppressable/replaceable. This probably causes a crash if something that isn't Calyrex has it.
  14. 1: The majority of opposing trainers have 31ivs already, use the 31iv password to get this yourself 2: "flatevs" password does this to opposing trainers, but you'll need to do this to yourself. Setting default EVs on a caught pokemon is probably possible through modding, as well. Try it out yourself! 3: No mod or password exists for this, but you can certainly code one yourself. I haven't looked too much into the code related to the PULSE2 password, but i'd imagine that you'd be able to do this by coping most of the code and using it to make all opposing trainers Hardy Nature (the one you forgot about, this is actually the one that neutral-natured pokemon in trainer battles are set to in the mainline games!) 4: That's a *lot* of pickups. You'd be better off making the items non-functional instead, like what the Nuzlocke password does. You should also make Negative Imprints non-functional, since those allow you to decrease your IVs. 5: yeah this is easy just change one event in the map file 6: There's a mod for this 7: The 31iv password already does this for some reason.
  15. Wrong subforum. This is for mods, not game advice. There's a "Debug Mode" mod here though, download that and you can debug in as many Data Chips as you want to.
  16. MultipleForms, i think. PokemonMultipleForms is almost entirely dummied out as of e19.
  17. owo what's this from inside fervis' nuclear mod? Found the fix! Well, Dyna Toxtricity is still broken even with this. But who even uses that lmao
  18. I think that bluetowel might have fixed this issue in PoA. Rapid-Strike is set as form 1, so you need to change the getUnmegaForm code to be next 0 if pokemon.form==2 next 1 if pokemon.form==4 i deleted the part of my game that handles the Unmega code so i'm gonna need to look through the eeveelution reborn patch again .... This error is being caused by the fact that PokemonMultipleForms was mostly commented out and put into MultipleForms as of e19, and the unmega code is handled with "DefaultForm" instead of "UnmegaForm". Also this bug happens with Dyna Toxtricity. I have no idea how to fix this, but this is the actual devs' fault and not Fervis' fault.
  19. So... Abilities for Hisuian mons got changed in gen 9 (and someone in the #reborn-mods channel is mad about this) Would it be possible to make a small update that just updates Hisuian moves (e.g. Victory Dance is now +1atk/def/spe) + mons' abilities (e.g. Hisuian Arcanine has Rock Head instead of Justified, Hisuian Decidueye has Scrappy instead of Long Reach) before making the actual gen 9 patch?
  20. Due to this not being gen 8-based, there's slight limitations on egg moves. As well as that, the overwhelming majority of event moves (Aka anything that's not on a legendary pokemon, or Celebrate) aren't obtainable, Zygarde doesn't get Core Enforcer, and moves only obtainable prior to generation 7 (E.g. Gen 4-6 TMs, all Purification moves, Wish Blissey) aren't obtainable.
  21. Ok so. 1: Go to this page 2: Download the ZIP from the Google Drive. 3: Extract the ZIP 4 (Optional): Download Pyrolusitium-Z and/or Reborn e19 Music Mod and drag the files within that into the Eeveelution Reborn folder 5: Click Game.exe inside the Eeveelution Reborn folder.
  22. Gen 8 mod is really big, it's not something you just put in your mods folder. ... It should probably have the instructions on how to install it on the page? Actually, all mods that aren't "put this file in your mods folder" have those instructions.
  23. It should be in the Obsidia Department Store (10F).
×
×
  • Create New...