SKILL_DB MAXCOUNT

MikZ

New member
Messages
461
Points
0
Good day!

Where did the maxcount went? I wanted to limit number of specific skill in land like traps.

Code:
// 13 maxcount: max amount of skill instances to place on the ground when
//    player_land_skill_limit/monster_land_skill_limit is enabled. For skills
//    that attack using a path, this is the path length to be used.
 
Last edited by a moderator:
db/pre-re/skill_db.conf
db/re/skill_db.conf

Code:
SkillInstances: Skill instances           (int, defaults to 0) (can be grouped by Levels)
	                                   Notes: max amount of skill instances to place on the ground when
	                                   player_land_skill_limit/monster_land_skill_limit is enabled. For skills
                                           that attack using a path, this is the path length to be used.

 
Back
Top