• 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.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!

Search results

  1. wrigty12

    Resource DialogueSound

    If you wanted to make this more robust, I'd recommend adding the ability to add a command within the text itself to use a specific sound effect. Something along the lines of "\tds[boopSINE]This text uses the boopSINE sound effect, but \tds[boopSQUARE]this one's a square!" (tds stands for text...
  2. wrigty12

    Resource Instant Messages

    It all depends on what menu you're using. Take a look at how other options in the menu are set up, duplicate one, and create it based on that!
  3. wrigty12

    Egg pokémon like in pokémon reborn

    https://eeveeexpo.com/resources/1260/
  4. wrigty12

    Resource [v20.1\v21.1] Arcky's Region Map

    That error looks like something with Lins Weather System plugin, maybe something you don't have built out right yet?
  5. wrigty12

    Resource Gift Box Items

    I don't have any plans on doing anything with this plugin besides bug fixes since it was a random one-off for someone. But it sounds like an easy learning experience to try coding that yourself!
  6. wrigty12

    Resource Instant Messages

    Maybe I'll add an option to make multiple instant messages have a time gap in between them when you first open them when I have some free time, but I wouldn't expect it super soon.
  7. wrigty12

    Resource Instant Messages

    Are you asking them to appear with some time inbetween? That isn't realistic to how an actual phone/IM works so I did not implement it that way. Imagine, over the course of an hour, you receive a message at 10 am, another at 10:34am, and a third at 10:48am. You view your messages at 11:00am...
  8. wrigty12

    Resource DexNav UI

    Why do you think it's the weather system? You're passing numbers instead of species names somewhere in your encounter definitions I think. Can you show the encounter definitions for the maps that see this crash?
  9. wrigty12

    Resource Social Links

    Yep, you'd do it through an event probably.
  10. wrigty12

    Resource Pokemon World Tournament (Unofficial V20.1 Port)

    My best guess from looking at that code is you don't have a graphic for one of your trainers in the Graphics/Characters/ folder.
  11. wrigty12

    Resource Pokemon World Tournament (Unofficial V20.1 Port)

    There's your problem. You need at least 8 trainers defined. You only have 6
  12. wrigty12

    Resource Pokemon World Tournament (Unofficial V20.1 Port)

    Of what I can tell, this is happening because the game is getting nil back from trying to pull the list of trainers from the GameData::PWTTournment setup in Settings. I assume you made your own category? I can't reproduce this with my copy of the plugin, which only has the Kanto Leaders available.
  13. wrigty12

    Resource Pokemon World Tournament (Unofficial V20.1 Port)

    So the crash is because stats.pwt_wins orstats.pwt_losses isn't created yet. Looking at the code, it looks like these only get created once you first talk to the front desk lady. What crash are you seeing for that NPC?
  14. wrigty12

    Resource Pokemon World Tournament (Unofficial V20.1 Port)

    Did you start a new game after installing the plugin?
  15. wrigty12

    Where can I find a complete, ordered list of moves?

    I'm honestly not sure what you're looking for here. I assume you're looking at the moves.txt PBS? Order doesn't matter. Just search for "Aqua tail" to find it? EDIT: oh wait, "ingame". I assume you mean like in the debug menu. Installing my Debug Search plugin will help you...
  16. wrigty12

    A couple of script questions

    I would recommend looking up some videos or websites to learn some of the basics of Ruby. Things like if/else statements and case/when statements are basic coding skills to know. Array manipulation can get more intense, but you can learn some basics first.
  17. wrigty12

    A couple of script questions

    1) Just do an array of arrays. array = [[:PIKACHU, 50], [:ENTEI, 30], [:MEW, 20]] Depending on what you're trying to do, you'd likely generate a random number, then run through a loop of array.length, and at each step subtract the index 1 value. If the value is < 0, it returns the index 0 value...
  18. wrigty12

    Resource Social Links

    You should be good to go with the 1.1 update!
  19. wrigty12

    Resource Social Links

    wrigty12 updated Social Links with a new update entry: 1.1 - NPC Specific Max Bond Levels Read the rest of this update entry...
  20. wrigty12

    v21.1 Social Links - 1.1 - NPC Specific Max Bond Levels

    BEFORE UPDATING ANY FILES: If you have made any edits the Configuration file for this plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes. I recommend you duplicate your Configuration file and rename it...
Back
Top