Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to create profile
05-12-2014, 09:59 AM (This post was last modified: 05-12-2014 10:49 AM by MrSlashzz.)
Post: #1
Trying to create profile
Hi,

I'm new to all this botexploit thingies, but I really want to create my own profiles.
Now I am trying to create a simple bounty profile that clears the Khazra Den, I know there is already a profile for this but I want to understand the scripting of this XML files.

Now I want to start with cleaning the Khazra Den bounty, is it possible to check IF the bounty is in-game and if not, to leave and re-create the game?

I already tried to make the beginning, moving to the waypoint and explore Fields until "object" is found (entrance of khazra) But it says there is an error in the XML file. Can somebody take a look at what I am doing wrong?

Quote:<?xml version="1.0" encoding="UTF-8"?>
<Profile><Order>
<KillMonsters>True</KillMonsters>
<PickUpLoot>True</PickUpLoot>


<!-- Moving to Fields Of Misery -->
<if Condition="Me.IsInTown">
<UseWaypoint waypointnumber="8"/>
<WaitTimer waitTime="250"/>

<!-- Searching for Khazra -->
<If Condition="CurrentWorld == 71150">
<ExploreArea Until="ObjectFound" actorId="176003"/>
<useObject actorId="176003" IsPortal="true"/>
<ExploreArea boxSize="80" boxTolerance="0.2"/>

<!-- Back to town -->
<UseTownPortal/>
<WaitTimer waitTime="1000" attack="true"/>
<talkto actorID="114622"/>
<WaitTimer waitTime="1000" attack="false"/>
</if>
<LeaveGame/>
</Order></Profile>
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Trying to create profile - MrSlashzz - 05-12-2014 09:59 AM
RE: Trying to create profile - Titanium - 05-12-2014, 10:01 AM
RE: Trying to create profile - MrSlashzz - 05-12-2014, 10:48 AM
RE: Trying to create profile - Titanium - 05-13-2014, 10:32 AM
RE: Trying to create profile - MrSlashzz - 05-13-2014, 12:03 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)