i need help with AgBot

01/01/2009 23:32 Wingedfox#1
Hello im a Wizard and im using the AgBot i dont know how can i do that my char will buff himself with cleric rod and then changes back to the staff can some1 here teach me how to do it?
thanks from advance
01/02/2009 02:23 theoneofgod#2
Select your Weapons For Switching.

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Select your 2nd Weapon buffs, not quite the skills shown :)

[Only registered and activated users can see links. Click Here To Register...]

Now go to your bot folder. EX. C:\Documents and Settings\X\My Documents\AgBot\data

Open Skill.txt, Go to Edit > Find, Find Recovery Division, And Holy Word/Spell.

Code:
"F4270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_01","Recovery Division",40,500,1334,1166,20000,1685418593,654,642,1,518,2,0,1,1272
"F5270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_02","Recovery Division",46,500,1334,1166,20000,1685418593,654,642,2,518,2,0,1,1615
"F6270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_03","Recovery Division",52,500,1334,1166,20000,1685418593,654,642,3,518,2,0,1,2025
"F7270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_04","Recovery Division",58,500,1334,1166,20000,1685418593,654,642,4,518,2,0,1,2512
"F8270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_05","Recovery Division",64,500,1334,1166,20000,1685418593,654,642,5,518,2,0,1,3090
"F9270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_06","Recovery Division",70,500,1334,1166,20000,1685418593,654,642,6,518,2,0,1,3774
"FA270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_07","Recovery Division",76,500,1334,1166,20000,1685418593,654,642,7,518,2,0,1,4581
"FB270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_08","Recovery Division",82,500,1334,1166,20000,1685418593,654,642,8,518,2,0,1,5532
Change the 5th lot of numbers, what is " 20000 " to the skills actual time, in this case 300 Seconds. So change it to 300000. I'll do it for you, so just copy and paste this code into your Skill.txt to replace the old one,
DO NOT paste over any other code!

Code:
"F4270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_01","Recovery Division",40,500,1334,1166,300000,1685418593,654,642,1,518,2,0,1,1272
"F5270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_02","Recovery Division",46,500,1334,1166,300000,1685418593,654,642,2,518,2,0,1,1615
"F6270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_03","Recovery Division",52,500,1334,1166,300000,1685418593,654,642,3,518,2,0,1,2025
"F7270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_04","Recovery Division",58,500,1334,1166,300000,1685418593,654,642,4,518,2,0,1,2512
"F8270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_05","Recovery Division",64,500,1334,1166,300000,1685418593,654,642,5,518,2,0,1,3090
"F9270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_06","Recovery Division",70,500,1334,1166,300000,1685418593,654,642,6,518,2,0,1,3774
"FA270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_07","Recovery Division",76,500,1334,1166,300000,1685418593,654,642,7,518,2,0,1,4581
"FB270000","SKILL_EU_CLERIC_RECOVERYA_GROUP_A_08","Recovery Division",82,500,1334,1166,300000,1685418593,654,642,8,518,2,0,1,5532
Same for Holy Word, Or Holy Spell whichever you use. Also for Holy Word make sure when you select it as a Buff you click on " 2nd wpn yourself as target " , but you don't do this for Recovery Division Or Holy Spell :)

Error.
01/02/2009 11:00 Wingedfox#3
Wow ty it works!
i pressed on the thanks button