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

[Request] 2.0.1 Profile

tozededao

Community Developer
Joined
Jan 15, 2010
Messages
1,225
Reaction score
5
Did this request yesterday but it seems there was a forum rollback.

Nowadays one of the easiest way to level paragon is by farming Eastern and Western Channel on Act 2.

I'm rust from these profile tags nowadays since they've changed a lot and I haven't used this bot for like 1 year.

Heres what I think it should do :

If we are in town and there is no Portal up to Ancient Waterway, teleport to Dahlgur Oasis. I have no idea how to do this.
- In Dahlgur Oasis find the Ancient Waterway entrance and enter it.
- As soon as you enter you get the Checkpoint
Normal part of the profile
- Enter Western Channel.
Code:
<MoveToActor questId="1" stepId="40" actorId="175467" isPortal="True" destinationWorldId="62776" x="93" y="3" z="11" straightLinePathing="True" /> 
<!-- To Western Channel -->
<WaitTimer questId="1" stepId="40" waitTime="1000" />
- Clear it.
Code:
<TrinityExploreDungeon questId="1" stepId="40" boxTolerance=".70" boxSize="10" until="ExitFound" exitNameHash="1140186062" pathPrecision="40">
    <PrioritizeScenes>
        <PriorityScene sceneName="Exit" />
    </PrioritizeScenes>
    <IgnoreScenes>
        <IgnoreScene sceneName="Aqd_N_" />
        <IgnoreScene sceneName="Aqd_S_" />
        <IgnoreScene sceneName="Aqd_E_" />
        <IgnoreScene sceneName="Aqd_W_" />
    </IgnoreScenes>
</TrinityExploreDungeon>
- Enter Western Flow Control
Code:
<MoveToMapMarker questId="57335" stepId="40" markerNameHash="1140186062" actorId="176007" destinationWorldId="59486" isPortal="True"  /><WaitTimer questId="57335" stepId="40" waitTime="1000" />
- Enter Eastern Channel.
- Clear it.
- Town Teleport.
- Leave game.
 
Last edited:
Ok, here is my version of that route. I don't know/want to implement 1st step of getting chekpoint in EFC, so u need to do it manualy. Profile is semi working, so dont expect much from it.
 

Attachments

Last edited:
Back
Top