-
Instance BUGS!
Guys i got one problem with instances... they dont count... if player go inside and go out doesnt count.... ( yes i tried with a normal account )
<!-- Linkgate Foundry Solo -->
<instance_cooltime race="PC_ALL" worldId="301270000" id="129">
<type>RELATIVE</type>
<ent_cool_time>0</ent_cool_time>
<indun_type>NORMAL</indun_type>
<max_member_light>1</max_member_light>
<max_member_dark>1</max_member_dark>
<enter_min_level_light>61</enter_min_level_light>
<enter_max_level_light>65</enter_max_level_light>
<enter_min_level_dark>61</enter_min_level_dark>
<enter_max_level_dark>65</enter_max_level_dark>
<can_enter_mentor>true</can_enter_mentor>
<maxcount>1</maxcount>
</instance_cooltime>
<!-- Infinity Shard -->
<instance_cooltime race="PC_ALL" worldId="300800000" id="94">
<type>WEEKLY</type>
<typevalue>Wed</typevalue>
<ent_cool_time>900</ent_cool_time>
<indun_type>NORMAL</indun_type>
<max_member_light>12</max_member_light>
<max_member_dark>12</max_member_dark>
<enter_min_level_light>65</enter_min_level_light>
<enter_min_level_dark>65</enter_min_level_dark>
<can_enter_mentor>true</can_enter_mentor>
<maxcount>2</maxcount>
# ----------------------------
# Instances config's:
# ----------------------------
# Enable instances (temporary config till instances will be mature)
# Default: true
gameserver.instances.enable = true
# Enable instances mob always aggro player ignoring level
# Default: String 300080000,300090000,300060000
# Add instanceId for mob always aggro player ignoring level
gameserver.instances.mob.aggro = 300030000,300040000,300050000,300060000,300070000,300080000,300090000,300120000,300130000,300140000,320120000,400010000,310110000,300190000,320130000
# It's how many times the cooldown will be shorter
# Example: 3 = 1/3 of retail cooldown, 0 - disable cooldown
# Default: 1
gameserver.instances.cooldown.rate = 1
# Enable instances cool down filtred if rate is 0
# Default: String 0
# Example: 300080000,300090000,300060000
# If add instance to filter cooldown rate will be 1.
gameserver.instances.cooldown.filter = 0
Thx Alot for your help guys!