Jump to content

Convert gathering to grinding?


Gash

Recommended Posts

I want to get a gathering profile to work on grinding mode. Before i work hard on notepad trying to get it right, does someone knows an easier way?

The reason why i want to do this is to farm certain mobs at the same time.

Link to comment
Share on other sites

Hello,

  • Open notepad and copy paste this code: 
<?xml version="1.0" encoding="utf-16"?>
<GrinderProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <GrinderZones>
    <GrinderZone>
      <Vectors3>
POSITIONS-HERE
      </Vectors3>
    </GrinderZone>
  </GrinderZones>
</GrinderProfile>
  • Open another notepad window and load the gatherer profile, select and copy all lines that start by "<Vector3" like:
    <Vector3 X="2154.718" Y="6251.842" Z="127.6786" />
    <Vector3 X="2159.156" Y="6245.74" Z="128.1655" />
    <Vector3 X="2160.978" Y="6237.441" Z="129.2786" />
    <Vector3 X="2161.879" Y="6229.778" Z="130.1322" />
    <Vector3 X="2162.808" Y="6222.213" Z="129.9639" />
    <Vector3 X="2164.3" Y="6214.424" Z="129.8085" />
  • Go to the first notepad window, remove text "POSITIONS-HERE" and paste copied lines.
  • Save file in fodler "WRobot\Profiles\Grinder\" (in *.xml file)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...