Automatically add int instead of str on agbot

11/12/2008 08:44 jologs#1
How can i automatically add int instead of str when I level up using agbot? I was making a new char ang planning on making it pure it but everytime i level up it automatically adds str. how can i change it into int?
11/12/2008 08:53 Eckoro#2
If you use the no dc loader and type
Quote:
/points 3:0
It will add Int everytime you level
11/12/2008 09:10 jologs#3
thanks for the reply
11/12/2008 13:21 skakarapid#4
or create a script with this name : OnLevelUp.lst
and use this code
Code:
"IncreaseInt","","Increase Int of 1"
"IncreaseStr","","Increase Str of 1"
REMEMBER you need put 3 times the same code in script
ex:
Code:
"IncreaseInt","","Increase Int of 1"
"IncreaseInt","","Increase Int of 1"
"IncreaseInt","","Increase Int of 1"
you can add this too for auto increase mastery(s)

Code:
"Increase Mastery","Blade",""
"Increase Mastery","Sword",""
"Increase Mastery","Spear",""
"Increase Mastery","Glavie",""
"Increase Mastery","Bow",""
"Increase Mastery","Ice",""
"Increase Mastery","Fire",""
"Increase Mastery","Lightning",""
"Increase Mastery","Force",""
"//","",""
"Increase Mastery","Warrior",""
"Increase Mastery","Rogue",""
"Increase Mastery","Wizard",""
"Increase Mastery","Warlock",""
"Increase Mastery","Bard",""
"Increase Mastery","Cleric",""
here is one exemple of one of mine OnLevelUp.lst

Code:
"IncreaseInt","","Increase Int of 1"
"IncreaseInt","","Increase Int of 1"
"IncreaseInt","","Increase Int of 1"
"Increase Mastery","Wizard",""
"Increase Mastery","Cleric",""
"cmd","[Start Bot]",""
You can get more info's here:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Check OldNews, you got there some tips!

Press Thanks if i help you! ;)