- 549
- Posts
- 18
- Years
- Age 31
- Seen Jan 5, 2021
I have worked with Mysql before, I can probably help you take a crack at it.
I just wanna know what it means by that and why I can't open it.
I have worked with Mysql before, I can probably help you take a crack at it.
I just wanna know what it means by that and why I can't open it.
You can still look up what a Pokémon's gender is, even if it is defined by a calculation using the personal ID.
"The older Essentials" is not at all useful.
The other way is to code something yourself. A simple example is:
Code:def pbEligibleTeam(number,levelcap) count=0 for i in $Trainer.pokemonParty count+=1 if i.level<=levelcap end return true if count>=number return false end
pbEligibleTeam(3,50) returns true if you have at least 3 Pokémon at Level 50 or below, and false if you don't.
.
I realise this, but nobody seems to want to answer in the other one anymore, assuming that, that is for the older essentials... Ah you're right, I was reading a little too much into that, I've now got type and alsorts to work through this, thanks for your help on this anyway, liking the new essentials, although changing the screen to DS may not be a good idea in some sence, I think "touch" screen at the bottom is making games to similar... That's all I'm saying. X
---------------------------
Pokemon Essentials
---------------------------
Exception: NoMethodError
Message: undefined method `length' for nil:NilClass
PokemonUtilities:1934:in `pbSetViableDexes'
PokemonPauseMenu:96:in `pbStartPokemonMenu'
Scene_Map:188:in `call_menu'
Scene_Map:159:in `update'
Scene_Map:68:in `main'
Scene_Map:65:in `loop'
Scene_Map:72:in `main'
Main:37:in `mainFunctionDebug'
Main:15:in `mainFunction'
Main:15:in `pbCriticalCode'
This exception was logged in
C:\Users\Metin\Saved Games/Pokemon Essentials/errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
There's no need to post this "error" twice.i get this error message after i try to open menu... =(
and i didnt changed anything...
Code:--------------------------- Pokemon Essentials --------------------------- Exception: NoMethodError Message: undefined method `length' for nil:NilClass PokemonUtilities:1934:in `pbSetViableDexes' PokemonPauseMenu:96:in `pbStartPokemonMenu' Scene_Map:188:in `call_menu' Scene_Map:159:in `update' Scene_Map:68:in `main' Scene_Map:65:in `loop' Scene_Map:72:in `main' Main:37:in `mainFunctionDebug' Main:15:in `mainFunction' Main:15:in `pbCriticalCode' This exception was logged in C:\Users\Metin\Saved Games/Pokemon Essentials/errorlog.txt. Press Ctrl+C to copy this message to the clipboard. --------------------------- OK ---------------------------
There's no need to post this "error" twice.
You're trying to use an old savegame with the new release, which you shouldn't. Start a new game.
MySQL support
- It's in, although I don't know how to work it. I'm pretty sure it will allow for at least an online trade station, though, which people seem to like the sound of. If you can make something of it, please let me know.
Yes, that's been in for a while now. o_Oso can we have a region dex or not.
Yes, that's been in for a while now. o_O
Can you tell me how to input one b/c my game has 250 to start?
Pokémon Essentials Wiki said:There are two basic types of Pokédex list: the National Dex and the Regional Dex. The National Dex contains all Pokémon in the game, in the order they appear in the PBS file "pokemon.txt". Regional Dexes are different.
One of the properties that can be set for a Pokémon species in the PBS file "pokemon.txt" is "RegionalNumbers". This property gives the Regional Dex number(s) of that species. For example:
This example means that the species is number 25 in the first Regional Dex, 137 in the second Regional Dex, and doesn't appear in the third Regional Dex.Code:RegionalNumbers=25,137,0
Every line should have the same number of numbers (e.g. the above example has 3 numbers - all other "RegionalNumbers" lines for other species should also have 3 regional numbers). You can have species which do not appear in any Regional Dex; in which case, simply don't have a "RegionalNumbers" line for it (or set all the numbers to 0).
It is important to note that these Regional Dexes do not automatically correspond in any way to the regions defined above - making them do so requires playing with various settings.
You've given us nothing to work with, you know. No screenshots or proper description or anything, just "it won't work".Got a problem i have two events that give you pokemon besides your starter and for some reason they won't work. Any idea how to fix the one i had before in an older version works idk what i'm doing wrong?
Thanks! The next release is (hopefully) going to be much more impressive even than it currently is, what with the larger screen and better graphics.Very impressive Maruno, you and making me wanna use Essentials more and more these days keep at it and before you know it i may release a Pokemon game