• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. LinKazamine

    Resource Friend Safari

    Well, there is no option to ban by species but you can ban pokemon with certain flags. There is a BAN_LIST, where you can add flags that would discualify a pokemon from being chosen. By default, it includes flags "Gen1", "Gen2", "Fossil", "Legendary", "Mythical", "Paradox" and "UltraBeast" as...
  2. LinKazamine

    Resource Friend Safari

    The script is done like any other with a "cancel" option. And the move route has nothing to do with the script, since it is done in the map's event (so you can customize the route to the map). But to solve that problem: If you set the variable you chose to store the safari type (in the...
  3. LinKazamine

    v20.1 Friend Safari - 1.1.2

    Fixed an error when trying to delete an NPC data from the computer. Changed the variable to make posible to add it on created save files. Even so, better to test new plugins on new save files. Fixed an error when trying to register a friend. Fixed an error when trying to use pbSafariPC. Changed...
  4. LinKazamine

    Resource Friend Safari

    LinKazamine updated Friend Safari with a new update entry: 1.1.2 Read the rest of this update entry...
  5. LinKazamine

    Resource Friend Safari

    Yes, I know that the pc near Leaf crashes. I did a typo in the code that causes it. But I'm glad the other one was fixed. I updated the plugin again with the fix for the pc near Leaf. As a side note, that pc is to check the pokemon that appear in a safari or delete a saved safari. As of now...
  6. LinKazamine

    Resource Friend Safari

    The second one I figured why, but the first one I don't know why you have it. I have interacted with the pc near Blue without interacting with any other event on the map and I didn't get an error. Are you starting a new game when testing? Have you interacted with any other event before the one...
  7. LinKazamine

    Resource Friend Safari

    I can't reproduce the error. Can you tell me what have you done before the error happened?
  8. LinKazamine

    Resource Friend Safari

    I've reuploaded the plugin. See if it fixes the problem?
  9. LinKazamine

    Overview Tutorials and Resources Requests 2.0

    Well, sometime ago I saw a thread talking about this and the "solution" was to change the tileset that was being used for the outside maps during gameplay (which required to alter the code that loads a map's tileset). I think a switch was also involved to change what events appeared on map...
  10. LinKazamine

    Resource [20.1+] Weather System

    My plugin actually uses that code to set the weather. The thing is, it only does so when changing maps. So if you use it in an event, it will activate after my plugin and so it will be the event's weather the one that remains.
  11. LinKazamine

    Resource IV and EV Summary Screens

    Do you have Modular Summary Scene installed on your game? This plugin will not work without it and for what I'm seeing, all five versions I made would appear by default. If you have it installed, all you have to touch is the IV EV Summary Handlers, where you either comment out or add a...
  12. LinKazamine

    Resource [20.1+] Weather System

    You'll have to add an event that activates when the player enters the map and the switch is on/off (whatever you use to tell the game that there is a legendary pokemon there) and have it run this code: $game_screen.weather(weather,power,duration) where "weather" is ":Harsh_Sun" (or whatever it's...
  13. LinKazamine

    Resource [20.1+] Weather System

    In the configuration, there is a ZONE_MAPS, that is an array of arrays. Each array inside the main one (the one directly after the "=") is a "zone", and there you define which maps (defined by their ID) are part of this zone and, as such, will have the same weather at the same moment (with...
  14. LinKazamine

    Resource [20.1+] Weather System

    Ah, I see the problem. You have to configure the weathers to have, at the very least, the same number of zones than in ZONE_MAPS (you can define more zones in the ZONE_WEATHER, but those zones will not be used). Otherwise, the plugin will throw an error since it is trying to find data in a zone...
  15. LinKazamine

    Resource [20.1+] Weather System

    Don't know why your code is in different lines, must be an old version. Anyway, the error is saying that zoneWeather either is empty or doesn't exist. That has two posible reasons: 1) The ZONE_WEATHER for the active season is empty. If that's the case, define them. 2) Your game doesn't have the...
  16. LinKazamine

    Resource [20.1+] Weather System

    I'm looking at the plugin, but the lines don't seem to match. Could you tell me what you have on lines 117 and 121 in 01 - Main? Since I have an "end" in line 117 (and not the pbInitializeWeather that the errorlog mentions), I'm not sure if the problem is the ZONE_WEATHER_AUTUMN that I have in...
  17. LinKazamine

    v21.1 [20.1+] Weather System - Weather on Town Map

    Fixed an overview that caused SHOW_WEATHER_ON_MAP to do nothing regardless of the configuration. If you already had the plugin installed, just overwritte the 02 - Map Weather folder on the plugin's folder.
  18. LinKazamine

    Resource [20.1+] Weather System

    LinKazamine updated [20.1+] Weather System with a new update entry: Weather on Town Map Read the rest of this update entry...
  19. LinKazamine

    Resource [20.1+] Weather System

    Well, the code I did to display weather on the map shouldn't (and doesn't seem to) activate at all with Arcky's plugin installed, regardless of the SHOW_WEATHER_ON_MAP configuration. So Arcky's plugin is calling to code I did to retrieve data from the town map and that requires you to set it up...
  20. LinKazamine

    Resource [20.1+] Weather System

    Have you added the MAP_POSITIONS for all the town map points on the configuration of my plugin? For what I understand of the error, my plugin can't find a key (the map's name) matching the name of the selected point of the town's map.
Back
Top