• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Recent content by MakerBlack

  1. MakerBlack

    Resource Following Pokemon EX

    Sorry for intruding, could you please point out where the problem was?
  2. MakerBlack

    Resource Marin Side Stairs - v21

    Hi, there's still another ladder script option, which is this one: https://eeveeexpo.com/resources/1712/ It seems stable too, and I like how it works. But I'm still polishing it and will post an update regarding the follower there to improve it even further.
  3. MakerBlack

    Resource Marin Side Stairs - v21

    I encountered a very specific bug. If you enter a ladder slope and walk up it naturally, the animation between your character and the follower is synchronized. If you enter a slope vertically, step on the slope below, and then complete the ladder, the follower gets stuck at the coordinate of the...
  4. MakerBlack

    Resource Terastallization [DBK Add-On] [v21.1]

    Hello, I have a report for today! "BattlerReachedHPCap" works well when we're talking about movement damage, but when we reduce health with negative effects or weather effects, this isn't counted...
  5. MakerBlack

    Resource Deluxe Battle Kit [v21.1]

    You did a beautiful job there! If I find anything that helps, I'll send it here! xD
  6. MakerBlack

    Resource Deluxe Battle Kit [v21.1]

    I like to use a maximum of 255 for the best decisions, predicts haha I found a solution to this problem for me, I just wouldn't say it's the best solution, but it worked for now. Battle::AI::Handlers::PokemonItemEffectScore.add(:FULLHEAL, proc { |item, score, pkmn, battler, move, ai, battle|...
  7. MakerBlack

    Resource Deluxe Battle Kit [v21.1]

    Regarding the AI of Kit items when using Full Heal, it would be good to include an exception for when our opponent has a Pokémon with the ability Guts on the field, forcing them to ignore Full Heal and use a useful item instead. Since the negative status under these conditions causes a damage buff.
  8. MakerBlack

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    Pausing support on this channel to create an optional Plugin for Cable Club, with improvements that you can import into the standard Essentials version without EBDX v21 and also with new content.
  9. MakerBlack

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    In class Battle::Move::HitTwoToFiveTimes < Battle::Move is using rand() instead of @battle.pbRandom , the same happens in class Battle::Move::HitTenTimes . It's important to fix this so that battle synchronization works properly, especially when using the Cable Club Plugin. Thanks!
  10. MakerBlack

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    I recommend you install the script in a standard essentials, test its efficiency, then add your configuration according to the system's compatibility and eliminate what may be wrong.
  11. MakerBlack

    v21.1 Joiplay Helper and Utilities - New features for Joiplay and RPGM Plugin.

    Another exclusive update for Android emulation via Joiplay and RPGM Plugin. Added a method to block fast forward in Joiplay. Added a method to block loading of customizable scripts via patches in Joiplay. Added a method to block cheats in Joiplay.
  12. MakerBlack

    Resource Joiplay Helper and Utilities

    MakerBlack updated Maker Black Utilities with a new update entry: New features for Joiplay and RPGM Plugin. Read the rest of this update entry...
  13. MakerBlack

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    Very good! I haven't tested this script on v21.1 yet! Just the Z-Moves and they worked great!
  14. MakerBlack

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    It's expecting an integer, and it looks like the typing is being sent. It's likely that the writing of Pokémon data and the reading of cable_club.py aren't synchronized. Have you enabled support for the plugins you installed? Like terastal? This is done in: TERA_INSTALLED = true You need to...
  15. MakerBlack

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    Tell me in detail where you left off so I can see how to help you. And what problem you're facing.
Back
Top