Experience
Last updated
Was this helpful?
Last updated
Was this helpful?
As well as player, pets can also gain experience and level up. In each level they can get special like .
There are two different ways the experience is converted into levels, etc at the moment.
The normal way aka Default
is the default way the experience part is calculated. When MyPet.LevelSystem.CalculationMode is set to default
all pets will level up like normal players would level up like in .
This is the advanced way where you can create your own level behavior. When MyPet.LevelSystem.CalculationMode is set to JS
or JavaScript
the plugin used the exp.js
in the MyPet-pluginfolder to calculate everything. In order to use this feature the plugin needs the inside the MyPet folder (since MyPet 1.2.3).
You can find an example and a further discription . If you have any questions related to this topic please send me a message on Discord in the help channel.