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!

Entrax, can you please tell me where to edit this so that it'll check if spawn is up faster time? It literally sits there for 5+ minutes.. with full GP.. and the node is up... everytime :(

Code:
     <WaitWhile Condition ="IsTimeBetween(12,15)" />
					
                        <GatherCollectable loops="1" spawnTimeout="&IsTimeBetween_tick;" SpellDelay="&Spell_Delay;" CordialType="Cordial" CordialTime="Auto" DiscoverUnknowns="true" GatherIncrease="&GatherIncrease_Tag;">
                            <GatherObjects>
                                <GatherObject>Unspoiled Lush Vegetation Patch</GatherObject>
                            </GatherObjects>
                            <ItemNames>
                                <ItemName>Black Truffle</ItemName>
                            </ItemNames>
                            <GatherRotation>&Rotation;</GatherRotation>
                            <HotSpots>
                                <Hotspot XYZ="-443.3712, -1.39606, -262.7161" Radius="500"/>
                            </HotSpots>
                        </GatherCollectable>

That radius seems way to big... maybe it is just not seeing it. Your character can only ever see up to '250'. I would adjust so that there are more hotspots if you need them, but 500 is not the way to do it. 250 max!

Edit: this suggestion is for entrax. Idk if that is actually causing the problem for sure though.
 
No only first entity is 1 cuz i dont want collectable for adamantite only normal ore.
Here is the log. It ported to porcini without get adamantite when the adamantite ore spawn.
Btw it went adamantite spot but ported to porcini without get adamantite.

View attachment 187674

AstralMoraine collect at 5 am there is no node and it ported limsa lominsa. (Fixed this , ignore )

View attachment 187675

It went adamantite node and ported to porcini without get the ores again...

View attachment 187676

Same problem with cuprite collect. It went the spot and ported to limsa lominsa.

View attachment 187677

After ExMatt's last update these issues fixed :)
 
That radius seems way to big... maybe it is just not seeing it. Your character can only ever see up to '250'. I would adjust so that there are more hotspots if you need them, but 500 is not the way to do it. 250 max!

Edit: this suggestion is for entrax. Idk if that is actually causing the problem for sure though.

Thanks, it might be the issue as it does go to it and pick it up, but it takes a very long time 5+ mins...
 
Entrax, can you please tell me where to edit this so that it'll check if spawn is up faster time? It literally sits there for 5+ minutes.. with full GP.. and the node is up... everytime :(

Code:
     <WaitWhile Condition ="[COLOR="#FF0000"]IsTimeBetween(12,15)[/COLOR]" />
					
                        <GatherCollectable loops="1" spawnTimeout="&IsTimeBetween_tick;" SpellDelay="&Spell_Delay;" CordialType="Cordial" CordialTime="Auto" DiscoverUnknowns="true" GatherIncrease="&GatherIncrease_Tag;">
                            <GatherObjects>
                                <GatherObject>Unspoiled Lush Vegetation Patch</GatherObject>
                            </GatherObjects>
                            <ItemNames>
                                <ItemName>Black Truffle</ItemName>
                            </ItemNames>
                            <GatherRotation>&Rotation;</GatherRotation>
                            <HotSpots>
                                <Hotspot XYZ="-443.3712, -1.39606, -262.7161" Radius="500"/>
                            </HotSpots>
                        </GatherCollectable>

Put IsTimeBetween(12,13) if you didn't gather anything at 12am or (12,14) to be sure about GP
 
That radius seems way to big... maybe it is just not seeing it. Your character can only ever see up to '250'. I would adjust so that there are more hotspots if you need them, but 500 is not the way to do it. 250 max!

Edit: this suggestion is for entrax. Idk if that is actually causing the problem for sure though.

Yeah 500 is too much, even 80 could work on this spot... but you know.. copy paste ..and it's still working with 500
 
Hey Entrax,

First of all, thank you for the profile. 2.0 is working pretty decently, and did 90% of what I needed it to do for me last night. BUT, I think there may be a logic error for the regular gathering of Dravanian Mistletoe.
It appears that even though only the gather option is set to "1", it is still casting collector's glove before trying to gather the mistletoe.

Attached is my log and my settings for the evening.

Thank you for taking a look!

EDIT: Also, I meant to thank you for using my rotation! I hope it's treating everyone well. :D
 

Attachments

Last edited:
Ok new problem. Bot gives error and stuck when turning collectables...

View attachment 187686


Yea i still can't track this one down...might have to just check for null again i guess....

var itemName = item.Item.EnglishName;

is the issue... and item.Item is null.. but i did a null check for this not even 10 lines earlier..and there is no reason it should be null at this point.... Unless my last update fixed that.

Added an extra null check...just to be sure right before this line...
 
Hey Entrax,

First of all, thank you for the profile. 2.0 is working pretty decently, and did 90% of what I needed it to do for me last night. BUT, I think there may be a logic error for the regular gathering of Dravanian Mistletoe.
It appears that even though only the gather option is set to "1", it is still casting collector's glove before trying to gather the mistletoe.

Attached is my log and my settings for the evening.

Thank you for taking a look!

EDIT: Also, I meant to thank you for using my rotation! I hope it's treating everyone well. :D

Oh yeah Indeed, just looked at the code, even if collect_drava = 0 bot"ll do collectable rotation x)

i'll update as fast as i can, I'll just check if I didn't do an other mistake like this :)

Thanks for the catch !

EDIT: Also, I meant to thank you for using my rotation! I hope it's treating everyone well. :D

No ! it's at me to say thanks you, without you ppl can't be able to farm collectable (for XP 51-55) :)
 
Last edited:
Oh yeah Indeed, just looked at the code, even it if collect_drava = 0 bot(ll do collectable rotation x)

i'll update as fast as i can, I'll just check if I didn't do an other mistake like this :)

Thanks for the catch !

Haha, no worries my friend. Thank you for the fantastic profile. I'll nab it right after you get it uploaded. ;)
 
Hey Entrax,

First of all, thank you for the profile. 2.0 is working pretty decently, and did 90% of what I needed it to do for me last night. BUT, I think there may be a logic error for the regular gathering of Dravanian Mistletoe.
It appears that even though only the gather option is set to "1", it is still casting collector's glove before trying to gather the mistletoe.

Attached is my log and my settings for the evening.

Thank you for taking a look!

EDIT: Also, I meant to thank you for using my rotation! I hope it's treating everyone well. :D

<If Condition="&Collect_DravanianMistletoe; == 0"> line 1813


EDIT:... and i thought i was quick to reply...
 
V_2.1 :
Minor Fix
- Fixed Regular gathering for Dravanian Mistletoe & Collectable gathering for Limonite.
Code:
<If Condition="&Collect_DravanianMistletoe;[COLOR="#FF0000"] != 0[/COLOR]"> (line 1813)
Code:
<If Condition="&Collect_Limonite;[COLOR="#FF0000"] ==[/COLOR] 0"> (line 1405)

- Reduced WaitTime for Black Truffle.
Code:
<WaitWhile Condition ="IsTimeBetween[COLOR="#FF0000"](13,14)[/COLOR]" /> (line 302)
 
Last edited:
Yea i still can't track this one down...might have to just check for null again i guess....

var itemName = item.Item.EnglishName;

is the issue... and item.Item is null.. but i did a null check for this not even 10 lines earlier..and there is no reason it should be null at this point.... Unless my last update fixed that.

Added an extra null check...just to be sure right before this line...

It still stuck there :(
 
Thank you.. what exactly does 13,14 mean?

It picks a random time from 1:00pm-2:00pm ?

V_2.1 :
- Reduced WaitTime for Black Truffle.
Code:
<WaitWhile Condition ="IsTimeBetween[COLOR="#FF0000"](13,14)[/COLOR]" /> (line 302)
 
Thank you.. what exactly does 13,14 mean?

It picks a random time from 1:00pm-2:00pm ?
It means that as soon as Eorzean Time hits 1:00 PM, it will "wait" during the time frame given in the conditional (hence the "WaitWhile" tag), then when Eorzean Time hits 2:00 PM, it will move to the next line in the profile.
 
It means that as soon as Eorzean Time hits 1:00 PM, it will "wait" during the time frame given in the conditional (hence the "WaitWhile" tag), then when Eorzean Time hits 2:00 PM, it will move to the next line in the profile.
thank you. :)
 
It means that as soon as Eorzean Time hits 1:00 PM, it will "wait" during the time frame given in the conditional (hence the "WaitWhile" tag), then when Eorzean Time hits 2:00 PM, it will move to the next line in the profile.

Yeah but no :p

It's not "as soon as" but if "1.xx am < time < 2.00 am" then do nothing(wait) untill 2am
 
Back
Top