vincentpoe 0 Report post Posted November 12, 2013 Hi All, I user .12 for 2days. all the things go fine but the aura... when I set some key to aura, bot will turn on then off, and on / off again and again. Is there sth wrong in my skill.ini? my skill.ini is: ; Skills config file [skills] ; Set here the key or the mouse button of the skill. skill0_key=mouse_left ; Set here the minimum distance from monster to use this skill. skill0_min_distance_value=0 ; Set here the maximum distance from monster to use this skill. skill0_max_distance_value=600 ; Set here if you want to use this skill as an aura. skill0_is_aura=false ; Set here the timer before the bot using the skill again (in ms). skill0_cooldown=0 ; Set here the skill's priority (higher value = higher priority). skill0_priority=5 ; Use skill for normal monsters, special monsters (boss, rare, uniques, etc) or both? skill0_target=0 ; Use skill depending of the number of targets close to the monster skill0_close_targets=0 ; Range used when checking monsters around the target skill0_close_targets_range=100 ; Press shift while casting ? skill0_use_shift=false ; Set here the key or the mouse button of the skill. skill1_key=mouse_right ; Set here the minimum distance from monster to use this skill. skill1_min_distance_value=0 ; Set here the maximum distance from monster to use this skill. skill1_max_distance_value=600 ; Set here if you want to use this skill as an aura. skill1_is_aura=false ; Set here the timer before the bot using the skill again (in ms). skill1_cooldown=0 ; Set here the skill's priority (higher value = higher priority). skill1_priority=6 ; Use skill for normal monsters, special monsters (boss, rare, uniques, etc) or both? skill1_target=0 ; Use skill depending of the number of targets close to the monster skill1_close_targets=2 ; Range used when checking monsters around the target skill1_close_targets_range=100 ; Press shift while casting ? skill1_use_shift=false ; Set here the key or the mouse button of the skill. skill2_key=mouse_wheel ; Set here the minimum distance from monster to use this skill. skill2_min_distance_value=0 ; Set here the maximum distance from monster to use this skill. skill2_max_distance_value=600 ; Set here if you want to use this skill as an aura. skill2_is_aura=false ; Set here the timer before the bot using the skill again (in ms). skill2_cooldown=0 ; Set here the skill's priority (higher value = higher priority). skill2_priority=0 ; Use skill for normal monsters, special monsters (boss, rare, uniques, etc) or both? skill2_target=0 ; Use skill depending of the number of targets close to the monster skill2_close_targets=0 ; Range used when checking monsters around the target skill2_close_targets_range=400 ; Press shift while casting ? skill2_use_shift=false ; Set here the key or the mouse button of the skill. skill3_key=Q ; Set here the minimum distance from monster to use this skill. skill3_min_distance_value=0 ; Set here the maximum distance from monster to use this skill. skill3_max_distance_value=0 ; Set here if you want to use this skill as an aura. skill3_is_aura=false ; Set here the timer before the bot using the skill again (in ms). skill3_cooldown=0 ; Set here the skill's priority (higher value = higher priority). skill3_priority=1 ; Use skill for normal monsters, special monsters (boss, rare, uniques, etc) or both? skill3_target=0 ; Use skill depending of the number of targets close to the monster skill3_close_targets=0 ; Range used when checking monsters around the target skill3_close_targets_range=100 ; Press shift while casting ? skill3_use_shift=false ; Set here the key or the mouse button of the skill. skill4_key=W ; Set here the minimum distance from monster to use this skill. skill4_min_distance_value=0 ; Set here the maximum distance from monster to use this skill. skill4_max_distance_value=0 ; Set here if you want to use this skill as an aura. skill4_is_aura=false ; Set here the timer before the bot using the skill again (in ms). skill4_cooldown=0 ; Set here the skill's priority (higher value = higher priority). skill4_priority=0 ; Use skill for normal monsters, special monsters (boss, rare, uniques, etc) or both? skill4_target=0 ; Use skill depending of the number of targets close to the monster skill4_close_targets=0 ; Range used when checking monsters around the target skill4_close_targets_range=100 ; Press shift while casting ? skill4_use_shift=false ; Set here the key or the mouse button of the skill. skill5_key=E ; Set here the minimum distance from monster to use this skill. skill5_min_distance_value=0 ; Set here the maximum distance from monster to use this skill. skill5_max_distance_value=500 ; Set here if you want to use this skill as an aura. skill5_is_aura=true ; Set here the timer before the bot using the skill again (in ms). skill5_cooldown=0 ; Set here the skill's priority (higher value = higher priority). skill5_priority=5 ; Use skill for normal monsters, special monsters (boss, rare, uniques, etc) or both? skill5_target=0 ; Use skill depending of the number of targets close to the monster skill5_close_targets=0 ; Range used when checking monsters around the target skill5_close_targets_range=100 ; Press shift while casting ? skill5_use_shift=false ; Set here the key or the mouse button of the skill. skill6_key=R ; Set here the minimum distance from monster to use this skill. skill6_min_distance_value=0 ; Set here the maximum distance from monster to use this skill. skill6_max_distance_value=0 ; Set here if you want to use this skill as an aura. skill6_is_aura=false ; Set here the timer before the bot using the skill again (in ms). skill6_cooldown=0 ; Set here the skill's priority (higher value = higher priority). skill6_priority=0 ; Use skill for normal monsters, special monsters (boss, rare, uniques, etc) or both? skill6_target=0 ; Use skill depending of the number of targets close to the monster skill6_close_targets=0 ; Range used when checking monsters around the target skill6_close_targets_range=100 ; Press shift while casting ? skill6_use_shift=false ; Set here the key or the mouse button of the skill. skill7_key=T ; Set here the minimum distance from monster to use this skill. skill7_min_distance_value=0 ; Set here the maximum distance from monster to use this skill. skill7_max_distance_value=0 ; Set here if you want to use this skill as an aura. skill7_is_aura=false ; Set here the timer before the bot using the skill again (in ms). skill7_cooldown=0 ; Set here the skill's priority (higher value = higher priority). skill7_priority=4 ; Use skill for normal monsters, special monsters (boss, rare, uniques, etc) or both? skill7_target=0 ; Use skill depending of the number of targets close to the monster skill7_close_targets=0 ; Range used when checking monsters around the target skill7_close_targets_range=100 ; Press shift while casting ? skill7_use_shift=false I try to set keyE max_distance to 0 or 1000, but seems nth even I set this skill is not an aura, and set cool down to 480000ms, but failed again I need help,, thanks for you all! Share this post Link to post Share on other sites
himje 0 Report post Posted November 12, 2013 For auras, I just use the default values and only enable "is aura". Never had problems. So try set priority to 1 and max distance to 0. Share this post Link to post Share on other sites
vincentpoe 0 Report post Posted November 13, 2013 For auras, I just use the default values and only enable "is aura". Never had problems. So try set priority to 1 and max distance to 0. I tried this, but still cannot work... Is this function just work on elite vision? Share this post Link to post Share on other sites
vincentpoe 0 Report post Posted November 13, 2013 I also tried 0.11c, but all the same.. is there sth wrong in other ini files? Share this post Link to post Share on other sites