Page 1 of 2
I could use some testers for my 1-10/10
Posted: Fri Jan 07, 2011 10:47 pm
by lisa
Ok so I made up a set of WP files to do 1-10/10, it's pretty raw atm as in it is specific for M/P and the coding isn't all pretty with WP going in order.
Instructions:
1: add the profile (it's in profile folder of zip) to your rom/profiles folder
2: add the WP's (they are in waypoints folder of zip) to your rom/waypoints folder
3: create new human mage, must be human and must be mage, you don't need to create a profile for it.
4: log character
5: type 'rom/bot.lua profile:ty' into micromacro ( without the ' )
6: keep an eye on it but it should just go through the motions and become a lvl 10/10 M/P. it will logout once it has finished all waypoint files.
So check it out and see what you think, the fighting waypoints arn't the important part, it's the skilling up and class change that is important.
The last few fighting WP coords are copied from the |1-10.
ToDo List:
1: get the autosell working
2: streamline it better, at the moment it accepts quests it won't even complete purely to make sure it gets quests it actually wants. I would like to accept quest by name/id
3: It has mana issues when in the lvl 8-10 range and uses a lot of pots and also stops for mana to regen a bit, makes it slow.
4: Add in different classes i.e. so could be rogue instead of mage
Re: I could use some testers for my 1-10/10
Posted: Fri Jan 07, 2011 11:35 pm
by rock5
lisa wrote: at the moment it accepts quests it won't even complete purely to make sure it gets quests it actually wants. I would like to accept quest by name/id
That's on my
todo list.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:07 am
by lisa
rock5 wrote:
That's on my
todo list.
Yup I know, your much better at the coding stuff then me =)
and I'll be very happy when you manage to do it

Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:12 am
by jduartedj
Great work lisa,
I can manage the autosell part since I've done a bit of autosell stuff myself.
I shall analyse these over the weekend and report back to you.
I will submit whatever improvements I might have to suggest.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:18 am
by firedice
Hey Lisa, I'll help test your script, I'm actually testing it right now, I noticed it's level two, and has not added skills... I think without the option of leveling up your mage skills, you definately will be slowed down to get to 10/10.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:24 am
by rock5
firedice wrote:Hey Lisa, I'll help test your script, let me know, via pm
Let you know what? She's already asked for testers, hence the name of the thread, and the scripts are right there for you to download.
I suggest, if you want to test them, download them, test them and report back.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:28 am
by lisa
firedice wrote:Hey Lisa, I'll help test your script, let me know, via pm
It's attached to the topic firedice =)
As I said it is mainly to test the functionality of the set of waypoints which is why making it public doesn't bother me. I can easily change the WP coords and therefore not have issues with my bot running same spot as everyone else using it
It's a long way from being finished, for now though it will make a new human mage to be lvl 10/10 M/P.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:32 am
by firedice
Sry I did noticed it afterwards, I did also edit my upper post, please read that.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:35 am
by lisa
firedice wrote:Hey Lisa, I'll help test your script, I'm actually testing it right now, I noticed it's level two, and has not added skills... I think without the option of leveling up your mage skills, you definately will be slowed down to get to 10/10.
I deliberately didn't lvl skills at lvl 2, the mana usage goes up and also I find if the bot kills things in 1 shot it has less chance to loot it as the distance will be large. It lvles them later on when I decided it needed to.
Basically it kills the mushrooms until it can hand in 4 sets of daily quests, apart from the xp u also get gold, this will allow the bott to buy potions.
I created this on the assumption you start from absolute scratch, no gold or items to boost the bots performance.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:39 am
by firedice
Ahh yes, I just hit lvl 4, watching it, looking at the things its doing, i'll observe a little longer and make more comments later
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:42 am
by firedice
Oh yes, and loot, i think you can change loot range, in the profile, one thing i have noticed, it does not open the "noob package"
Edit... spoke too soon again, it opened the package
Edit 2: I think if you can throw a Check inv tag in there, to check for items that have higher magic atk, im watching the bot, and i find a way stronger staff, but it doesnt equip it.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 12:48 am
by lisa
firedice wrote:Oh yes, and loot, i think you can change loot range, in the profile, one thing i have noticed, it does not open the "noob package"
near the end of ty1.xml
Code: Select all
inventory:useItem(201843); yrest(2000);
openGiftbags1To10(2); yrest(2000);
That should opens the lvl 2 package, basically to get the potions.
Other lvl packages are opened later on.
You must be running aus server with the double xp weekend to be lvl 4 after just doing mushies. If so try to concider that normally your lvl would be lower. Things will be skilled/opened later on =)
Edit:
Yeah I actually avoided inv checking deliberately, I assume it's a new character but if someone sends themselves a statted belt with no int as an example and I did an inv check for items with int then it would equip the crappy 1 stat item purely because it has int.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 1:05 am
by firedice
ahhh i understand, working great so far, currently lvl 7, its lvling a little slow though, been approx. 30 minutes, can't complain haha, gotta stop it though, sleep now, update you tmr night.
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 1:12 am
by lisa
Yeah at the start I was putting more effort into doing quests and such but then around lvl 7 I just set it into grind mode to lvl to 10. It was more important for me to have the skills and changing class working then to lvl faster =)
Re: I could use some testers for my 1-10/10
Posted: Sat Jan 08, 2011 7:32 pm
by botje
works fine overall, some places it tends to hang a bit, but bot unsticks so that good
but i did notice it accepting cave crab quest and then never doing it xD
but as i said, overall a good waypoint, i suggest you tidy it up and see if ya can get it to be made default, seems more natural when a char does quests, instead of grinding, which would help us with being not so easely detectable
Botje
Re: I could use some testers for my 1-10/10
Posted: Sun Jan 09, 2011 1:06 pm
by firedice
one thing i noticed is that, when i turned it off yesterday (@lvl 8), I tried to restart it today, however it i tried a few diff waypoints, and it didn't do any of the quests, just kept killing the wolf cubs
Re: I could use some testers for my 1-10/10
Posted: Sun Jan 09, 2011 8:23 pm
by lisa
firedice wrote:one thing i noticed is that, when i turned it off yesterday (@lvl 8), I tried to restart it today, however it i tried a few diff waypoints, and it didn't do any of the quests, just kept killing the wolf cubs
Yeah it was pretty raw, was mainly trying to see if people had any issues with the class changing and skills being added to action bar. It was designed to run 1-10/10 without stopping. It is possible to continue aslong as you know the last WP file in use. rom/bot.lua profile:ty path:ty8 as an example.
I am about 70% the way through completing my 1-10/10 for any human class/class, I'll do up a whole new set of WP's but I have the new lua set so you can be any class you wish and you choose which secondary class you want at start.
Re: I could use some testers for my 1-10/10
Posted: Mon Jan 10, 2011 11:36 pm
by firedice
oh that sounds awesome... I haven't gotten a chance to run it from 1-10/10 yet, approx. how long did it take you?
Re: I could use some testers for my 1-10/10
Posted: Tue Jan 11, 2011 12:03 am
by lisa
I think it was around 2 hours, lvling slows down 6-10 as that's when I just switched to grinding kill xp and not questing anymore, second class 1-10 is mainly grinding too.
I have noticed a couple of things that bug me but they can be fixed when rock5 get's the choose quest by name function working but it might be some time, it's a big job I'd say.
Once I finish up the mechanics of it all then I can make up a new set of WP to focus more on questing.
I use rock's levelupSkills1To10() function now, thanks for sugguesting it
Hopefully by the end of the week I should have a working addon to do 1-10/10 of any human class/class that runs efficiently, I have it working already but I need to tweak it a bit. Like making sure it doesn't try to use skills it can't use yet.
I'm not going to even bother adding elf as it would require a whole new set of WP's.
It's a big project but I am getting there slowly and once it is done adding more WP to get to 40/40 won't be hard. Just time consuming lol
Re: I could use some testers for my 1-10/10
Posted: Tue Jan 11, 2011 2:15 am
by rock5
lisa wrote:I use rock's levelupSkills1To10() function now, thanks for sugguesting it

That's not one of mine. As far as I know, that's been part of the bot
for ages.
It's funny how people keep giving me credit for things I didn't do.
