Page 1 of 1
Delete Please
Posted: April 3rd, 2007, 4:32 pm
by binafus
Moved to the B-Bot Thread.
Posted: April 3rd, 2007, 6:38 pm
by woetohice
erm...is your misspelling of rogue deliberate? or am i missing something?
Posted: April 3rd, 2007, 7:17 pm
by binafus
Thanks for pointing that out Woe.
Binafus <- dyslexic
I transpose stuff all the time and do not notice it is wrong.
There was a lot of finding and replacing from the BM bot so it stayed wrong.
I know someone was asking for a Rogue bot, where are they now?
Posted: April 3rd, 2007, 8:33 pm
by wyvernx
binafus, if you havnt looked at classes in vbscript, you should. You can do class function overrides and all sort of neat things. Ie in your script, you can call "attack_mob" function. And in one of these plugins, you can call somethin like on_attack_mob call rogue_attack_mob
Etc. For details, see the xufish script. It does it for their fishing function. It can be overriden by peopl. Sounds perfect for what you are doing here.
Posted: April 5th, 2007, 1:38 pm
by binafus
wyvernx,
Trying to learn this stuff, my programing exp is ACTool so most of this is new to me.
I thought it would be nice if there was a base bot that would work for any class except the fighting functions
Then people who play a class to a high level could do the fighting routines for that class.
I could never do a good as job testing with a level 5 character as they could do.
I looked through those files you told me to made my head hurt.
I pretty much quit playing and use my free time trying to figure out how to write programs.
Having a good time and hopefully some people can get use out of what I'm doing.