What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Hey ExMatt, really nice job dude it's awesome.

But I'm wondering if it could be possible to use 470 rotation(impulsive) on Legendary node (blue scripts books) with freerange profile or a normal one ? (Ofc user'll need huge meld on 150i or some 180i items)

I'm trying to do AllInOne profile for blue/red script materials (collectionnable or not thanks to you), to resume all 55+ stuff (only collectionable).

Here is my profile for all old stuff in most part but some usefull hw materials too (Cordial required).

It includes :
1h - 4h : cocoon / darksteel
6h : Spinach
9h - 12h : chysalh - gold ore - adamantium
12h : porcini
13h-16h : black truffle
17h-20h : Thavnairian Mistletoe OR Rosemary - Volcanic Rock Salt OR Virgin Basilisk Egg
21h : chysalh
23h : adamantium
00h : porcini.

PS : For admantium's flying path it using ExMatt's one but not for porcini (SimpleFlyTo)

Great job Entrax, looks good! Looking through this reminds me how annoying it is to only have IF with no ELSE IF statements
 
PS : For admantium's flying path it using ExMatt's one but not for porcini (SimpleFlyTo)
The Adamantite is the only part that isn't working for me. It tries to run there on the ground (while mounted) rather than fly.

*Edit
Which is strange, because Matt's Adamantite profile flys there fine for me.
 
Last edited:
Hey ExMatt, really nice job dude it's awesome.

But I'm wondering if it could be possible to use 470 rotation(impulsive) on Legendary node (blue scripts books) with freerange profile or a normal one ? (Ofc user'll need huge meld on 150i or some 180i items)

I'm trying to do AllInOne profile for blue/red script materials (collectionnable or not thanks to you), to resume all 55+ stuff (only collectionable).

Here is my profile for all old stuff in most part but some usefull hw materials too (Cordial required).

It includes :
1h - 4h : cocoon / darksteel
6h : Spinach
9h - 12h : chysalh - gold ore - adamantium
12h : porcini
13h-16h : black truffle
17h-20h : Thavnairian Mistletoe OR Rosemary - Volcanic Rock Salt OR Virgin Basilisk Egg
21h : chysalh
23h : adamantium
00h : porcini.

PS : For admantium's flying path it using ExMatt's one but not for porcini (SimpleFlyTo)


Thanks for this. I think the 470 rotation is possible on the legendary nodes with over 650 gathering and maybe 670?? perception. I don't know the exact numbers.
 
The Adamantite is the only part that isn't working for me. It tries to run there on the ground (while mounted) rather than fly.

*Edit
Which is strange, because Matt's Adamantite profile flys there fine for me.

Hum what material did you enable ? If you put 1 for Chysalh / Gold Ore / Adamantium bot can be in trouble during 10 -12h i think (i'll try later tonight, but i think ExMatt could answer you easier than me)

And I never enable those 3 at the same time (Collectable Chysalh + Adamantium or Normal Gold Ore + Adamantium) and profile isn't finished yet, I just shared it cuz it was working pretty well

Thanks for this. I think the 470 rotation is possible on the legendary nodes with over 650 gathering and maybe 670?? perception. I don't know the exact numbers.

My current stats are 667 Gathering / 677 Perception / 615 GP (without food) / I can share my melding if anyone wants.

With impulsive rotation :
First imp 151
Second Imp 151 (302)
Methodical 168 (470)

I know it's something like 650 gathering to be able to discover in 1 swing, 667 perception can be reached easily with food and some meld.

So i can gather 2-4 1star material with 470 rotation at 81% rate.
If I get one Gp bonus during rotation i'm still doing rotation but i can put +5% / +15% rate at the end before gather.

For now (can't realy test during maintenance), legendary node are saw like a usual node, even if I try something like :

Code:
<GatherCollectable DiscoverUnknowns="true" AlwaysGather="false" Radius="8"
			FreeRange="true" FreeRangeCondition="Condition.TrueFor(1, TimeSpan.FromMinutes(30))"
			CordialType="Cordial">
				<Collectables>
					<!-- 470 -->
					<Collectable Name="Adamantite Ore" Value="470" />
					<Collectable Name="Chysahl Greens" Value="470" />
					<!-- Coerthas -->
					<Collectable Name="Astral Moraine" Value="470" />
					<Collectable Name="Vanilla Beans" Value="470" />
					<!-- Sea of Clouds -->
					<Collectable Name="Sun Mica" Value="470" />
					<Collectable Name="Honeydew Almonds" Value="470" />
					<!-- Chruning Mists -->
					<Collectable Name="Aurum Regis Ore" Value="470" />
					<Collectable Name="Seventh Heaven" Value="470" />
				</Collectables>
				<ItemNames>
					<ItemName>Timeworn Dragonskin Map</ItemName>
				</ItemNames>
				<GatherRotation>Collect470</GatherRotation>
			</GatherCollectable>

It doesn't use collector's gloves and just click 1 time to discover material and then only add some gathering rate with skill. / Edit : It's working only with admantium / chysalh

An other thing (didn't try if it can already works) but could it be possible to remove GatherRotation tag to just spam 1 (or more) item(s) (without use any skills), this could be usefull for favor like "FreeRangeFavor" (spam crystal, favor's items and cluster) ?
 
Last edited:
Hum what material did you enable ? If you put 1 for Chysalh / Gold Ore / Adamantium bot can be in trouble during 10 -12h i think (i'll try later tonight, but i think ExMatt could answer you easier than me)

And I never enable those 3 at the same time (Collectable Chysalh + Adamantium or Normal Gold Ore + Adamantium) and profile isn't finished yet, I just shared it cuz it was working pretty well



My current stats are 667 Gathering / 677 Perception / 615 GP (without food) / I can share my melding if anyone wants.

With impulsive rotation :
First imp 151
Second Imp 151 (302)
Methodical 168 (470)

I know it's something like 650 gathering to be able to discover in 1 swing, 667 perception can be reached easily with food and some meld.

So i can gather 2-4 1star material with 470 rotation at 81% rate.
If I get one Gp bonus during rotation i'm still doing rotation but i can put +5% / +15% rate at the end before gather.

For now (can't realy test during maintenance), legendary node are saw like a usual node, even if I try something like :

Code:
<GatherCollectable DiscoverUnknowns="true" AlwaysGather="false" Radius="8"
			FreeRange="true" FreeRangeCondition="Condition.TrueFor(1, TimeSpan.FromMinutes(30))"
			CordialType="Cordial">
				<Collectables>
					<!-- 470 -->
					<Collectable Name="Adamantite Ore" Value="470" />
					<Collectable Name="Chysahl Greens" Value="470" />
					<!-- Coerthas -->
					<Collectable Name="Astral Moraine" Value="470" />
					<Collectable Name="Vanilla Beans" Value="470" />
					<!-- Sea of Clouds -->
					<Collectable Name="Sun Mica" Value="470" />
					<Collectable Name="Honeydew Almonds" Value="470" />
					<!-- Chruning Mists -->
					<Collectable Name="Aurum Regis Ore" Value="470" />
					<Collectable Name="Seventh Heaven" Value="470" />
				</Collectables>
				<ItemNames>
					<ItemName>Timeworn Dragonskin Map</ItemName>
				</ItemNames>
				<GatherRotation>Collect470</GatherRotation>
			</GatherCollectable>

It doesn't use collector's gloves and just click 1 time to discover material and then only add some gathering rate with skill. / Edit : It's working only with admantium / chysalh

An other thing (didn't try if it can already works) but could it be possible to remove GatherRotation tag to just spam 1 (or more) item(s) (without use any skills), this could be usefull for favor like "FreeRangeFavor" (spam crystal, favor's items and cluster) ?

Yea i probably don't know the requirements for legendary, I guess in reality I am assuming for Unspoiled that people can discover them in 1 hit and maybe I shouldn't. I need to add the node name and some requirements to prepare (if they are the same as unspoiled that will be really easy). (1 to reveal 6 hits total).
 
Yea i probably don't know the requirements for legendary, I guess in reality I am assuming for Unspoiled that people can discover them in 1 hit and maybe I shouldn't. I need to add the node name and some requirements to prepare (if they are the same as unspoiled that will be really easy). (1 to reveal 6 hits total).

If you have enought stats : 650+ G / 670+ P it's like every others nodes, only name change (don't know how it's callen in EN, should be like legendary unspoiled ... but can't be sure)
 
If you have enought stats : 650+ G / 670+ P it's like every others nodes, only name change (don't know how it's callen in EN, should be like legendary unspoiled ... but can't be sure)
I will just add it to my unspoiled logic, and that should do for now.
 
Well.. I just had to relog with EN client to found right name... so 1star nodes are Legendary instead of Unspoiled like "Legendary Lush Vegetation Patch".
 
Last edited:
Using the AdamantiteChysahl profile, the Chysahl worked great once I got to the area where the spawn is, it seems like both adamnatite and Chysahl tries to run to the nodes by ground though...to wait when the time is close maybe? Also, the adamantite part, landed on the central hill, ran to the node mounted, hopped off and then stealthed, not sure that is intended? After that, it gathered great, but then stealth walked back up on top of the middle hill. Once it was mostly up on top it started walking back and forth quickly, like you see mining ones do when it's trying to get to something just out of reach. I thought that was odd and maybe off a bit.

I am loving this, just not sure which numbers to tweak to get the pathing worked out to be smooth, and flight to work on the initial trip to the node spawn general areas.

Again, amazing stuff ExMatt and everyone else working on these profiles!

After playing with this a bit more, I think I'm missing something that makes it start flying, and maybe the pathing issue is because the hotspot is in the air...

EDIT: I was missing checking the box for the new fly plugin. Problem solved.
 
Last edited:
Tossing this out there for testing. Made it basically just for testing and to see how well it works. Because I'm unsure if I'll work on any more of these or further develop/support this one, feel free to use it to create profiles for other zones or whatever else else you'd like/need to, to it.

IMPORTANT: This was written before flight was changed to a plugin. While it should be backwards-compatible, please let me know if you have issues with this profile.

Notes:

Code:
##################################################
# Profile: [O] [BTN] [MIN] The Churning Mists    #
##################################################
# Author: y2krazy                                #
##################################################
# Version: 1.0.0                                 #
##################################################
# Required Level: 60                             #
##################################################
# Required Teleport Locations:                   #
#    Zenith                                      #
##################################################
# Required User Interaction:                     #
#    None                                        #
##################################################
# Required Setup:                                #
#    Fill out User Configuration below.          #
#    Level 60 Botanist                           #
#    Level 60 Miner                              #
#    Set Gear Sets at the bottom of the profile. #
##################################################
# Item Drops:                                    #
#    Aurum Regis Ore (Coming Soon!)              #
#    Black Soil                                  #
#    Bright Fire Rock                            #
#    Cloud Mica                                  #
#    Dravanian Mistletoe                         #
#    Earth Cluster                               #
#    Earth Crystal                               #
#    Fire Cluster                                #
#    Fire Moraine                                #
#    Granular Clay                               #
#    Green Quartz                                #
#    Hardsilver Sand                             #
#    Peat Moss                                   #
#    Porcini                                     #
#    Radiant Fire Moraine                        #
#    Seventh Heaven (Coming Soon!)               #
#    Yellow Quartz                               #
##################################################
User Configuration:

Code:
<!-- User Configuration -->
<!DOCTYPE Profile [
  <!-- Downtime Gathering -->
  <!ENTITY Downtime "Cloud Mica"> <!-- Set the item you want to gather during downtime. -->
    <!-- OPTIONS: "Cloud Mica" "Earth Crystal" "Hardsilver Sand" -->

  <!-- Unspoiled Node 1 (one will be gathered at a time) -->
  <!ENTITY CollectMistletoe "10"> <!-- Dravanian Mistletoes (Collectable) to gather before stopping. -->
    <!-- ^ or v -->
  <!ENTITY DravanianMistletoe "0"> <!-- Dravanian Mistletoes to gather before stopping. -->
  <!ENTITY CollectPorcini "10"> <!-- Porcinis (Collectable) to gather before stopping. -->
    <!-- ^ or v -->
  <!ENTITY Porcini "0"> <!-- Porcinis to gather before stopping. -->

  <!-- Unspoiled Node 2 (one will be gathered at a time) -->
  <!ENTITY GreenQuartz "10"> <!-- Green Quartz to gather before stopping. -->
  <!ENTITY YellowQuartz "0"> <!-- Yellow Quartz to gather before stopping. -->

  <!-- Ephemeral Node 1 (one will be gathered at a time) -->
  <!ENTITY BrightFireRock "0"> <!-- Bright Fire Rocks (Hidden) to gather before stopping. -->
  <!ENTITY FireCluster "0"> <!-- Fire Clusters (Non-Collectable) to gather before stopping. -->
  <!ENTITY FireMoraine "10"> <!-- Fire Moraines to gather before stopping. -->
  <!ENTITY RadiantFireMoraine "0"> <!-- Radiant Fire Moraines (Hidden) to gather before stopping. -->

  <!-- Ephemeral Node 2 (one will be gathered at a time) -->
  <!ENTITY BlackSoil "0"> <!-- Black Soils (Hidden) to gather before stopping. -->
  <!ENTITY EarthCluster "0"> <!-- Earth Clusters (Non-Collectable) to gather before stopping. -->
  <!ENTITY GranularClay "10"> <!-- Granular Clays to gather before stopping. -->
  <!ENTITY PeatMoss "0"> <!-- Peat Mosses (Hidden) to gather before stopping. -->

  <!-- Legendary Nodes (Coming Soon!) -->
  <!ENTITY AurumRegisOre "0"> <!-- Aurum Regis Ores to gather before stopping. -->
  <!ENTITY SeventhHeaven "0"> <!-- Seventh Heavens to gather before stopping. -->
]>
<!-- End User Configuration -->
Time Table:

Code:
12:00 AM - 01:00 AM: Dravanian Mistletoe or Porcini
12:00 AM - 02:00 AM: Downtime Gathering
02:00 AM - 03:00 AM: Green Quartz or Yellow Quartz
02:00 AM - 05:00 AM: Downtime Gathering
05:00 AM - 06:00 AM: Aurum Regis Ore (Not Included)
02:00 AM - 12:00 PM: Downtime Gathering
12:00 PM - 01:00 PM: Dravanian Mistletoe or Porcini
12:00 PM - 02:00 PM: Bright Fire Rock, Radiant Fire Moraine, Fire Moraine or Fire Cluster
02:00 PM - 03:00 PM: Green Quartz or Yellow Quartz
02:00 PM - 04:00 PM: Bright Fire Rock, Radiant Fire Moraine, Fire Moraine or Fire Cluster
04:00 PM - 05:00 PM: Peat Moss, Black Soil, Granular Clay or Earth Cluster
05:00 PM - 06:00 PM: Seventh Heaven (Not Included)
05:00 PM - 08:00 PM: Peat Moss, Black Soil, Granular Clay or Earth Cluster
08:00 PM - 12:00 AM: Downtime Gathering
Downtime gathering keeps your character busy, so if you plan to run this for an entire day without monitoring (not suggested), you may want to remove those sections.

You can snag the profile from my SVN in my signature (it is located under "Gathering" > "Collectables"), or by clicking here for the raw link to the file.

EDIT: Just going to attach it as well. Pick your poison.
 

Attachments

Last edited:
Tossing this out there for testing. Made it basically just for testing and to see how well it works.

Notes:

Code:
##################################################
# Profile: [O] [BTN] [MIN] The Churning Mists    #
##################################################
# Author: y2krazy                                #
##################################################
# Version: 1.0.0                                 #
##################################################
# Required Level: 60                             #
##################################################
# Required Teleport Locations:                   #
#    Zenith                                      #
##################################################
# Required User Interaction:                     #
#    None                                        #
##################################################
# Required Setup:                                #
#    Fill out User Configuration below.          #
#    Level 60 Botanist                           #
#    Level 60 Miner                              #
#    Set Gear Sets at the bottom of the profile. #
##################################################
# Item Drops:                                    #
#    Aurum Regis Ore (Coming Soon!)              #
#    Black Soil                                  #
#    Bright Fire Rock                            #
#    Cloud Mica                                  #
#    Dravanian Mistletoe                         #
#    Earth Cluster                               #
#    Earth Crystal                               #
#    Fire Cluster                                #
#    Fire Moraine                                #
#    Granular Clay                               #
#    Green Quartz                                #
#    Hardsilver Sand                             #
#    Peat Moss                                   #
#    Porcini                                     #
#    Radiant Fire Moraine                        #
#    Seventh Heaven (Coming Soon!)               #
#    Yellow Quartz                               #
##################################################
User Configuration:

Code:
<!-- User Configuration -->
<!DOCTYPE Profile [
  <!-- Downtime Gathering -->
  <!ENTITY Downtime "Cloud Mica"> <!-- Set the item you want to gather during downtime. -->
    <!-- OPTIONS: "Cloud Mica" "Earth Crystal" "Hardsilver Sand" -->

  <!-- Unspoiled Node 1 (one will be gathered at a time) -->
  <!ENTITY CollectMistletoe "10"> <!-- Dravanian Mistletoes (Collectable) to gather before stopping. -->
    <!-- ^ or v -->
  <!ENTITY DravanianMistletoe "0"> <!-- Dravanian Mistletoes to gather before stopping. -->
  <!ENTITY CollectPorcini "10"> <!-- Porcinis (Collectable) to gather before stopping. -->
    <!-- ^ or v -->
  <!ENTITY Porcini "0"> <!-- Porcinis to gather before stopping. -->

  <!-- Unspoiled Node 2 (one will be gathered at a time) -->
  <!ENTITY GreenQuartz "10"> <!-- Green Quartz to gather before stopping. -->
  <!ENTITY YellowQuartz "0"> <!-- Yellow Quartz to gather before stopping. -->

  <!-- Ephemeral Node 1 (one will be gathered at a time) -->
  <!ENTITY BrightFireRock "0"> <!-- Bright Fire Rocks (Hidden) to gather before stopping. -->
  <!ENTITY FireCluster "0"> <!-- Fire Clusters (Non-Collectable) to gather before stopping. -->
  <!ENTITY FireMoraine "10"> <!-- Fire Moraines to gather before stopping. -->
  <!ENTITY RadiantFireMoraine "0"> <!-- Radiant Fire Moraines (Hidden) to gather before stopping. -->

  <!-- Ephemeral Node 2 (one will be gathered at a time) -->
  <!ENTITY BlackSoil "0"> <!-- Black Soils (Hidden) to gather before stopping. -->
  <!ENTITY EarthCluster "0"> <!-- Earth Clusters (Non-Collectable) to gather before stopping. -->
  <!ENTITY GranularClay "10"> <!-- Granular Clays to gather before stopping. -->
  <!ENTITY PeatMoss "0"> <!-- Peat Mosses (Hidden) to gather before stopping. -->

  <!-- Legendary Nodes (Coming Soon!) -->
  <!ENTITY AurumRegisOre "0"> <!-- Aurum Regis Ores to gather before stopping. -->
  <!ENTITY SeventhHeaven "0"> <!-- Seventh Heavens to gather before stopping. -->
]>
<!-- End User Configuration -->
Time Table:

Code:
12:00 AM - 01:00 AM: Dravanian Mistletoe or Porcini
12:00 AM - 02:00 AM: Downtime Gathering
02:00 AM - 03:00 AM: Green Quartz or Yellow Quartz
02:00 AM - 05:00 AM: Downtime Gathering
05:00 AM - 06:00 AM: Aurum Regis Ore (Not Included)
02:00 AM - 12:00 PM: Downtime Gathering
12:00 PM - 01:00 PM: Dravanian Mistletoe or Porcini
12:00 PM - 02:00 PM: Bright Fire Rock, Radiant Fire Moraine, Fire Moraine or Fire Cluster
02:00 PM - 03:00 PM: Green Quartz or Yellow Quartz
02:00 PM - 04:00 PM: Bright Fire Rock, Radiant Fire Moraine, Fire Moraine or Fire Cluster
04:00 PM - 05:00 PM: Peat Moss, Black Soil, Granular Clay or Earth Cluster
05:00 PM - 06:00 PM: Seventh Heaven (Not Included)
05:00 PM - 08:00 PM: Peat Moss, Black Soil, Granular Clay or Earth Cluster
08:00 PM - 12:00 AM: Downtime Gathering
You can snag the profile from my SVN in my signature (it is located under "Gathering" > "Collectables"), or by clicking here for the raw link to the file.

EDIT: Just going to attach it as well. Pick your poison.

So many new profiles to try, you're using your custom behaviours btw, so grabbing the file isn't enough =)
 
So many new profiles to try, you're using your custom behaviours btw, so grabbing the file isn't enough =)
Did I just forget to remove the custom behavior directory line, or are you getting other warnings?
 
