spaceitout
New Member
- Joined
- Apr 28, 2014
- Messages
- 163
- Reaction score
- 3
here is a profile I've made so far.
It is adventure mode ,
it first relocates to act 1 ,
then moves to the uber house , opens the door & goes in .. perfectly fine !
( I have it set just to townportal for now )
PLEASE feel free to use or help me figure it out !
I am looking for help on how to open the created portals from my inventory ... " use portal item "
It is adventure mode ,
it first relocates to act 1 ,
then moves to the uber house , opens the door & goes in .. perfectly fine !
( I have it set just to townportal for now )
PLEASE feel free to use or help me figure it out !
PHP:<Order> <WaitTimer questId="1" stepId="27" waitTime="3000" /> <LogMessage output="STARTING THE PROFILE" /> <While condition="Me.IsInTown and CurrentLevelAreaId != 332339"> <UseWaypoint questId="1" stepId="1" waypointNumber="0" name="Waypoint_Town-557" statusText="lets relocate to new tristram" /> <WaitTimer questId="1" waitTime="1000" /> </While> <If condition="CurrentLevelAreaId==332339"> <WaitTimer questId="1" waitTime="500" /> <SafeMoveTo questId="312429" stepId="2" x="370" y="520" z="25" pathPrecision="5" pathPointLimit="250" statusText="nt1" /> <SafeMoveTo questId="312429" stepId="2" x="320" y="525" z="25" pathPrecision="5" pathPointLimit="250" statusText="nt2" /> <SafeMoveTo questId="312429" stepId="2" x="295" y="530" z="25" pathPrecision="5" pathPointLimit="250" statusText="nt3" /> <SafeMoveTo questId="312429" stepId="2" x="290" y="520" z="25" pathPrecision="5" pathPointLimit="250" statusText="nt4" /> <WaitTimer questId="1" waitTime="500" /> <MoveToActor questId="312429" stepId="2" x="291" y="516" z="25" actorId="258064" interactRange="10" name="Uber_BossPortal_Door-741" pathPrecision="5" pathPointLimit="250" statusText="lets open the door" /> <WaitTimer questId="1" waitTime="500" /> <MoveToMapMarker questId="312429" stepId="2" x="287" y="512" z="25" markerNameHash="-102375737" actorId="178293" interactRange="10" pathPrecision="5" pathPointLimit="250" isPortal="True" destinationWorldId="-1" statusText="lets go in the door" /> </If> <If condition="CurrentLevelAreaId==257116"> <UseTownPortal questId="1" stepId="1" /> </If> <LogMessage output="ENDING THE PROFILE" /> <WaitTimer questId="1" waitTime="500" /> <LoadProfile profile="data.xml" /> </Order>
I am looking for help on how to open the created portals from my inventory ... " use portal item "
Attachments
Last edited: