Recent content by GojouGostosu

  1. G

    Script: Deluxe Battle Kit [v21.1]

    Have you checked this plugin? https://eeveeexpo.com/resources/1023/
  2. G

    [Scripting Question] Game freezes after event finishes

    That's probably the problem. Your NPC must be trying to walk outside the map, but there's nothing outside the map, so he can't go anywhere. Try expanding your map in the direction your npc is walking to, or shortening the moves in your move route so that the NPC don't try to go outside the map.
  3. G

    [Error] Error when an enemy trainer uses an Item.

    Which version of essentials are you using? There's any plugin in it? You should always put this when wanting something here so people can actually help you out
  4. G

    [Error] Showing void instead of tiles when playing

    Check your map configurations. This is probably because your map are settings is bigger than they should be. Check also your maps connections in debug mode. This could be two maps in the same place. The wrong connection can make this bug sometimes.
  5. G

    [Error] Pokémon Essentials Post-KO Bug

    Did you change the essentials base scripts? If yes, check if you didn't accidentally messed up the switching in/out your pokémon codes Since you are using the DBK plugin. It could be a problem with a midbattle script too, if you are using it Obs: If you computer went off with rpgmaker open...
  6. G

    [Other Question] Just starting out

    There's an YouTube series that teach newbies. Search for thundaga there.
  7. G

    [Scripting Question] Game freezes after event finishes

    Erase all of your move route. Put one move, test, if it works, put another. The Wait for move completion error is usually because the NPC is trying to move in a direction with an obstacle in it. Since there's an obstacle, the NPC can't move, but the game keeps trying to move. That way, the...
  8. G

    [Scripting Question] Help to make an ability [21.1]

    You should look at the codes of Beast Boost and Swift swim. Copy the code of Beast Boost and change the check for a knockout for the rain check of Swift Swim. This should work.
  9. G

    [Game Idea] New to making Fan Games and working through an Idea as I learn

    Where do you want to do your game? If it's a hack rom, I'm sorry but I can't help But if you choose to do it in Pokémon essentials, I know that there's plugins for everything you want Midbattle dialogue can be done with the DBK plugin by Lucidious89, this plugin has some very interesting...
  10. G

    Script: Deluxe Battle Kit [v21.1]

    Don't know about choosing up to 3 pokémon. Maybe you could set a new variable in regular essentials and use it to modify the party maximum size. I generally do multiple midbattle script in a single battlerule command before the battle and it works for me.
  11. G

    Script: Deluxe Battle Kit [v21.1]

    Is there a way to give the player a choice about which generational gimmick they want to use? From what I saw, the Tera plugin doesn't let you choose the dynamax option unless you already terastalized another pokemon if you have the option of using both dinamics. Also, if the pokemon can mega...
  12. G

    [Error] Help with an error in battles

    I'm using the v21 with the berrypots plugin, BW gender selector and Bag screen with party. I edited some graphics yes, but don't deleted anything that wasn't substituted. I already tried recompiling the PBS files, but this didn't resolved the problem. I don't understand why the pokemons keep...
  13. G

    [Error] Help with an error in battles

    Hello! Every time I start a battle, this bug shows up! * BUG * In pixman_region_union_rect: Invalid rectangle passed Set a breakpoint on '_pixman_log_error' to debug When in the battle, the opponent pokemon uses only the move struggle. I have set the moves for the pokemon to use, so I don't...
  14. G

    Script: ZUD Plugin [v20.1]

    Yeah! I have made some changes in the script for compatibility between several plugins, but can't found what should I do with this
  15. G

    Script: ZUD Plugin [v20.1]

    I'm getting this error: Exception `NameError' at [ZUD Mechanics] Data_PowerMove.rb:375 - uninitialized constant MessageTypes::Moves I think I may have deleted something I shouldn't or made something wrong in the instalation maybe?
Back
Top