nah that was the only warning, I didn't actually try to start it without moving the file into your folders, I just svn updated and went from there instead after seeing the error
 
Hum i just try my own profile and ExMatt's one too to be sure but.. did GatherCollectable tag forgot how to fly ? x)

He's trying to walk to adamantite node.

EDIT : Btw nice profil y2krazy, like always :)
 
Last edited:
Hum i just try my own profile and ExMatt's one too to be sure but.. did GatherCollectable tag forgot how to fly ? x)

He's trying to walk to adamantite node.

EDIT : Btw nice profil y2krazy, like always :)

have you enabled the fight plugin ?
 
I bet that solves my issue too, I didn't see it either. Doh.

Thanks Tishat.


Sorry about the stealth plugin update, but at least now you can theoretically apply it to any orderbot profile, (It doesn't mean it will work properly!) .

I am looking for feedback on flight.

Known Issues:
1. Will run into items like cages or sometimes get stuck on walls of say a colliseum-like building where there are arches that give you line of sight, but your character can't fit at the angle it tries to.
2. Sometimes if the flight path is going down from where you currently are, it thinks the path is clear (because according to the game you are already underneath the point that is supposedly in your way to get there), resulting in ground hop.
3. Anyx Trine - can't seem to find an open space to fly anywhere =(.


I am working on fixing these issues.
 
Hey ExMatt, really nice job dude it's awesome.

But I'm wondering if it could be possible to use 470 rotation(impulsive) on Legendary node (blue scripts books) with freerange profile or a normal one ? (Ofc user'll need huge meld on 150i or some 180i items)

