Jump to content

Lucida

Veterans
  • Posts

    91
  • Joined

  • Last visited

Reputation

11 Fledgling

About Lucida

  • Birthday March 1

Profile Information

  • Alias
    hoes mad
  • Gender
    Female
  • Location
    The Darkened Fields of History
  • Interests
    Pretty much everything lol

Contact Methods

  • Discord
    Tari#2849

Recent Profile Visitors

1626 profile views
  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.
×
×
  • Create New...