Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to write Profiels
04-19-2014, 01:41 PM (This post was last modified: 04-19-2014 01:41 PM by [email protected].)
Post: #1
How to write Profiels
Hi i wish some explonations about the Profile Editor:
So that i can create some usefull Profiles and upload them.
Its kind of a Guide which i will Update if i know more Details like my questions in the Guide, please Help to solve the questions/Problems

Move to: of cause u get the position but how far can two points be appart?
just Vision range oder need the Cordinat just to be on the current world?
sometimes it skipt waypoints arent they in order?

Use Waypoint:
there need to be an number which u Find here:
http://www.botexploit.com/en/forum/showt...hp?tid=462


Use Object:
The Object ID u find in ID Extraction -> Extract ID from Nearby Actors
Can be used for Portals for example.

Combination:
<If condition="ActorExistsAt(161277, 423.7428, 598.8231, 0.2546768, 15)

If the object is there it will be used:
161277 the Object ID
423.7428 the X coordinate carefull . and , are switched
598.8231 the Y coordinate carefull . and , are switched
0.2546768 the Y coordinate carefull . and , are switched
(The coordinates are just exampels)
15 I dont know why the 15 is there got it out of other profiles please explain it

<GameParams> </GameParams>
Join the Game shut be in the beginning of the profile

Waittimer shut always be after Townportal or Portals

Townportal and Leave game does what it says

What is Explore Area? do i dont need then waypoints and it explore the area on his own? and the next step folow if it fail or sucsses?

Resume use Town Portal Does what is says.

<If condition="here the condition"> here will be what happen then </If>

if u want leave a comment in the Profile use <!-- ur commend -->
You need to do it that way so it wont effect the Profile!
Otherwise u will get errors!

Example:
Quote:<Profile><Order>
<!-- Profile and Order need to be in the Profile to let the programm know what it can do -->

<Name>[Tipp the Name here]</Name>
<!-- Join the Game even if you are ingame just to be shure -->
<GameParams> </GameParams>

<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>

<!-- WP to The KEEP DEPTH LEVEL 3 - 30 if Im in the Town -->
<If condition="Me.IsInTown">
<UseWaypoint waypointNumber="30"/>
<WaitTimer questId="1" waitTime="250"/></If>

<!-- Weg zu Gloom - 30 WorldId 136415 shut be after using the WP-->
<If condition="CurrentWorldId == 136415">
<MoveTo x="1065,148" y="472,4492" z="0,1035012"/>
<MoveTo x="977,0397" y="597,692" z="0,1000001"/>
<MoveTo x="837,769" y="598,5544" z="5,944757"/>
<MoveTo x="676,4332" y="592,8297" z="0,1"/>
<MoveTo x="555,3512" y="600,2751" z="0,2882665"/>
<MoveTo x="466,0218" y="595,5064" z="0,1000001"/>

<!-- Portal zu Gloom -->
<If condition="ActorExistsAt(161277, 423.7428, 598.8231, 0.2546768, 15) and CurrentWorldId==136415">
<UseObject actorId="161277" />
<WaitTimer waitTime="250"/></If>
</If>

<!-- Gloom -->
<If condition="CurrentWorldId == 103209">
<MoveTo x="580,1044" y="359,6587" z="0,7869942"/>
<MoveTo x="472,2776" y="359,4485" z="0,4071507"/>
<MoveTo x="437,1" y="355,1415" z="0,1000001"/>
<MoveTo x="399,161" y="357,6373" z="0,1"/>

<!-- Ausloggen -->
<WaitTimer waitTime="60000"/>
<LeaveGame reason="Complete"></LeaveGame>
<UseTownPortal/></If>

</Order></Profile>

Other Stuff:

I preffer the free software Notepad++ download link here:
url=http://www.chip.de/downloads/Notepad_12996935.html
(Its helps a lot because of u see if a if condition or an </If> or so is missing and u can minimize the contiotions and so on....

AND PLEASE!

Dont be greedy if u create a nice profile Upload it in the Form so that anyone can use it.


I will soon create profiles if my questions are fast be answerd because of i want just Upload Profiles which are running smoth.

Thanks for listening and please leave questions or even better answers bellow.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to write Profiels - [email protected] - 04-19-2014 01:41 PM
RE: How to write Profiels - Titanium - 04-19-2014, 03:00 PM
RE: How to write Profiels - Titanium - 04-20-2014, 01:57 AM
RE: How to write Profiels - Titanium - 04-21-2014, 02:32 AM
RE: How to write Profiels - atragedy - 04-28-2014, 05:13 PM
RE: How to write Profiels - Titanium - 04-29-2014, 01:43 AM
RE: How to write Profiels - atragedy - 04-29-2014, 06:54 AM
RE: How to write Profiels - atragedy - 05-09-2014, 03:08 AM
RE: How to write Profiels - atragedy - 05-09-2014, 03:22 PM
RE: How to write Profiels - MrSlashzz - 05-13-2014, 10:27 PM

Forum Jump:


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