Hi on Helium
Member
- Joined
- Jan 22, 2010
- Messages
- 252
- Reaction score
- 3
I have a small suggestion Hawker, for the level 4-6 grind in the starting zone, instead of having:
I've edited it to be:
because at level 5, level 1s are green and give around 1/3 the xp as level 2s do, and at level 6, level 1s and 2s give around 1/3 the xp as level 3s. but they all take around the same number of attacks to kill give or take one.
also, when your charector only has the Backpack for bag space, it ends up getting stuck in a loop killing 95% of the mobs which are level 1s and 2s. this made my level 6's xp/hour go from 12-14k/hour down to 8k/hour and still dropping. With my edits, the bot didn't get stuck in the vendering loop while killing level 1-2 and brought the xp/hour up to around 12k/hour again.
Note: I added the trolls because the bot was running around looking for level 3-5 mobs in the hot spots and wasn't finding many, however with this edit "The Troll Cave" is completed while grinding. Also, the bot got bugged in the room to the right in the troll cave once it level to level 6 because it was trying to goto the mage trainer but kept moving between 2 hotspots.
-HoHv2
Code:
<SetGrindArea>
<GrindArea>
<Factions>32 36 107 189 </Factions>
<Hotspots>
<Hotspot X="-6445.687" Y="559.2073" Z="385.7642" />
<Hotspot X="-6482.578" Y="683.5085" Z="387.9805" />
<Hotspot X="-6371.81" Y="773.9807" Z="386.2139" />
<Hotspot X="-6419.276" Y="644.1398" Z="386.9178" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<Grindto Level="6"/>
I've edited it to be:
Code:
<SetGrindArea>
<GrindArea>
<TargetMinLevel>2</TargetMinLevel>
<TargetMaxLevel>5</TargetMaxLevel>
<Factions>32 36 107 189 7</Factions>
<Hotspots>
<Hotspot X="-6445.687" Y="559.2073" Z="385.7642" />
<Hotspot X="-6482.578" Y="683.5085" Z="387.9805" />
<Hotspot X="-6371.81" Y="773.9807" Z="386.2139" />
<Hotspot X="-6419.276" Y="644.1398" Z="386.9178" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<Grindto Level="5"/>
<SetGrindArea>
<GrindArea>
<TargetMinLevel>3</TargetMinLevel>
<TargetMaxLevel>5</TargetMaxLevel>
<Factions>32 36 107 189 7</Factions>
<Hotspots>
<Hotspot X="-6445.687" Y="559.2073" Z="385.7642" />
<Hotspot X="-6482.578" Y="683.5085" Z="387.9805" />
<Hotspot X="-6371.81" Y="773.9807" Z="386.2139" />
<Hotspot X="-6419.276" Y="644.1398" Z="386.9178" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<Grindto Level="6"/>
because at level 5, level 1s are green and give around 1/3 the xp as level 2s do, and at level 6, level 1s and 2s give around 1/3 the xp as level 3s. but they all take around the same number of attacks to kill give or take one.
also, when your charector only has the Backpack for bag space, it ends up getting stuck in a loop killing 95% of the mobs which are level 1s and 2s. this made my level 6's xp/hour go from 12-14k/hour down to 8k/hour and still dropping. With my edits, the bot didn't get stuck in the vendering loop while killing level 1-2 and brought the xp/hour up to around 12k/hour again.
Note: I added the trolls because the bot was running around looking for level 3-5 mobs in the hot spots and wasn't finding many, however with this edit "The Troll Cave" is completed while grinding. Also, the bot got bugged in the room to the right in the troll cave once it level to level 6 because it was trying to goto the mage trainer but kept moving between 2 hotspots.
-HoHv2