I'm trying to do AllInOne profile for blue/red script materials (collectionnable or not thanks to you), to resume all 55+ stuff (only collectionable).

Here is my profile for all old stuff in most part but some usefull hw materials too (Cordial required).

It includes :
1h - 4h : cocoon / darksteel
6h : Spinach
9h - 12h : chysalh - gold ore - adamantium
12h : porcini
13h-16h : black truffle
17h-20h : Thavnairian Mistletoe OR Rosemary - Volcanic Rock Salt OR Virgin Basilisk Egg
21h : chysalh
23h : adamantium
00h : porcini.

PS : For admantium's flying path it using ExMatt's one but not for porcini (SimpleFlyTo)

Hallo the Profil wort not by me i have this error

[19:50:07.709 N] Failed to load profile: Element GatherCollectable is not supported. Please check your XML and try again. (<GatherCollectable loops="1" spawnTimeout="5" CordialType="Cordial" CordialTime="Auto">
<GatherObjects>
<GatherObject>Unspoiled Lush Vegetation Patch</GatherObject>
</GatherObjects>
<Slot>3</Slot>
<!-- Crawler Cocoon -->
<GatherRotation>Unspoiled</GatherRotation>
<HotSpots>
<Hotspot XYZ="9.627401, -6.880045, 245.0801" Radius="500" />
</HotSpots>
</GatherCollectable>) Line 65
[19:50:07.709 D] System.Exception: Element GatherCollectable is not supported. Please check your XML and try again. (<GatherCollectable loops="1" spawnTimeout="5" CordialType="Cordial" CordialTime="Auto">
<GatherObjects>
<GatherObject>Unspoiled Lush Vegetation Patch</GatherObject>
</GatherObjects>
<Slot>3</Slot>
<!-- Crawler Cocoon -->
<GatherRotation>Unspoiled</GatherRotation>
<HotSpots>
<Hotspot XYZ="9.627401, -6.880045, 245.0801" Radius="500" />
</HotSpots>
</GatherCollectable>) Line 65
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei Clio.XmlEngine.PropertyProcessor.(XElement , Type )
bei Clio.XmlEngine.PropertyProcessor..(XElement )
bei System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
bei System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
bei Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
bei ff14bot.NeoProfiles.NeoProfile.Load(String path)
bei ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)

Thanks you when anyone cane me help :-)
 
Hallo the Profil wort not by me i have this error

[19:50:07.709 N] Failed to load profile: Element GatherCollectable is not supported. Please check your XML and try again. (<GatherCollectable loops="1" spawnTimeout="5" CordialType="Cordial" CordialTime="Auto">
<GatherObjects>
<GatherObject>Unspoiled Lush Vegetation Patch</GatherObject>
</GatherObjects>
<Slot>3</Slot>
<!-- Crawler Cocoon -->
<GatherRotation>Unspoiled</GatherRotation>
<HotSpots>
<Hotspot XYZ="9.627401, -6.880045, 245.0801" Radius="500" />
</HotSpots>
</GatherCollectable>) Line 65
[19:50:07.709 D] System.Exception: Element GatherCollectable is not supported. Please check your XML and try again. (<GatherCollectable loops="1" spawnTimeout="5" CordialType="Cordial" CordialTime="Auto">
<GatherObjects>
<GatherObject>Unspoiled Lush Vegetation Patch</GatherObject>
</GatherObjects>
<Slot>3</Slot>
<!-- Crawler Cocoon -->
<GatherRotation>Unspoiled</GatherRotation>
<HotSpots>
<Hotspot XYZ="9.627401, -6.880045, 245.0801" Radius="500" />
</HotSpots>
</GatherCollectable>) Line 65
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei Clio.XmlEngine.PropertyProcessor.(XElement , Type )
bei Clio.XmlEngine.PropertyProcessor..(XElement )
bei System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
bei System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
bei Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
bei Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
bei Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
bei ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
bei ff14bot.NeoProfiles.NeoProfile.Load(String path)
bei ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)

Thanks you when anyone cane me help :-)

Post the log from when you start RB
 
Back
Top