• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Question] Error with tileset???

OverusedNameHere

Head Dev - Pokémon Throne
  • 23
    Posts
    6
    Years
    Hey everyone, I'm making a fan game using Essentials 19.1 and made a map that's less than 50x50 tiles. If I walk west to a certain vertical column of tiles, the game crashes leaving this message. Is it an issue with the tileset?

    [Pokémon Essentials version 19.1]
    [Generation 8 Project v1.1.0]
    [EBDX v1.2.3]

    Exception: NoMethodError
    Message: undefined method `*' for nil:NilClass

    Backtrace:
    075:CustomTilemap:510:in `addTile'
    075:CustomTilemap:943:in `block in refresh'
    075:CustomTilemap:940:in `each'
    075:CustomTilemap:940:in `refresh'
    075:CustomTilemap:1009:in `update'
    074:TilemapLoader:38:in `update'
    065:Spriteset_Map:121:in `update'
    066:Sprite_AnimationSprite:81:in `update'
    032:Scene_Map:144:in `block in updateSpritesets'
    032:Scene_Map:138:in `each'
     
    Back
    Top