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
05-12-2014, 10:01 AM
Post: #2
RE: Trying to create profile
to make comment
Use
<!-- Comment -->
Instead of
<!-- Comment --!>
Find all posts by this user
Quote this message in a reply
05-12-2014, 10:48 AM
Post: #3
RE: Trying to create profile
Thanks Titanium, I tried that but still getting "XML Error in profile. Please fix first."
Find all posts by this user
Quote this message in a reply
05-13-2014, 10:32 AM
Post: #4
RE: Trying to create profile
If you open the XML file in browser, e.g. chrome or Firefox, it'll tell you which line cause the XML error.
Find all posts by this user
Quote this message in a reply
05-13-2014, 12:03 PM
Post: #5
RE: Trying to create profile
That helped, thanks Titanium !
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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