- 53
- Posts
- 5
- Years
- Seen Feb 6, 2025
I've followed fauno's guide step by step; maybe it's just my version, Zmoves implemented but I keep getting this error message no matter what I try:
I use 16.2 with Zmove add-on.. Whoever managed to get the Dynamax script fauno made work for that version, I'd like to see how you arranged the arguments to pull it off. The creator of the did mention it was incomplete and to expect errors but everything else is ok except scene which what led me to this question.. Wait for the Dynamax and Gigantamax script to become an add on when finshed, wait for someone to show how all arguments were arranged to work for V16.2, hybrid Mega Evolution with Zmoves with Dynamax band for both purposes but a crystalized energy to make the moves possible must be implemented unless I can make PikaPa-Pow and Veevee Volley work without needing a specific item or crystal, or make the jump to the latest version of essentials and transfer everything I can over and do it again which is my last resort if neither of the ladder 3 happen by the end of season 2 in development which is when I'll give a link to my project here? Reason being that season 1 by itself was buggy (aka desperatly unfinished and not something I'd post the link to on pokecommunity yet but it's at least working in some respect); Many plans in season 1 had to be moved to season 2 cause of time taken and was made exclusive to certain socials for testing purposes only. Any opinion to help weigh my options or the ladder 3 is welcome.
Spoiler:
Code:
Message: wrong number of arguments(4 for 5)
PokeBattle_Scene:384:in `refresh'
PokeBattle_Scene:384:in `initialize'
PokeBattle_Scene:251:in `new'
PokeBattle_Scene:251:in `initialize'
PokeBattle_Scene:1928:in `new'
PokeBattle_Scene:1928:in `pbStartBattle'
PokeBattle_Battle:2600:in `pbStartBattleCore'
PokeBattle_Battle:2573:in `pbStartBattle'
PField_Field:905:in `pbWildBattle'
PField_Field:904:in `pbSceneStandby'
I use 16.2 with Zmove add-on.. Whoever managed to get the Dynamax script fauno made work for that version, I'd like to see how you arranged the arguments to pull it off. The creator of the did mention it was incomplete and to expect errors but everything else is ok except scene which what led me to this question.. Wait for the Dynamax and Gigantamax script to become an add on when finshed, wait for someone to show how all arguments were arranged to work for V16.2, hybrid Mega Evolution with Zmoves with Dynamax band for both purposes but a crystalized energy to make the moves possible must be implemented unless I can make PikaPa-Pow and Veevee Volley work without needing a specific item or crystal, or make the jump to the latest version of essentials and transfer everything I can over and do it again which is my last resort if neither of the ladder 3 happen by the end of season 2 in development which is when I'll give a link to my project here? Reason being that season 1 by itself was buggy (aka desperatly unfinished and not something I'd post the link to on pokecommunity yet but it's at least working in some respect); Many plans in season 1 had to be moved to season 2 cause of time taken and was made exclusive to certain socials for testing purposes only. Any opinion to help weigh my options or the ladder 3 is welcome.