Page 1 of 1

Advice Please

Posted: Mon Mar 18, 2013 11:31 am
by mackeriomuk
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

Re: Advice Please

Posted: Mon Mar 18, 2013 1:02 pm
by TarAldar1on
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!! :)

Re: Advice Please

Posted: Mon Mar 18, 2013 3:41 pm
by mackeriomuk
kk well cheers for the reply hopefully someone else might have an idea :)

Re: Advice Please

Posted: Tue Mar 19, 2013 7:40 am
by shadowpanda
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.

Re: Advice Please

Posted: Wed Mar 20, 2013 5:28 am
by mackeriomuk
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

Re: Advice Please

Posted: Wed Mar 20, 2013 7:25 am
by shadowpanda
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.



Re: Advice Please

Posted: Wed Mar 20, 2013 8:19 am
by bob
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.

Re: Advice Please

Posted: Wed Mar 20, 2013 7:02 pm
by mackeriomuk
Got it now thank you v much :)