Quote:
Originally Posted by sepetuk4z
Well i have noise, moving march, and life control as a buffs. I set buff high priority but it usually do moving march and noise but not life control when it ends. I mean it switches weapon to harp and life control dissapears.
Any solution?
Thanks, sepetuk4z.
|
All buffs are done by a delay, the bot can't tell that you lost the buff, like iSRO bot.
The only solution that I know of is to make both the delays the same, 600 seconds each..Try this, but I can't test it right now.
Go to your
Skill.txt "
Bot folder > Data > Skill.txt"
Find moving march, noise, and life control.
Code:
"14210000","SKILL_EU_WIZARD_MENTALA_DAMAGEUP_A_01","Life Control",20,500,2000,1166,20000,610000,506,0,1,514,2,0,1,126
All your life control/turnover should look like this.
I have changed the 900 second to just over 600 second (10 minutes) so it won't conflict with the weapon switch.
You should actually change the noise delay to the moving march delay too. 600 seconds.
Code:
"6B260000","SKILL_EU_BARD_FORGETA_ATTACK_A_01","Noise",20,0,0,2000,600000,900000,614,0,1,517,2,0,1,84
Leave moving march as it is.
Now this should make him switch to harp. buff moving speed and noise, switch to staff, and buff life turnover in like 4,5 seconds.
Please tell me if it worked.