• 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.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam 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. D

    Resource Form Trader Party/PC

    *Edit overview for, hopefully, more clarification.
  2. D

    Resource Form Trader Party/PC

    It should not. I simply added the option in this one. You can use either one of the calls to trade from party or from pc. Devs preference. If there's an issue please let me know.
  3. D

    v21.1 Form Trader Party/PC - V2.0

    I've completely re-written the script as it was. Game variables are no longer used. Now it's all in script variables. The pbFormTrader script has been written to display "Able" and "Not able" while in the Party screen, for quickly seeing who's eligible. Added Form Trading From PC to the script...
  4. D

    Resource Form Trader Party/PC

    drdoom76 updated Form Trader with a new update entry: V2.0 Read the rest of this update entry...
  5. D

    Resource Form Trader Party/PC

    I'll update. Went to upload new version and something happened. Redesigning the code for this one and have already added trading from PC.
  6. D

    Resource Charm Case

    Thank you for the clarification. I didn't encounter any issues with testing that charm so I didn't catch it. The idea was a cool idea. If you beat or catch pokemon, encounter rate goes up. If you run from, rate goes down. I added extra shiny chances and chance for better ivs to the idea for a...
  7. D

    Resource Charm Case

    I'll have to look into that plugin, as I don't use it, but from initial glance it looks like onsteptaken, that plugin modifies spawning which could interfere with the choose_wild_pokemon method mine changes.
  8. D

    Resource Automatic Level Scaling

    To the cheese thing, I ended up modifying it to ignore pokemon >4 levels lower or higher than the balanced level. A few playthroughs and it seems to be handling well. Opponent is always within 1-2 levels around my pokemon. I ran into this issue when adding random eggs as itemballs. Half the...
  9. D

    Resource [v13+] Triple Triad Booster Pack

    Thanks for this plugin. I was adding some TT content into my game and this helped out a lot. I did end up adding a higher probability of a new card and a mini-booster pack, but that's just my preference. Everything else is perfect.
  10. D

    v21.1 Form Trader Party/PC - V1.01

    Adjusted to remove Mega Forms from the selection list.
  11. D

    Resource Form Trader Party/PC

    drdoom76 updated Form Trader with a new update entry: V1.01 Read the rest of this update entry...
  12. D

    Resource Charm Case

    Thank you. I didn't notice that error before but I will get it fixed.
  13. D

    Resource Charm Case

    The last upload still had an issue. Everything should be working now.
  14. D

    Resource Easy Debug Terminal

    This is an amazingly helpful plugin. Do you know if it's possible for multiple line entry? Been tinkering with it, but can't seem to get it to execute properly.
  15. D

    v21.1 Charm Case - V1.135

    Fixed a nil issue with the new Max Charm additions. Also redid the calculations to make the Case much faster, when using Max Charms.
  16. D

    Resource Charm Case

    drdoom76 updated Charm Case with a new update entry: V1.135 Read the rest of this update entry...
  17. D

    Resource Charm Case

    I'll DM you.
  18. D

    Resource Charm Case

    Sorry you're having all the issues.. 😅 Try the one i just uploaded, please.
  19. D

    Resource Charm Case

    I'm constantly doing 100 things at a time.. Need to slow down a bit. Let me know if you find anything else. Sorry about that. Constantly testing new things out and have 3 different files that I'm tabbing through when making changes.. That edit should fix your problem, though.
  20. D

    Resource Charm Case

    Re-uploaded. Only a minor change for you. At the top of the Charm List file, remove the # from attr_accessor :maxCharms. From class Player attr_accessor :charmsActive attr_accessor :eleCharmsActive attr_accessor :charmlist attr_accessor :elementCharmlist attr_accessor :last_wish_time...
Back
Top