Bot Exploit
Act 2 Bounty ( The Unknown Depths n Realm of Shadows) v2 - Printable Version

+- Bot Exploit (http://www.botexploit.com/en/forum)
+-- Forum: Bot Exploit Forum (/Forum-Bot-Exploit-Forum)
+--- Forum: General (/Forum-General)
+---- Forum: Profiles (Maps) (/Forum-Profiles-Maps)
+---- Thread: Act 2 Bounty ( The Unknown Depths n Realm of Shadows) v2 (/Thread-Act-2-Bounty-The-Unknown-Depths-n-Realm-of-Shadows-v2)



Act 2 Bounty ( The Unknown Depths n Realm of Shadows) v2 - Kronos - 09-11-2015 07:14 AM

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 !