-
Posts
100 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Reborn Development Blog
Rejuvenation Development Blog
Desolation Dev Blog
Everything posted by Lucida
-
I can't seem to find a way to these in Reborn?
Lucida replied to CrescentMoon's question in On the Hunt
It's a Star Piece and an XL EXP Candy. The train is already down there, implying that you're already done that train. You can't go back there. -
holy fucking necrobump Gastly is now post-amaria.
- 11 replies
-
- gastly
- on the hunt
-
(and 1 more)
Tagged with:
-
You can leave the factory. The only situation in which you're stuck in a location without PC access is in a single postgame quest.
-
Are you using a 19.5 or 19.14 file? Mods haven't been updated for 19.5 yet.
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
Yes it's to do with Taka. If you fought Umbral Taka, you skip the fight.
-
Define corrupted. Send a screenshot or copypaste of the error message, or if you can't do so use another savefile.
-
Need help about modifying the ability description in-game.
Lucida replied to useyourfcknbrain's topic in The Mod Market
Compile the PBS files. I think. -
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
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
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.
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
Meltan event in silph co iirc
- 1664 replies
-
- 1
-
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
It's based on the personality value, just like with Silcoon and Cascoon. so you need a new one.
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
how can i get my venusaur to learn grassy terrain
Lucida replied to venurawr's question in On the Hunt
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. -
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?
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
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
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
1: Luna's trans, yes 2: Keep playing postgame, you'll find out in Tier 7.
-
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.
-
why did you necrobump a 2 year old post, the rules say to not do this for 2 month-old posts
-
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
- 1664 replies
-
- 3
-
-
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
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.
-
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.
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
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.
-
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.
-
MultipleForms, i think. PokemonMultipleForms is almost entirely dummied out as of e19.
-
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
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with:
-
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.
- 1664 replies
-
- mega evolution
- custom
-
(and 3 more)
Tagged with: