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!

Mining Profile (With Platinum Ore)

seens not work , or what i miss something?
Code:
	<If Condition="IsTimeBetween(13,14)">
            <If Condition="not IsOnMap(154)">
	        <TeleportTo Name="Revenant's Toll" AetheryteId="24" />
	    </If>
	    </If>
         <If Condition="IsTimeBetween(13,14)">
		<TeleportTo Name="Revenant's Toll" AetheryteId="24"/>
<Stealth Activate="True" />
	      <Gather Loops="1">
             	<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
         	<HotSpots>
	  	        <HotSpot Radius="95" XYZ="297.7793, 7.004344, -589.2265"/>
			<HotSpot Radius="95" XYZ="343.6565, -7.780937, -451.2857"/>
         	</HotSpots>
         	<Slot>1</Slot>
		<GatheringSkillOrder>
			<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
			<GatheringSkill SpellName="Sharp Vision" TimesToCast="1" />
			<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
		</GatheringSkillOrder>
      	    </Gather>
<Stealth Activate="False" />
			<MoveTo XYZ="478.9291, -2.545939, -496.3447"/>
			<WaitWhile Condition ="IsTimeBetween(13,14)" />
	    </If>


You can't put other tags within a Gather tag. Use this instead:
 
A function name changed. There's no need for that tag anymore though, you can just use the new RunCode tag to run:

how to use that?

i got error message
Code:
12:52:56.222 N] Failed to load profile: Element Stealth is not supported. Please check your XML and try again. (<Stealth Activate="True" />) Line 204
[12:52:56.223 D] System.Exception: Element Stealth is not supported. Please check your XML and try again. (<Stealth Activate="True" />) Line 204
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
   at Clio.XmlEngine.PropertyProcessor..(XElement )
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
   at ff14bot.NeoProfiles.NeoProfile.Load(String path)
   at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
 
how to use that?

i got error message
Code:
12:52:56.222 N] Failed to load profile: Element Stealth is not supported. Please check your XML and try again. (<Stealth Activate="True" />) Line 204
[12:52:56.223 D] System.Exception: Element Stealth is not supported. Please check your XML and try again. (<Stealth Activate="True" />) Line 204
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
   at Clio.XmlEngine.PropertyProcessor..(XElement )
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
   at ff14bot.NeoProfiles.NeoProfile.Load(String path)
   at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)


-sigh-, I'm too tired to bother explaining it in detail, here's a fixed tag...

View attachment Stealth.cs
 
so, how do i use stealth then ??

Everyone wants everything done for them XD.

I know how you feel, im a programmer myself.


i found that running orderbot
to collect shards in mordhona
need to sneak when close to them

how do you put stealth into a script ??

i hope you guys still check this thread
Written ON:~~~
 
that is what the entire discussion above is about, putting stealth into a script.
please read back
 
lol.
even after reading i'm still lost.
i dont think using the (( .cs ))
would work because it turns on the (( stealth as soon as you warp in to the aetherite ))
that means you would walk super slooow to the destination.

correct ??

how do i use the second :::
ff14bot.Managers.Actionmanager.DoAction("Stealth", Core.Player);

thank you.
 
hey Phil
well, i did try to do the one at the top of the page
i got it warp and everything

problem is ::
he casts STEALTH
as soon as he zone in.

and our target is still very far away.
walkiing in stealth is super slow.

do you know how to implement the other :::
ff14bot.Managers.Actionmanager.DoAction("Stealth", Core.Player);

maybe this one casts stealth
when you are close to your target
 
It's not mining Platinum for me for some reason.

EDIT: This is likely because I was removing items from the profile that I didn't need/want to mine. Could someone please advise which of the items on the profile actually mines for platinum? I don't see the tags for platinum anywhere.

Thanks
 
Last edited:
Back
Top