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...
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...
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...
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...
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...
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...
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!
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!
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.?
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...
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...
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...
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...
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...
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?
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...
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...
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...