What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Repairing] Character just idols

jtype01

New Member
Joined
Jun 11, 2012
Messages
74
Reaction score
0
When my gear is in the range where it needs to be repaired, my character town portals to town, and just stands there.

How exactly do you get it to repair at the NPC

Thanks everyone!
 
depends on what profile you are using

Core of Arreat

<Profile>
<Name>The Core of Arreat - Gold Farm - Edited by Dakkah</Name>
<GameParams quest="101758" step="1" act="A3" difficulty="Nightmare" resumeFromSave="True" isPrivate="True" numGames="-1" />
<Order>
<WriteReport />
<!-- Let us start this while we're down there... Only use the WP if we're not already at the level we want to be on. -->
<If condition="Me.IsInTown">
<UseWaypoint questId="1" x="402.5403" y="414.342" z="1.5338" levelArea="1999503360" actorId="6442 " waypointNumber="10" />
</If>

<!-- Run towards the Az-Modan room -->
<MoveTo questId="1" x="471.8175" y="724.2953" z="0.1000002" />
<MoveTo questId="1" x="523.6598" y="708.95" z="0.46604" />
<MoveTo questId="1" x="526.4312" y="625.7125" z="0.1000153" />
<MoveTo questId="1" x="773.992" y="607.6407" z="0.1000183" name="Core Middle" />
<MoveTo questId="1" x="1114.795" y="722.6207" z="0.1" name="Core Start" />

<!-- Actually leave the game! -->
<UseTownPortal questId="1" />
<LeaveGame reason="Run is done" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>False</PickupLoot>
</Profile>
 
Back
Top