YEP_EnemyLevels Custom Parameter Formula not working

● ARCHIVED · READ-ONLY
Started by UptownAxe14 5 posts View original ↗
  1. I've been having trouble with balancing enemies lately. I'm trying to make an enemy with custom stat formulas through
    Yanfly's Enemy Levels plugin and it's Custom Parameter Formula function. The formula I'm using looks like this:
    <Custom Parameter stat Formula>
    base * (1 + (level – 1) * rate) + (flat * (level – 1))
    </Custom Parameter stat Formula>
    I added in my own values for base, rate, and flat.
    <Custom Parameter stat Formula>
    33 * (1 + (level – 1) * 0.5) + (-15.04 * (level – 1))
    </Custom Parameter stat Formula>
    When I tried to test the formula for my enemy, I was met with an error (ENEMY PARAM BASE FORMULA ERROR) and the plugin's fail safes activated (setting the enemy MaxHP to 1). I've included a screenshot of the error message. I've tried changing the values and updating all of my plugins, only to be met with the same result. I've tried using other formulas and they work just fine. I don't understand why nothing is working. Can someone help?
  2. I've moved this thread to Plugin Support. Thank you.

  3. Here's a quote from the directions on the Yanfly site (if you could provide a link to the plugin next time, it would make it easier for people to help you).
    Replace ‘stat’ with ‘maxhp’, ‘maxmp’, ‘atk’, ‘def’, ‘mat’, ‘mdf’, ‘agi’, ‘luk’, ‘exp’, or ‘gold’.
    ^^Based on your post, it doesn't look like you did this. Can you try it and see what happens?
  4. Aloe Guvner said:
    Here's a quote from the directions on the Yanfly site (if you could provide a link to the plugin next time, it would make it easier for people to help you).

    ^^Based on your post, it doesn't look like you did this. Can you try it and see what happens?

    Thanks for pointing that out. I did replace stat, I just forgot to mention it.
    I had it set to 'maxhp' and it still isn't working.
  5. give us screenshots of the entire configuration.
    we can't help you without seeing everything.

    That includes a screenshot of your plugin manager, of an example where you placed the notetag, and please check the version number of your projects rpg_core.js file (open with text editor) and tell us that as well.