• 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.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. MakerBlack

    Resource Following Pokemon EX (21.1 port)

    Hello trainers, how are you? I noticed that any follower in Pokémon Essentials v21.1 does not follow as in v20, this is due to a change in the moveto method, which now does not move a Character fluidly. Well, I did not make a precise correction to this, but a reform in the fancy_moveto method...
  2. MakerBlack

    Resource Joiplay Helper and Utilities

    MakerBlack submitted a new resource: Maker Black Utilities - Make it easier to handle items, Pokémon, and other resources in Pokémon Essentials. Read more about this resource...
  3. MakerBlack

    v21.1 Joiplay Helper and Utilities 1.0.4

    It's time to start giving back to the community after everyone helped me a lot with codes, I started to evolve and I seek to share resources with you to also add content and tools that improve our lives. This script is dynamic to support Joiplay emulator and also some standard Essentials...
  4. MakerBlack

    Resource Terrain Tag Side Stairs

    I took some time to fix the jumps caused by moveto, which was used to handle exceptions when it was not known which path the follower should take. Although new_x, new_y seem confusing, I made an adaptation so that going up and down stairs with or without this Script works smoothly. Everything...
  5. MakerBlack

    Resource Terrain Tag Side Stairs

    It turns out that the moveto method is now instantaneous, there is no longer a smooth movement of the character to the desired location. Before it was useful for these animations. To help, I tested the follower being an event in Essentials v21, and also in the development versions, if you do a...
  6. MakerBlack

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

    Hello! I made a quick adjustment as follows: First, I saved the levels in oldlevels and then applied the level in: battle_rules.adjustLevels(player_party, partner_party), then returned the levels in: battle_rules.unadjustLevels(player_party,partner_party,oldlevels) But I'm still facing some...
  7. MakerBlack

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

    Hello, in version 21 the level adjustment is not working as it should, because the LevelAdjustment class received a change in the variables BothTeams is now BOTH_TEAMS and you would need to add the level recalculator again in self.do_battle. We are getting better and better!
  8. MakerBlack

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

    Hello, how are you trainers? Vendily, a report, on the python server POKEMON_MAX_NAME_SIZE is set to 10. But there are already Pokemon with names bigger than that. Corviknight, Slither Wing, Roaring Moon are examples of this. Hope this helps!
  9. MakerBlack

    Resource The Gen 9 Move Animation Project

    Hello, first of all, thank you very much for everyone's work and dedication to this project. I have a question, is there any prediction for when Pikachu Partner's moves will be released? Zippy Zap, Floaty Tail, etc.?
  10. MakerBlack

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

    Hello trainers, if you want to port this to Essentials v21 (I haven't tested it on v20), with EBDX Unnoficial compatibility, some tested changes are necessary. Basically, the sprite reading is inverted with each Pokémon change, use of mega evolution, etc... For some reason the EBDX sprites are...
  11. MakerBlack

    Resource Voltseon's Multiplayer Solution

    Yes, initially in battle! Basically spectating Player1 could be the opening of a battle scene and receive the actions he has committed and suffered during a battle. Without the player necessarily having access to use the movements, just turning off spectator mode. I'm not the most knowledgeable...
  12. MakerBlack

    Resource Voltseon's Multiplayer Solution

    I'm really looking forward to the results of the next versions and thinking a lot about the PVP that is coming, thanks to this I came up with a system that is necessary for a community to stay tuned. It would be great to have a spectator system to watch the battle against other players or even...
  13. MakerBlack

    Resource DiegoWT's Starter Selection

    All good! But to help with future projects, I noticed that the new interfaces use this method: #=============================================================================== # Linear interpolation between two values, given the duration of the change and # either: # - the time passed since...
  14. MakerBlack

    Resource Voltseon's Multiplayer Solution

    Wow, is it also EBDX compatible with unofficial port? I was waiting for something amazing to migrate to v21 as soon as possible, this is inspiring me so much. Honestly, in addition to making items compatible, mega evolution and generation 9 resources would be incredible too. (I hope to test it...
  15. MakerBlack

    Resource Voltseon's Multiplayer Solution

    What you did is incredible, it really proves that you are capable of evolving our essential technology today. Do you intend to create a very complete online battle system as well?
  16. MakerBlack

    Recent compatibilities with Joiplay Android emulator

    Hello, this is my first feature and I want to share with you progress that we have made with the Joiplay team. They are attentive to our requests and as a result, Pokémon Essentials has had its compatibility greatly improved over the last year. The emulator needs to port several methods and...
  17. MakerBlack

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

    Hello, I came to leave a report for possible improvements in the next versions 1. Compatible with a move if a Beedrill learns the move only when it is a Kakuna. 2. Add the Pokémon battle history to the DEBUG LOG. For example: Viana ID: XXXXX won a battle against Pedro ID: XXXXX in a Single...
  18. MakerBlack

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

    I followed the steps but I want to know where I could have gone wrong. I fixed the bugs for everything on PBS so the server should run fine. What could it be? messijesus30@server-fallen-online:~$ python3 cable_club_v20.py Traceback (most recent call last): File "cable_club_v20.py", line 540...
  19. MakerBlack

    Completed Pokémon AlexSMRPG 2: Uma Nova Jornada V.2 (NOW IN ENGLISH)

    Muito bem, siga com seu belo trabalho!
  20. MakerBlack

    Resource EBDX move & common animation pack

    Do you intend to bring movements from Generation 9? Why don't you make a guide on how to make more animations easily so people can follow your work?
Back
Top