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

[Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

Awesome my man, works flawlessly now, had to change some stuff in your profile so it dont keep selling these Book of Glyph mastery tho :)

Thanks and hail to your network!


Edit: it seems it dont want to protect that item, using the code

<ProtectedItems>
<Item Entry="45912" Name="Book of Glyph Mastery"/>
</ProtectedItems>


any clue how to protect it?
Gives 150g each on my server on AH
If you're using the Sell All script - then any of Honorbuddy's vendor rules are completely ignored.
Profiles designed to "Keep Frostweave" also use the script.

So, in order to protect an item - we'd need to modify the Sell All script.

Here's an edited version that should protect the book:

 
If you're using the Sell All script - then any of Honorbuddy's vendor rules are completely ignored.
Profiles designed to "Keep Frostweave" also use the script.

So, in order to protect an item - we'd need to modify the Sell All script.

Here's an edited version that should protect the book:



Awesome, you are the best!!
Donation inc ;)

Regards
 
Ok, died again. Looked and saw I was on my ground mount riding though blades edge mountains, finally got a log.
 

Attachments

Last edited:
Ok, died again. Looked and saw I was on my ground mount riding though blades edge mountains, finally got a log.
The initial 'enter dungeon' coordinate before the CTM coordinate isn't designed to tell the bot to fly - which that's what its trying to get to.

If you change: <MoveTo X="3410.782" Y="1485.11" Z="182.8369" /> on line 440 to this: <CustomBehavior File="FlyTo" X="3410.782" Y="1485.11" Z="182.8369" /> then that may fix your problem.
 
People who are running 85's with these profiles, what class are you using? I recently leveled up 5x Retri Paladins and they struggle even on medium pulls sometimes (374 ilvl gear + crafted weapon and shield). Has anyone had any particular success running heavy pulls with 85's, and if so what class are you? Thanks!
 
People who are running 85's with these profiles, what class are you using? I recently leveled up 5x Retri Paladins and they struggle even on medium pulls sometimes (374 ilvl gear + crafted weapon and shield). Has anyone had any particular success running heavy pulls with 85's, and if so what class are you? Thanks!

Botanica Heavy Pull with 2 Arms Warriors, 385 ilv, no trouble with the instances, just everbody outside trying to kill me :D.
 
For those of you, who want to protect more than Frostweave Cloth only, you could replace the vendor lines.
This will also sell soulbound purples, thus keeping the BoE purples.
Code:
MerchantRepairAllButton:Click()
for b=0,4 do for s=1,GetContainerNumSlots(b)
   do local n=GetContainerItemLink(b,s)
      if (n and strfind(n, &quot;ff9d9d9d&quot;) 
         or n and strfind(n, &quot;ffffffff&quot;) 
         or n and strfind(n, &quot;ff1eff00&quot;) 
         or n and strfind(n, &quot;ff0070dd&quot;)
         or n and (strfind(n, &quot;ffa335ee&quot;) and GameTooltipTextLeft2:GetText()==ITEM_SOULBOUND ) )    --Sells soulbound purles, use with caution
		and n and not n:find(&quot;33470&quot;)                                                                    -- Protects Item with ID 33470
		and not n:find(&quot;YOUR_ITEM_ID_HERE&quot;)                                                                 -- Replace with Item ID 
		and not n:find(&quot;YOUR_ITEM_ID_HERE&quot;)
		and not n:find(&quot;YOUR_ITEM_ID_HERE&quot;) then
         print(&quot;|cFF3399FF[Azyul]|r: Selling&quot;..n)UseContainerItem(b,s)
      end
   end
end
 
has there been any update to the FOS profile regarding mesh problems outside ICC?
 
When running the Randomizer profile on Horde whenever it goes to sell (I believe after finishing The Nexus) it loops at the vendor.

[15:21:46.560 D] Changed POI to: Type: Sell, Name: Vrok
[15:21:46.620 N] Moving to Type: Sell, Name: Vrok
[15:21:46.756 N] Mounting: Swift Purple Wind Rider
[15:21:49.024 N] Moving to Type: Sell, Name: Vrok
[15:21:52.144 D] Interacting with Vrok
[15:21:52.594 D] Activity: Selling Items
[15:21:54.880 D] Clearing POI - Reason Done selling/repairing
[15:21:54.952 D] Changed POI to: Type: Repair, Name: Vrok
[15:21:55.817 D] Interacting with Vrok
[15:22:12.389 D] Clearing POI - Reason Done selling/repairing
[15:22:12.445 D] Changed POI to: Type: Repair, Name: Vrok
[15:22:13.321 D] Interacting with Vrok
[15:22:30.083 D] Clearing POI - Reason Done selling/repairing
[15:22:30.155 D] Changed POI to: Type: Repair, Name: Vrok
[15:22:31.026 D] Interacting with Vrok
[15:22:47.801 D] Clearing POI - Reason Done selling/repairing
[15:22:47.871 D] Changed POI to: Type: Repair, Name: Vrok

I don't know if this is because it is trying to repair and that particular vendor doesn't have a repair option. It seems to do this on all versions of the Randomizer profiles (lite, medium, and heavy pulls).
 
