• 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.
  • 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 [20.1+] Weather System

    I don't know why they conflict either. And looking at the last line that was run (29 in StartGame), it seems to be something about $PokemonSystem.screensize, which my plugin doesn't touch at all (don't know if the other one does). The only thing I can think of that may solve the problem is...
  2. LinKazamine

    Resource Improved Field Skills - Use HM's Without Knowing the Move! [v21.1]

    Are you testing the game? If you are playing it through the rpg maker test mode you are playing it on "debug mode", which makes you able to use any and all hm moves at any moment, regardless of whether you have pokemon that can use it or not. Open the game by opening the "Game.exe" file in the...
  3. LinKazamine

    Resource Friend Safari

    Well, yes, I state in that section of the overview that you have to create the folder since I don't know how to make the plugin do so. And since you can change in the configuration the name and even the location of said folder, I left it for the developer to create it wherever they wanted.
  4. LinKazamine

    Resource Friend Safari

    You do so with the woman on the far right. First you have to create your friend safari by talking to her, which will make a txt file with your character's name appear on the folder FriendSafari on the project's main folder (where are the graphics, plugins, etc folders). Then you select "Register...
  5. LinKazamine

    Resource Friend Safari

    I haven't made any filter to keep the player from using their own name to register a friend safari, so you should be able to create your code and register yourself as a friend to enter your own safari.
  6. LinKazamine

    Regional Form Evolution problem.

    You don't have to change them on the .txt file. Duplicating the data from the "default form" will do nothing. What you have to do is change how they work on the scripts. There is one script (called FormHandlers) where is all the code for defining which form certain pokemon are. That is what you...
  7. LinKazamine

    Regional Form Evolution problem.

    Well, if they are coded to work like pikachu, by changing the number of the form you are changing in which region they evolve ([DARTRIX,1] evolves to [DECIDUEYE,1] in region ID 1, [DARTRIX,2] evolves to [DECIDUEYE,2] in region ID 2 and so on). If you change the code to be like vulpix, you only...
  8. LinKazamine

    Regional Form Evolution problem.

    Do you have any way to define which form rowlett (and the other forms) are? If it's like pikachu (which would be the logical thing, since default and "hisuian" rowlett are the same), they will change forms dinamically to match the region number (as defined in town_map.txt) they are at the moment...
  9. LinKazamine

    Resource Friend Safari

    Ah, yes, I noticed what the error you were having was and I made a code to substitute the outdated one in the event's conditional branches. I first named the code pbNPCNamesIncluded but then changed it to pbNPCNamesRegistered, since it would make more sense. If you change that in Leaf and Blue's...
  10. LinKazamine

    v20.1 Friend Safari - 1.1.3

    Added code that allows to check on conditional branches if a name is registered or not. Checked events on example map to make sure no outdated code remained.
  11. LinKazamine

    Resource Friend Safari

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

    Resource Friend Safari

    Well, that is weird. I checked my map and realised that the events sometimes still used the variable name I used before changing to a unique one for this plugin, but it was PokemonGlobal, not PokemonSystem. In any case, I've gone through them all to change it for the correct variable name. Could...
  13. LinKazamine

    Resource Friend Safari

    When you say "auto leaf code", you mean the auto event that activates when entering the map for the first time? What error where you having?
  14. LinKazamine

    Resource Friend Safari

    I'm not seeing anything weird with the code. I've compared it with the one the pc uses on v21.1 and it should work. The errors started out of nowhere? Did you change something in the plugin right before the errors started? Or in the map I provided as an example?
  15. LinKazamine

    Resource Friend Safari

    You mean the pc crashing? Can you share the errorlog? I haven't touched the code aside from making the pokemon list look better, but I tested that and worked for me so the problems shouldn't be happening again.
  16. 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...
  17. 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...
  18. 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...
  19. LinKazamine

    Resource Friend Safari

    LinKazamine updated Friend Safari with a new update entry: 1.1.2 Read the rest of this update entry...
  20. 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...
Back
Top