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

DemonBuddy said "omg the pain"

xsol

Member
Joined
Nov 7, 2011
Messages
503
Reaction score
12
There is no need for a log; seriously, there are no errors, just run the damn profile.

This profile uses explore area; when DB attempts to do as instructed it hangs/micro freezes constantly. It works and does as intended, but it has constant micro freezes when encountering areas of the map it has not uncovered.

The profile even completes; I just wanted to let you guys know about the major performance issues; this was just one of my tests.

Code:
<Profile>
	<Name>A1 - ExploreArea - The Weeping Hollow - Fields of Misery</Name>
	<KillMonsters>True</KillMonsters>
	<PickupLoot>True</PickupLoot>
	<GameParams quest="72801" step="36" act="A1" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1"  />
	<Order>
		<!-- goto the cemetary to start -->
		<If condition="Zeta.ZetaDia.CurrentWorldId != 71150 and (Zeta.ZetaDia.CurrentLevelAreaId != 19954 and Zeta.ZetaDia.CurrentLevelAreaId != 72712)">
			<If condition="not Me.IsInTown">
				<UseTownPortal questId="1" />
				<WaitTimer waitTime="5000" questId="1" />
			</If>
			<UseWaypoint x="2981.73" y="2835.009" z="24.66344" actorId="223757" waypointNumber="6" questId="1" />
			<WaitTimer waitTime="5000" questId="1" />
		</If>
		
		<If condition="Me.IsInTown">
			<UseWaypoint x="2981.73" y="2835.009" z="24.66344" actorId="223757" waypointNumber="6" questId="1" />
			<WaitTimer waitTime="5000" questId="1" />
		</If>
		
		<If condition="Zeta.ZetaDia.CurrentWorldId == 71150 and (Zeta.ZetaDia.CurrentLevelAreaId == 19954 or Zeta.ZetaDia.CurrentLevelAreaId == 72712)">
			<ExploreArea questId="1" boxTolerance="0.65" boxSize="20" until="FullyExplored" />
		</If>
		
		<If condition="not Me.IsInTown">
			<UseTownPortal questId="1" />
			<WaitTimer waitTime="5000" questId="1" />
		</If>
		
                <!--	
		<LoadProfile file="A1 - ExploreArea - Start.xml" leaveGame="True" /> -->
	</Order>
</Profile>
 
thats something "normal" because it generates alot of paths when it disconvers a new scene
 
Back
Top