- 3
- Posts
- 3
- Years
- Poland
- Seen Dec 20, 2021
like i didn't tried to recompile. I recompiled data a lot of times, don't you have any other ideas?!??
like i didn't tried to recompile. I recompiled data a lot of times, don't you have any other ideas?!??
I'm able to put Necrozma's specific Z-Crystal to each of their forms, and use it in battle, but when equipping it at first it says that it will not be able to use it.
It is just the message saying I cannot use it, everything else works fine.
https://imgur.com/a/E1rZ0vv
Yup, exactly as intended. This message plays for any Z-Crystal equipped to a species that cannot naturally use that Z-Move. Dawn Wings and Dusk Mane Necrozma cannot use Light That Burns The Sky, only Ultra Necrozma can. Thus, you get this message.
It might be slightly misleading, but its not honestly worth changing all the text around just for this one small thing.
Ohhh, that makes sense when you word it like that. Since they aren't technically the 'Ultra' form.
Thanks for replying!
Something with the Max Raid Dens' configuration doesn't quite sit right with me...
In Sword/Shield, you enter Max Raid Dens from the Wild Area (or similar areas in DLC zones). While in the general area of the Wild Area, you cannot Dynamax. However, this does not prevent the Max Raid Dens from functioning, which is how it is set up in this plugin. (if DMAX_ANYMAP is enabled, the Den works correctly but then I can Dynamax everywhere. if it is disabled, then the Den does not function, though I correctly can't Dynamax in the rest of the area as well. Similar results with Power Spots.)
It would be counterintuitive to have to transport the player to a completely different map just to access a Max Raid Den, no?
I figured what people would do to simulate this is put the raid dens on a Dynamax-capable map, and then just use the NO_DYNAMAX switch to toggle the functionality on/off when in/out of the dens.
I just updated to ZUD plugin latest version then got this problem. How should I solve it?
Exception: SystemStackError
Message: stack level too deep
Backtrace:
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
[ZUD Compatibilities] UI Fight.rb:208:in `initialize'
Ah, that makes sense. I was somewhat tired when i was trying it out last night, my apologies; though I wonder if the code could be altered to simply allow Dynamaxing while in a Max Raid battle regardless of the map's support for it otherwise (seeing as Max Raid Dens have to be placed by the developer anyway, I think it's pretty reasonable to infer that they're supposed to function where they're placed, seeing as there's not really any way to dynamically change Power Spots mid-game (in an elegant manner, anyway); thus removing the need for such a workaround)
The main issue I could see arising is Eternamax, and how it should be handled, but perhaps Eterna Spots stay the same.
Q: I don't get how to set up a Max Raid Den. Can you give me an example?
A: I've provided tons of examples of how to do this already. If the ones provided here aren't enough for you, check the v18.1 ZUD thread, there's probably over a dozen more listed there, too. The method hasn't changed since then other than using ID's for Habitats/Field conditions now, instead of numbers. If you can't figure it out after being shown 100 examples, idk what difference there will be in me showing you 101 examples.
;_____;
I've been using a lot of these scripts to practice, learning this PE environment and first of all thank you to all of you who do these things. I feel like I've learned so much.
Currently, I'm only having one problem I haven't figured out so far. I was hoping that someone can point me in the direction of what's wrong. I usually can figure out where to look or at least have an idea, but I frankly don't know what I'm looking at right now.
Everything I've gotten to work except Max Raid Dens. I tried it out on a map and I can get it to choose the pokemon (ask save> show silhouette/party select sreen>go to battle)
Everything goes swell up until after ... ... ... !" - it crashes with the following error.
This could be totally unrelated but I just need a point to research from and I PROFUSELY apologize if this is something incredibly obvious, although I would be happy as well.
tl;dr everything but max raid den works wat am i dooin wronge!!!1
Spoiler:
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.0]
[v19.1 Hotfixes 1.0.7]
[EBDX v1.2.5]
Exception: RuntimeError
Message: Script error in event 7 (coords 5,22), map 116 (Route 1):
Exception: NoMethodError
Message: undefined method `species' for nil:NilClass <-------------- ( this specifically, I don't understand because a regular caterpie exists. I must be doing something wrong. (p.s. there's no spaces down below, just wanted to remove :S
emoticons )
***Full script:
pbMaxRaid
Backtrace:
130: Species:68:in `get_species_form'
[ZUD Plugin] Max Raid Utilities.rb:524:in `block in <main>'
035:Event_Handlers:53:in `block in trigger'
035:Event_Handlers:48:in `each'
035:Event_Handlers:48:in `trigger'
232:Overworld_WildEncounters:434:in `pbGenerateWildPokemon'
230:Overworld_BattleStarting:251:in `block in pbWildBattleCore'
230:Overworld_BattleStarting:242:in `each'
230:Overworld_BattleStarting:242:in `pbWildBattleCore'
[ZUD Plugin] Max Raid Dens.rb:441:in `block (2 levels) in pbMaxRaidEntry'
Backtrace:
033:Interpreter:189:in `rescue in execute_script'
033:Interpreter:135:in `execute_script'
034:Interpreter_Commands:1030:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032: Scene_Map:157:in `block in update'
032: Scene_Map:155:in `loop'
032: Scene_Map:155:in `update'
I haven't changed any settings that I know of regarding this specifically. The dynamax adventures and Gmax wild battle I have nearby are working fine but this seems to blow up when it tries to get(?) generate(?) or create(?) x pokemon. It seems to happen with any species (I have tried many combos of the examples as well as changing wild encounters to force say a diglett or something random to be the only thing in the pool). At least from what I gathered, I suppose I have something misconfigured or maybe it's trying to call caterpie in this case, is that possible? I dunno.
Anyways hopefully that narrows it down and someone can let me know, thank you regardless for reading and I apologize for the bother.
I see, I'll definitely try all of those things. I've been trying on different events but they may have been copied at some point and reused so I will take that into consideration.
update:
I've tried everything (and tried it again anyways) and nothing. I'm sure it's some configuration change somehow in some data file from some plugin. For how many I've mixed together, this is the one error I'm having. I think I can manage without it for now. Thank you for your help. Here's what happens if I attempt to use debug mode to skip the battle. I'll have to look into this further when it's not 2am
Spoiler:
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.0]
[v19.1 Hotfixes 1.0.7]
[EBDX v1.2.5]
Exception: RuntimeError
Message: Script error in event 27 (coords 23,182), map 117 (Route 2):
Exception: NoMethodError
Message: undefined method `dynamax?' for 0:Integer
***Full script:
pbMaxRaid
Backtrace:
[ZUD Plugin] Pokemon Bitmaps & Icons.rb:100:in `setPokemonBitmap'
[ZUD Plugin] Max Raid Dens.rb:633:in `pbRaidRewardsScreen'
[ZUD Plugin] Max Raid Dens.rb:449:in `block in pbMaxRaidEntry'
[ZUD Plugin] Max Raid Dens.rb:352:in `loop'
[ZUD Plugin] Max Raid Dens.rb:352:in `pbMaxRaidEntry'
[ZUD Plugin] Max Raid Dens.rb:133:in `pbStartScene'
[ZUD Plugin] Max Raid Dens.rb:815:in `pbStartScreen'
[ZUD Plugin] Max Raid Dens.rb:798:in `pbMaxRaid'
(eval):1:in `execute_script'
033:Interpreter:137:in `eval'
Backtrace:
033:Interpreter:189:in `rescue in execute_script'
033:Interpreter:135:in `execute_script'
034:Interpreter_Commands:1030:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032:Scene_Map:157:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'
I appreciate the response, I was afraid to ask because I didn't want to seem like another one of those "I DEFINITELY TRIED IT" types who clearly didn't read the instructions.
I'll have to look, maybe it's something to do with my naming conventions. This at least gives me an idea to look.
As for specific changes to it just for your references: (to ZUD only here)
Spoiler:
#-------------------------------------------------------------------------------
# Max Raid Settings
#-------------------------------------------------------------------------------
MAXRAID_SIZE = 3 # The base number of Pokemon you may have out in a Max Raid.
MAXRAID_KOS = 6 # The base number of KO's a Max Raid Pokemon needs beat you.
MAXRAID_TIMER = 49 # The base number of turns you have in a Max Raid battle.
MAXRAID_SHIELD = 3 # The base number of hit points Max Raid shields have.
Could be unrelated but I'm going to set it back to complete defaults, (maybe turn counter was too high, just a side thought) as well as check over my folders. I guess my main thought is that I could have potentially differently named sprites,etc. Although I still can't understand what exactly is the issue in that error report. Is it specifically this part where things went wonky?
>[ZUD Plugin] Pokemon Bitmaps & Icons.rb:100:in `setPokemonBitmap'
Also just fyi I do have it (DMAX_ANYMAP = true) because I couldn't figure out how to apply it to the specific map (Although I really didn't try that hard so I'll do that too and see). I'll try all configurations of TRUE/FALSE for Candmaxwild+dmaxanymap
Hopefully any of the above can provide insight and either way, thank you again.
I'll try out a brand new fresh plugin-less version here in a few minutes (except what I need to install this obviously. )
By the by, the only other thing that "didn't" work so far is max turns can't go above 25 it seems just a side note for ex if I set it to 45 or 99 or 999999(lol just kidding), it will always say 25. I didn't look if there's a cap somewhere yet because it didn't seem to affect anything besides the display.
edit:
On a fresh install it works fine. (19.1, ZUD, 19.1 hot fixes)
This used only the vanilla essentials folder obviously so quite a few things weren't moved over like previously.
I'll compare them more thoroughly later
plugins in other version + Gen8Project
000 ZUD Compatibilities
DiegoWT's Starter Selection (unused)
Elite Battle DX
Following Pokemon EX
Luka's Scripting Utilities
Marin's Map Exporter
Marin's Scripting Utilities
Random Pokemon Selector (unused)
Tileset Rearranger
Trade Expert
v19.1 Hotfixes
Voltseon's A-Star Pathfinding
Voltseon's Pause Menu
ZUD Plugin
I would guess it can be narrowed down to one or more or a combination of
ZUD
EBDX
FollowingPkmn
Gen8pr
I guess mayhaps one or more of these changed names or something similar in a way I didn't account for. I'll look into it more obviously but there's that. I could be totally off base as well but I'm willing to look anyways.
These conclusions I came to because none of the others change anything in this regard (As far as I'm aware) as well as noting that I have added other trainers spites, for example but not changed any names or really much of anything else yet as well as using only a basic tileset (essentially it's the pokemon essentials basics + a custom tileset that's just those basics on one page) so I can't imagine I've personally changed anything in that regard aside from the aforementioned plugins and their settings.
I will also double check that I have all script edits properly set up on the non-fresh edition