I made this Wp for farming honor points in dril ground.
If you have Dril Ground in your guild, you can get 120 honor point in less then 8 minutes
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
--== User Option ==--
RunningSpeed = 59 -- The speed the character runs, 50 is normal. Recommended 59.
--=================--
--== Apply speed hack ==--
local playerAddress = memoryReadIntPtr(getProc(), addresses.staticbase_char, addresses.charPtr_offset);
if playerAddress ~= 0 then
memoryWriteFloat(getProc(), playerAddress + 0x40, RunningSpeed);
end
--=================--
</onLoad>
<!-- # 1 --><waypoint x="5118" z="2526" y="13">
fly()
</waypoint>
<!-- # 2 --><waypoint x="5138" z="2568" y="114"> </waypoint>
<!-- # 3 --><waypoint x="4856" z="2586" y="237"> </waypoint>
<!-- # 4 --><waypoint x="2215" z="2426" y="237"> </waypoint>
<!-- # 5 --><waypoint x="2206" z="2605" y="191"> </waypoint>
<!-- # 6 --><waypoint x="2060" z="2594" y="82">
player:target_NPC("Master of Trials");
sendMacro("ChoiceOption(2);");
player:rest(2);
teleport(2032,2460,90)
teleport(2032,2460,120)
waitForLoadingScreen();
player:rest(2);
</waypoint>
</waypoints>
This Wp just fly over tiles and wait until game is finished.
So if someone can improve it, to colect sigil's, it can be more efficient.
thx in advance,