• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by HeyHeyHenry

  1. HeyHeyHenry

    [Scripting Question] Happiness changing the Effort Values

    Thank you! It worked perfectly, I just had to divide happiness per 10 because it was a bit too much in the Evs @-@
  2. HeyHeyHenry

    [Essentials Tutorial] Adding Affection Effects

    Oh hey! It's me, HeyHeyHenry. Today I'll try to teach you how to apply almost EVERY Affection Effects in Pokémon Essentials, but first, I want to make sure that you have the Pokémon Amie or Refresh Script Installed in your project... So if you still don't have it, click here to learn how to...
  3. HeyHeyHenry

    [Essentials Tutorial] Adding Partner Pikachu and Partner Eevee to your Game

    Hello! This is a simple tutorial that'll allow you to add the Partner Pikachu and the Partner Eevee to your Project! First of all, keep in mind that this tutorial is for a Essentials Project that never added new Function Codes, so if you already inserted new Function Codes you'll have to change...
  4. HeyHeyHenry

    [Scripting Question] Happiness changing the Effort Values

    I really found another part of the same script that uses the "CalcStat", I added the happiness to it, but now I receive another error D: --------------------------- Pokemon Essentials --------------------------- [Pokémon Essentials version 17.2] Exception: TypeError Message: nil can't be...
  5. HeyHeyHenry

    [Scripting Question] Happiness changing the Effort Values

    I'll take a better look later, I hope it works, thank you for helping me btw
  6. HeyHeyHenry

    [Scripting Question] Happiness changing the Effort Values

    I actually searched for "CalcStat" in the scripts but I just find "CalcStats"
  7. HeyHeyHenry

    [Scripting Question] Happiness changing the Effort Values

    I can't send you the error message RN, but I have the code and I remember the error message a little... This is what I wrote (I tried to add happiness to this method): def CalcStat (base,level,happiness,iv,ev,pv) return (((base*2*iv*level/100).floor+5)*(pv/100))*happiness).floor+ev end The...
  8. HeyHeyHenry

    [Scripting Question] Happiness changing the Effort Values

    Hey, I was trying to do something similar to the Awakening Values from Let's GO (Inserting happiness to the Effort Values), but I always received an error, one time it worked, but all evs and the happiness itself were 0. Somebody knows how to help me with this?
  9. HeyHeyHenry

    [Essentials v17.2] Dancer Ability

    Congratulations for the work! I'm seriously thinking about adding Oricorio to the Regional Dex here, so it'll be very useful! Thank you C:
  10. HeyHeyHenry

    [Scripting Question] Infinite Use of Vitamins

    It worked perfectly! Thank you so much C:
  11. HeyHeyHenry

    [Scripting Question] Infinite Use of Vitamins

    I want to know if it's possible to allow the player to use how much vitamins they want to, I mean, you have a limit to use Carbos, Calcium... But there is a way to remove this limit and allow the player to increase their pokémon status as much they want?
Back
Top