- Joined
- Mar 10, 2013
- Messages
- 47
- Reaction score
- 46
- First Language
- German
- Primarily Uses
Hello,
This script is an add-On to my FFP_BaseStats. It gives you the possibility to give enemies
a specific level or a range of levels. Also you can set enemies to have no levels and use
the set stats at the database instead of calculating the actual stats out of it.
========================================================================
Required
========================================================================
FFP_BaseStats
========================================================================
Possible Notetags (not case-sensitive)
========================================================================
<enemy level: x>
This sets the enemies level to x.
If you want that your enemy is at level 5 then use:
<enemy level: 5>
<enemy level: x to y>
This sets the enemies level randomly between x and y.
If you want that your enemy has a level between 2 and 10 then use:
<enemy level: 2 to 10>
<no level>
If this is used, the enemy will be at Level 0 and all his set stats at the database will be used
as they are. (If you give it 50 HP, it will have 50 HP.)
<average level>
This uses the players party average level.
<max level: x>
Defines the max-level for an enemy. If the set level would've pass the max level, then it would
be set to the max level. It can be used with average level or randomised level together.
<min level: x>
Works in the opposite way as max level. Here you can define a minimum level for your enemies.
========================================================================
Download
========================================================================
Download-Link
========================================================================
Changelog
========================================================================
v1.01
- added a failsave when level would go under 0
- added a failsave for average level if FFP_BaseStats is not used.
v1.00
- release
That's all
~FlipelyFlip
This script is an add-On to my FFP_BaseStats. It gives you the possibility to give enemies
a specific level or a range of levels. Also you can set enemies to have no levels and use
the set stats at the database instead of calculating the actual stats out of it.
========================================================================
Required
========================================================================
FFP_BaseStats
========================================================================
Possible Notetags (not case-sensitive)
========================================================================
<enemy level: x>
This sets the enemies level to x.
If you want that your enemy is at level 5 then use:
<enemy level: 5>
<enemy level: x to y>
This sets the enemies level randomly between x and y.
If you want that your enemy has a level between 2 and 10 then use:
<enemy level: 2 to 10>
<no level>
If this is used, the enemy will be at Level 0 and all his set stats at the database will be used
as they are. (If you give it 50 HP, it will have 50 HP.)
<average level>
This uses the players party average level.
<max level: x>
Defines the max-level for an enemy. If the set level would've pass the max level, then it would
be set to the max level. It can be used with average level or randomised level together.
<min level: x>
Works in the opposite way as max level. Here you can define a minimum level for your enemies.
========================================================================
Download
========================================================================
Download-Link
========================================================================
Changelog
========================================================================
v1.01
- added a failsave when level would go under 0
- added a failsave for average level if FFP_BaseStats is not used.
v1.00
- release
That's all
~FlipelyFlip
Last edited by a moderator:
