Quote:
Originally Posted by nightfox909
Hello,
I got a some problems...
I got a lvl 41mage/cleric
u now on lvl 40 cleric u get Recovery Divinision
Than i do the settings for that, but when i pressed START it does does both skills ( recovery first than Life Control ) but after 5minutes, Recovery diseaper ( skill time over ), than he do the skill again, and change back to staff, but dont do Life control... What's wrong?
Thx 4 help :)
greetz,
NightFox
|
'
Go to skill.txt (agbot folder --> data --> skill.txt) and look for the following line:
"1A210000","SKILL_EU_WIZARD_MENTALA_DAMAGEUP_A_07" ,"Life Control",56,500,2000,1166,20000,
900000,506,0,7,514,2,0,1,648
This is the lifecontrol, edit the bolded part to 300004;
"1A210000","SKILL_EU_WIZARD_MENTALA_DAMAGEUP_A_07" ,"Life Control",56,500,2000,1166,20000,
300004,506,0,7,514,2,0,1,648
This is lifecontrol lvl 7, do this for all levels of LC and save the text file.
Now add this to your walkscript (anywhere, but preferably right after leaving town) :
"Cast Buff 2ndwpn","Recovery Division","Self"
"Cast Buff","Life Control","Self"
Remember to set your staff as main weapon, cleric rod as second weapon.
Agbot will now cast recovery division every five minutes,
then cast LC 4 milliseconds later.