has there been any update to the FOS profile regarding mesh problems outside ICC?
Not yet, all of my accounts are being used to level Horde testers at the moment.




When running the Randomizer profile on Horde whenever it goes to sell (I believe after finishing The Nexus) it loops at the vendor.



I don't know if this is because it is trying to repair and that particular vendor doesn't have a repair option. It seems to do this on all versions of the Randomizer profiles (lite, medium, and heavy pulls).
Hmm, (this is why I'm leveling Horde testers lol)
I had to change the vendors to those because the ones in Warsong Hold couldn't be navigated to properly -- it was too problematic.

Is there not any vendor in that town that can repair? I remember seeing one when I setup the bot to go there.
 
There is a repair vendor inside the hut (Vender Name="Drigoth" Entry="27067" Type="Repair" X="4510.52" Y="5703.35" Z="18.72"), I changed the profile I use to him, however, on my druid in flight form it likes to get stuck inside the hut trying to fly out.
 
There is a repair vendor inside the hut (Vender Name="Drigoth" Entry="27067" Type="Repair" X="4510.52" Y="5703.35" Z="18.72"), I changed the profile I use to him, however, on my druid in flight form it likes to get stuck inside the hut trying to fly out.
We'll probably need to force the bot to dismount, then write a manual navigation in-out of the hut.

Right now all of my accounts are being used for leveling testers, so I can't really run a guy out to set that up.
 
People who are running 85's with these profiles, what class are you using? I recently leveled up 5x Retri Paladins and they struggle even on medium pulls sometimes (374 ilvl gear + crafted weapon and shield). Has anyone had any particular success running heavy pulls with 85's, and if so what class are you? Thanks!

Just quoting this for more visibility, looking for more opinions :)
 
Would something like this work:

Code:
			<If Condition="Me.IsHorde" >
						<MoveTo Nav="Fly" X="4469.471" Y="5769.258" Z="112.6388" />
						<CustomBehavior File="ForcedDismount" />
						<SetMailbox>
							<Mailboxes>
								<Mailbox Nav="Run" X="4502.223" Y="5716.38" Z="81.48362" />
							</Mailboxes>
						</SetMailbox>
						<SetVendor>
							<Vendors>
								<Vendor Nav="Run" Name="Drigoth" Entry="27067" Type="Repair" X="4510.52" Y="5703.35" Z="81.72" />
							</Vendors>
						</SetVendor>

						<CustomBehavior File="ForceSetVendor" DoMail="True" DoSell="True" DoRepair="True" />
						<MoveTo Nav="Run" X="4469.471" Y="5769.258" Z="112.6388" />
						<ClearMailbox />
						<ClearVendor />
						</If>
 
Would something like this work:

Code:
			<If Condition="Me.IsHorde" >
						<MoveTo Nav="Fly" X="4469.471" Y="5769.258" Z="112.6388" />
						<CustomBehavior File="ForcedDismount" />
						<SetMailbox>
							<Mailboxes>
								<Mailbox Nav="Run" X="4502.223" Y="5716.38" Z="81.48362" />
							</Mailboxes>
						</SetMailbox>
						<SetVendor>
							<Vendors>
								<Vendor Nav="Run" Name="Drigoth" Entry="27067" Type="Repair" X="4510.52" Y="5703.35" Z="81.72" />
							</Vendors>
						</SetVendor>

						<CustomBehavior File="ForceSetVendor" DoMail="True" DoSell="True" DoRepair="True" />
						<MoveTo Nav="Run" X="4469.471" Y="5769.258" Z="112.6388" />
						<ClearMailbox />
						<ClearVendor />
						</If>
It could, I'd move the "move to" above the <Set> codes just in case Honorbuddy's VENDOR_HOOK tries taking control.
 
People who are running 85's with these profiles, what class are you using? I recently leveled up 5x Retri Paladins and they struggle even on medium pulls sometimes (374 ilvl gear + crafted weapon and shield). Has anyone had any particular success running heavy pulls with 85's, and if so what class are you? Thanks!
Just quoting this for more visibility, looking for more opinions :)
Since these questions seem to come up a lot, I may setup polls that will stay on the front page were people can vote on which dungeons they're running.
 
People who are running 85's with these profiles, what class are you using? I recently leveled up 5x Retri Paladins and they struggle even on medium pulls sometimes (374 ilvl gear + crafted weapon and shield). Has anyone had any particular success running heavy pulls with 85's, and if so what class are you? Thanks!
First of all retri paladins use 2h swords.
Also I went 5 druids all feral
EDIT: only on LITE profile atm, I will try MED tonight.
 
Last edited:
ran Grim batol hearth to vendor profile last night, it couldn't hearth because of cooldown and eventually logged out because of inactivity, i dont think its checking if hearthstone is on cooldown or not
 
ran Grim batol hearth to vendor profile last night, it couldn't hearth because of cooldown and eventually logged out because of inactivity, i dont think its checking if hearthstone is on cooldown or not
The code is designed to check if the Hearthstone is on cooldown.
If it is, then it should exit out of the dungeon as it normally would.

Since none of my testers had this issue when running the profile - so I'll need a log to see what's going on on your end.
 
Back
Top