Skip to content

Frostiae/Flyffulator

Repository files navigation

flyffulator

Flyffulator - The extensive Flyff simulator

About

Flyffulator is a website for Flyff Universe players to simulate characters and be able to calculate an optimal build or leveling strategy.

  • Highest experience per kill monster at your level.
  • Kills per level chart for the relevant monsters.
  • Experience-to-Health ratio chart for the relevant.
  • An extensive hits per level chart for the relevant monsters.
  • Relevant skills' damage calculations.
  • General stat calculations.
  • Assist buffs calculation.
  • Class-specific buffs calculation and option.
  • Equipment bonus calculation.
  • Equipment customization.
  • Skill options.
  • Mobile browser support.

flyffulator

This project uses Pyff, a python wrapper for the Flyff Universe API, ApexCharts for chart and graph rendering, Vue3, and Vite4.

Installation for development

Clone the repository into any directory.

git clone https://github.com/Frostiae/Flyffulator.git

Start a terminal in the directory of the step from above, and run the following command.

npm install

In the same directory, start the local server by running the following.

npm run dev