- 318
- Posts
- 5
- Years
- Germany
- Seen Apr 28, 2025
Here is the full error
https://photos.app.goo.gl/QshkADqi1xcuLNfi7
This error comes from line 1142 in your ZUD_MaxRaid_01_Battle script.
More precisely, every encounter is considered as a pokemon battle in Safari Zone. But you don't use your own pokemon. So the player itself is considered as a battling pokemon instead, as some kind of fake battle. Now, your ZUD_MaxRaid_01_Battle script adds dynamax to pokemon in battle. But the script forgot to add it in fake battle.
So the following bug fix will remove this error.
Start the script editor (F11), go into the script section "PokeBattle_SafariZone" and add the following code
right below the line 38 (line 38 says " alias isMega? mega?").Code:def dynamax?; return false; end alias isDynamax? dynamax?
However, since we don't use that Dynamax script in this thread here, I cannot say if there are more upcoming errors in the ZUD MaxRaid script. I recommend that you should post your error message (and perhaps the solution above) in the ZUD MaxRaid thread. This ensures that the writers of the ZUD MaxRaid script can update the code and remove the bug.
And I have another hint for you: Yet, we can't see your photo since you added the link https://photos.app.goo.gl/QshkADqi1xcuLNfi7 as an image ()which it isn't). If you want to add a link to your photo https://photos.app.goo.gl/QshkADqi1xcuLNfi7 then simply write the link. Thankfully, I found your link in another way.