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

[REQUEST] Stand still profile for Guo-Lai Caches !

sainter222

Member
Joined
Jan 15, 2010
Messages
482
Reaction score
9
Hello, I have gotten over 25 keys for the Guo-Lai Cahce while farming etc.

Is there any way of someone making a profile that will stand on one hot spot and when a Cache spawns it will loot it then move back to the previous spot and wait some more.

I am sure this is a very simple profile to make but I cant figure it out.

I suggest having the bot stand where the red dot is as you wont get agro.

Guo.webp
 
Have you tried ghost-walking into the other areas of the tomb? Supposedly all the caches are below ground. I haven't done it yet, but I have like 12 keys or so as well.
 
Went in via dieing, found only 1 chest. It doesnt seem like its worth the hassle.
 
Last edited:
Let me guess, you can simply right klick the box to open it once you have a key?
PHP:
<HBProfile>
  <Name>Y U NO BE THERE, BOX?!?</Name>
  <MinLevel>90</MinLevel>
  <MaxLevel>91</MaxLevel>
	
  <MinDurability>0.2</MinDurability>
  <MinFreeBagSlots>3</MinFreeBagSlots>
	
  <Vendors>
  </Vendors>
	
  <Mailboxes>	
  </Mailboxes>
	
  <Blackspots>	
  </Blackspots>

  <AvoidMobs>
  </AvoidMobs>
  
  <QuestOrder>
      <CustomBehavior File="InteractWith"
                   QuestId="0"
                   ObjectType="Gameobject"
                   MobId="214388"
                   NumOfTimes="999999"
                   CollectionDistance="5"
                   X="POSITION"
                   Y="OF"
                   Z="THE CACHE" />
  </Questorder>
</HBProfile>

Just hacked this in here, so not tested and stuff but should give your an idea how to do it yourself.
 
Thanks a lot Niv. I was asking for help off cava and he suggested a similar:

Code:
[COLOR=#333333]<While Condition="(GetItemCount(17400) &lt; 20)" >[/COLOR]
[COLOR=#333333]<CustomBehavior File="InteractWith" QuestId="0" MobId="214388" ObjectType="Gameobject" WaitTime="5000" CollectionDistance="10000" X="790.9219" Y="-1990.325" Z="54.25745" />[/COLOR]
[COLOR=#333333]</While>[/COLOR]

To get the locations of the chests can I just stand on the chests location and generate a hotspot location and use that? or do I have to wait for the chest to spawn and use the developer window to find the objects exact location?
 
Well, Im not sure how the While loop does reset the "done" status on the CustomBehavior but both approaches should do equally well.

To get the locations of the chests can I just stand on the chests location and generate a hotspot location and use that? or do I have to wait for the chest to spawn and use the developer window to find the objects exact location?
Just take a Hotpot where the chest is supposed to spawn. Only make sure your hotspot and the actual cache position are within CollectionDistance of each other.
 
Okay I have had an attempt of putting in the figures

Code:
[COLOR=#007700][FONT=monospace]<[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MinLevel[/FONT][/COLOR][COLOR=#007700][FONT=monospace]>[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]90[/FONT][/COLOR][COLOR=#007700][FONT=monospace]</[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MinLevel[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
  <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MaxLevel[/FONT][/COLOR][COLOR=#007700][FONT=monospace]>[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]91[/FONT][/COLOR][COLOR=#007700][FONT=monospace]</[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MaxLevel[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
     
  <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MinDurability[/FONT][/COLOR][COLOR=#007700][FONT=monospace]>[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0.2[/FONT][/COLOR][COLOR=#007700][FONT=monospace]</[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MinDurability[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
  <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MinFreeBagSlots[/FONT][/COLOR][COLOR=#007700][FONT=monospace]>[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]3[/FONT][/COLOR][COLOR=#007700][FONT=monospace]</[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MinFreeBagSlots[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
     
  <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Vendors[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
  </[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Vendors[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
     
  <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Mailboxes[/FONT][/COLOR][COLOR=#007700][FONT=monospace]>     
  </[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Mailboxes[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
     
  <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Blackspots[/FONT][/COLOR][COLOR=#007700][FONT=monospace]>     
  </[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Blackspots[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 

  <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]AvoidMobs[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
  </[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]AvoidMobs[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
   
  <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]QuestOrder[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
      <[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]CustomBehavior File[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"InteractWith" 
                   [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]QuestId[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"0" 
                   [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]ObjectType[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Gameobject" 
                   [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]MobId[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"214388" 
                   [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]NumOfTimes[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"999999" 
                   [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]CollectionDistance[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"50" 
                   [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]X[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"1599.515" 
                   [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Y[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"1864.366" 
                   [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Z[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"260.8036" [/FONT][/COLOR][COLOR=#007700][FONT=monospace]/> 
  </[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Questorder[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> 
</[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]HBProfile[/FONT][/COLOR][COLOR=#007700][FONT=monospace]> [/FONT][/COLOR]

I increased the collection distance so that it picks up other caches. Will this work?

BTW I am getting the bug "There are multiple root elements. Line 2, position 3."

Edit: I just modified someone elses profile with your part about custom behavior added and I think its working.

I am now using

Code:
<HBProfile>	<Name>Golden Lotus Dailies</Name>
	<MinLevel>89</MinLevel>
	<MaxLevel>91</MaxLevel>
	
	<MinDurability>0.1</MinDurability>
	<MinFreeBagSlots>2</MinFreeBagSlots>
	
	<MailGrey>False</MailGrey>
	<MailWhite>True</MailWhite>
	<MailGreen>True</MailGreen>
	<MailBlue>True</MailBlue>
	
	<SellGrey>True</SellGrey>
	<SellWhite>True</SellWhite>
	<SellGreen>True</SellGreen>
	<SellBlue>False</SellBlue>
	
	<TargetElites>True</TargetElites>
	
	<AvoidMobs>
		<Mob Name="Silkfeather Hawk" Entry="58457" />
	</AvoidMobs>


	<Blackspots>
		<Blackspot X="1616.303" Y="1298.681" Z="455.9123" />
		<Blackspot X="1363.198" Y="1737.045" Z="341.1778"  />
	</Blackspots>


        


	<QuestOrder>




 <CustomBehavior File="InteractWith" 
                   QuestId="0" 
                   ObjectType="Gameobject" 
                   MobId="214388" 
                   NumOfTimes="999999" 
                   CollectionDistance="50" 
                   X="1599.515" 
                   Y="1864.366" 
                   Z="260.8036" /> 		


		


	</QuestOrder>
	
</HBProfile>
 
Last edited:
Did that do the trick for you, or would you still like me to give it a shot?
 
What is the spawntimer on the cache?

According to posts on other forums the spawner is instant. According to them, the cache is ALWAYS up at some location within the area. Whether it's behind one of those closed doors or out in the open is random.

Here's a map of what i've seen so far: Ancient Guo-Lai Cache locations.webp
 
I'm looking for this type of profile too.

I don't know if i may ask it here but or maybe a type of hack/no clip to pass throug closed doors.^^

If someone have a tips... =)

Edit : Ok found a way.
 
Last edited:
Back
Top