a collection of tools for fly for fun universe
skillulator.lol
flyff.js#
1.3.0#
Minor Changes#
- 5831f38: Add new housing endpoint
1.2.0#
Minor Changes#
-
9f38a5e: - tradegreenchips
- rainbowraceapply
- createultimate
- traderings
- tradeearrings
- tradenecklaces
- dismantle
- fwcboard
- fwcteleport
- fwcranking
- fwcspectate
- fwcexchange
- fwccollect
- expanddrop
- allspeed
- arcaneinsightchance
- ripostereflexchance
- tetherRange
- spreadOnExpireRange
- probability
- conditionalBuff
- ultimateConvertible
- addMax on the ability schematic. When this value is present, add is the minimum value and addMax is the maximum value in the random range. You can see this in action on weapons such as Lusaka's Crystal Bow.
- Added new possibleRandomStats array on items which contains the list of possible additional stats, used on Ultimate weapons
- sunstone
- rainbowrace
- story
- cursed
1.1.6#
Patch Changes#
- 44332f7: Add missing
hpproperty toMonsterObjecttype
1.1.5#
Patch Changes#
- 2efc91f: Add missing
combounion type toSkillObjectinterface
1.1.4#
Patch Changes#
- 8735095: More adjustments to the
Abilitytype
1.1.3#
Patch Changes#
- 5f7f42a: Refactor the
Abilitytype to properly match the API response
1.1.2#
Patch Changes#
- b1bb9fa: Add missing
abilityandlocationtypes toItemObjectinterface
1.1.1#
Patch Changes#
- 784b9f7: Export the actual types and not the classes
1.1.0#
Minor Changes#
- 4dacdc9: Export types to allow consumers to use in applications
1.0.2#
Patch Changes#
- 2374a6d: remove throwing error when using the getByListOfIds method for a single resource
1.0.1#
Patch Changes#
- 82b5af4: Fixes a logic error in the base class
1.0.0#
Major Changes#
- 1f45ddc: 1.0 Release
npm install flyff.js
import { FlyffClient } from "flyff.js";
const client = new FlyffClient();
await client.job.getAllIds();