Bot Exploit

Full Version: Act 2 Bounty ( The Unknown Depths n Realm of Shadows) v2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Since it's my first post here on botexploit, i'll make a good action hahaha..
i've been working a bit on a couple of script in act2 bounty.

There's it:


- The Unknown Depths
Code:
<?xml version="1.0" encoding="UTF-8"?>
<Profile>
    <GameParams questName="Adv. mode" changeQuest="true" quest="-1" step="-1" act="OpenWorld">
</GameParams>
    <Order>
<!-- Dont Steal Copyright, Atleast includes my name -->
<!-- The Unknown Depths started, Made By Kronos -->
        <Params name="TownWaypointNumber" value="18"/>
<UseWaypoint waypointNumber="25"></UseWaypoint>            
<WaitTimer waitTime="1000"/>
        <If condition="CurrentWorldId == 50613">
<ExploreArea boxSize="60" boxTolerance="0.08" until="ObjectFound" actorId="185067"/>
<WaitTimer waitTime="1000"/>
<UseObject isPortal="true" actorId="185067"/>
        <If condition="CurrentWorldId == 50610">
<ToggleTargeting killRadius="100"/>
<ExploreArea boxSize="60" boxTolerance="0.08" until="BountyComplete"/>
<WaitTimer waitTime="1000"/>
          <UseTownPortal/>
</If>
       </If>
</Order></Profile>

-Realm of Shadows

Code:
<?xml version="1.0" encoding="UTF-8"?>
<Profile>
    <GameParams questName="Adv. mode" changeQuest="true" quest="-1" step="-1" act="OpenWorld">
</GameParams>
    <Order>
<!-- Made By Kronos -->
        <Params name="TownWaypointNumber" value="18"/>

<UseWaypoint waypointNumber="25"></UseWaypoint>            
<WaitTimer waitTime="1000"/>
        <!-- Realms of shadows started -->
        <If condition="CurrentWorldId == 50613">
<ExploreArea boxSize="60" boxTolerance="0.08" until="ExitFound" exitNameHash=" -1363317798"/>
<WaitTimer waitTime="1000"/>
<UseObject isPortal="true" actorId="185067"/>
<WaitTimer waitTime="1000"/>
        <If condition="CurrentWorldId == 50611">
<WaitTimer waitTime="1000"/>
<ExploreArea boxSize="60" boxTolerance="0.03" until="BountyComplete"/>
<WaitTimer waitTime="1000"/>
          <UseTownPortal/>
</If>
       </If>
</Order></Profile>

Use it for your own needs, don't forget they're manual profile, so you may need to include them both in 1 profile.

Thanks is always welcome !
Reference URL's