Advice Please
-
- Posts: 13
- Joined: Mon Mar 18, 2013 2:12 am
Advice Please
Just a quick question why would the bot run to each point i make and not tab target and pull the mobs ? I am using a Champ
also how to you set up a key for heal pots
Cheers for any advice
also how to you set up a key for heal pots
Cheers for any advice
-
- Posts: 25
- Joined: Fri Jan 11, 2013 12:44 am
Re: Advice Please
I dont know if it's just a weird thing about the champ.
I've botted RK, hunter, minstrel and burg now and they all kill all the targets.
But for some reason my champs skips alot of targets.
On my other chars i've used LOST'S xml's. but he dont have one for champs sadly.
Make an xml LOST!!
I've botted RK, hunter, minstrel and burg now and they all kill all the targets.
But for some reason my champs skips alot of targets.
On my other chars i've used LOST'S xml's. but he dont have one for champs sadly.
Make an xml LOST!!
-
- Posts: 13
- Joined: Mon Mar 18, 2013 2:12 am
Re: Advice Please
kk well cheers for the reply hopefully someone else might have an idea
-
- Posts: 300
- Joined: Wed Apr 04, 2012 7:11 am
Re: Advice Please
Make sure middist in xml is set to like 2. Do not use let it fly also keep your configures to:
pull range : 2.5-lower (I like 2.3)
move forward : 1.0
move back : .5
get in range tolerance : 1.0
Also make sure you have a good champ xml. I have one in the champ section of this forum.
pull range : 2.5-lower (I like 2.3)
move forward : 1.0
move back : .5
get in range tolerance : 1.0
Also make sure you have a good champ xml. I have one in the champ section of this forum.
For all class leveling Xml's check out my all-in-1 package.
viewtopic.php?f=16&t=1353
viewtopic.php?f=16&t=1353
-
- Posts: 13
- Joined: Mon Mar 18, 2013 2:12 am
Re: Advice Please
When you mention the middist in xml you are talking about the class.xsd file that sits in the classes folder ?
The only line i can see is this :
<xsd:element minOccurs="1" maxOccurs="1" name="mindist" />
If this is the place to enter the 2 how do i enter it into the above line ?
Thanks again for the reply
The only line i can see is this :
<xsd:element minOccurs="1" maxOccurs="1" name="mindist" />
If this is the place to enter the 2 how do i enter it into the above line ?
Thanks again for the reply
-
- Posts: 300
- Joined: Wed Apr 04, 2012 7:11 am
Re: Advice Please
At the top of each class xml you should see something that looks like this :
<?xml version="1.0" encoding="utf-8" ?>
<actions
xmlns="http://lotro.pwnagebot.com/Class/v2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lotro.pwnagebot.com/Class/v2.0 Class.xsd">
<mindist>30</mindist>
The part that says <mindist>30</mindist> is your middist rather then the 30 for champ (this was for my rk) change it to 2 and save.
<?xml version="1.0" encoding="utf-8" ?>
<actions
xmlns="http://lotro.pwnagebot.com/Class/v2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lotro.pwnagebot.com/Class/v2.0 Class.xsd">
<mindist>30</mindist>
The part that says <mindist>30</mindist> is your middist rather then the 30 for champ (this was for my rk) change it to 2 and save.
For all class leveling Xml's check out my all-in-1 package.
viewtopic.php?f=16&t=1353
viewtopic.php?f=16&t=1353
Re: Advice Please
Class xmls are the files that end in XML. Class.xsd is the definition file for the class XMLs.
The default xmls are Hunter.xml, Champion.xml, etc...
You need to edit the XML files, not the XSD. If you edit the XSD, stuff will break.
The default xmls are Hunter.xml, Champion.xml, etc...
You need to edit the XML files, not the XSD. If you edit the XSD, stuff will break.
-
- Posts: 13
- Joined: Mon Mar 18, 2013 2:12 am
Re: Advice Please
Got it now thank you v much