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!

Hi Echo,

No problem to report just a question, do you feel or have time for education on the profile writings ( I looked in to the simply grind profiles and did a few for myself) or point me in the right directions regarding instance profil writing? I looked e.g. Grim Batol, and I saw there is hardcoded for example to ignore the bosses, I will try to modify it by my self however would be nice to understand what I am doing :D
 
Been running with these custom Death Knight settings:
Code:
<-- Casts Death Pact & Deaths Advance -->
<If Condition="Me.Class == WoWClass.DeathKnight" >
	<CustomBehavior File="Hooks\DoWhen" ActivityName="MoveDefHook" AllowUseDuringCombat="True" UseWhen="(Me.Combat &amp;&amp; Me.IsMoving &amp;&amp; Me.IsInInstance &amp;&amp; Me.IsAlive) &amp;&amp; ((!WoWSpell.FromId(96268).Cooldown) || (Me.HealthPercent &lt;= 20 &amp;&amp; !WoWSpell.FromId(48743).Cooldown))" >
			<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Attempting use of passive defensive maneuvers.&quot;);" />
			<If Condition="Me.HealthPercent &lt;= 20" >
				<CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(48743);" />
			</If>
			<If Condition="!WoWSpell.FromId(96268).Cooldown" >
				<CustomBehavior File="Misc\RunLua" Lua="TargetNearestEnemy(); CastSpellByID(96268);" />
			</If>
			</CustomBehavior>
	</If>

Omfg...so great...these profiles rock hard...

Question...how can I tell it to cast Anti_magic shell if it has the "Arc Weld" debuff from HoL? I tried Me.HasAura()...but it doesn't seem to like that.


Ohh...and on the Insanity HoL, I cant seem to get it to vendor the Whites: Frostweave, Crystallized's, Ulduar Relics...Changed the mail and sell whites...still nada...thoughts?
 
Last edited:
What's the difference between Insanity/Deathwish Halls of Lightning profile?

And one line saying Warning* You have been warned after a message trying to prevent you from using these profiles...What's the meaning of it? :P

And bot says dat cannot save settings file because the file does exist already.

Last question, all profiles of halls of lightning avoid right path and the first boss?
 
Last edited:
Is it normal for not pulling General Bjarngrim in the Hall of Lightning?

U'll lose 28g each run this way

u kill him after loken but u have to clear the rest of the instance fast enough.. if ur having problems being fast enough i recommend getting movementspeed enchants/gems
 
<Snip>


Ohh...and on the Insanity HoL, I cant seem to get it to vendor the Whites: Frostweave, Crystallized's, Ulduar Relics...Changed the mail and sell whites...still nada...thoughts?

Check HB folder for Forcemail.xml + ProtectedItems.xml should be in the root directory below or above your HB exe, delete or comment out the the items which you don't want to be protected by the Selling routine and it will sell it

I would advise to you to check AH for Eternal Fire prices, I usually make a good money from it, on my server it sells around 50-60g / 3piece
 
Last edited:
What to do if my bot wont enter the instance after completed it first time? He just stand in front of the portal and dont re-doit. The instance reset its working fine and when i enter manually everything goes ok.
 
I know this probly has been asked, but if i'm in Dalaran and turns this on - should it work? I'm using it with the "Questing" mode or whatever. Any guide? =p
It *should.*
There's universal nagivation in every profile.

But, it's reccomended you start the profile in the expansion zone (ex: Eastern Kingdoms.)

As of patch 6.0.2, navigation to Outlands has broken.
I haven't had time to fix it yet, but but hopefully there will be one soon.
 
Tempest Keep the Eye-weekly farm, also doesnt work.. when i press start bot ,it says loading tiles. i lef it last night over 1 hour, and it dint move even an inch :p
That dungeon required a behavior. If you're farming it for the mount, use the profile in the "Casual Farms" folder.
If you're not farming it for the mount, use the mount farm anyway - when it's started it'll ask if you want it loot mobs.
Choosing "Yes" on looting all mobs will cause it to kill all bosses.





Is it normal for not pulling General Bjarngrim in the Hall of Lightning?

U'll lose 28g each run this way
It *was* normal given that the extra gold reward didn't exist until a few weeks ago.
Pre-6.0.2 it wasn't worth hunting down the boss to kill him.

I haven't had time to go back through every profile and add the extra boss kills to the profiles that previously skipped them.
But I should get around to it soon hopefully.





Shao-Tien farm

[InteractWith-v1762(warning)] Unable to apply event filter for COMBAT_LOG_EVENT_UNFILTERED
[DoWhen-v1758(error)] For DoWhenActivity ItemId(89112), ItemId(89112) is not in our inventory.
This is a profile problem. To squelch this message there are two options:
* (Preferred) Remove the corresponding DoWhen in the profile until the item is in our backpack.
* Include a "HasItem(89112)" term as part of the UseWhen predicate expression.

and the bot dont move for 21 sec
Will be fixed soon.




Hi Echo,

No problem to report just a question, do you feel or have time for education on the profile writings ( I looked in to the simply grind profiles and did a few for myself) or point me in the right directions regarding instance profil writing? I looked e.g. Grim Batol, and I saw there is hardcoded for example to ignore the bosses, I will try to modify it by my self however would be nice to understand what I am doing :D
I don't have time, sorry.
There's probably guides out there, or someone else that may.





Been running with these custom Death Knight settings:
--snip--
Omfg...so great...these profiles rock hard...
Question...how can I tell it to cast Anti_magic shell if it has the "Arc Weld" debuff from HoL? I tried Me.HasAura()...but it doesn't seem to like that.
Ohh...and on the Insanity HoL, I cant seem to get it to vendor the Whites: Frostweave, Crystallized's, Ulduar Relics...Changed the mail and sell whites...still nada...thoughts?
HasAura should be working.
Are you sure you've got the correct ID?

For it not selling;
The Solution Center explains why some items aren't sold - and how to get them to be sold.





What's the difference between Insanity/Deathwish Halls of Lightning profile?

And one line saying Warning* You have been warned after a message trying to prevent you from using these profiles...What's the meaning of it? :P

And bot says dat cannot save settings file because the file does exist already.

Last question, all profiles of halls of lightning avoid right path and the first boss?
Deathwish is (x2) Insanity is (x1.)
x1 is double Heavy. x2 is double x1.
The names haven't been changed to the new standard.

The "warning" message is nothing, just ignore it.

The save settings error isn't profile related.

The profiles skip the right side of the room because it kills the mobs after killing the last boss.
The first boss is skipped because he patrols randomly and at the time of the profile's creation, it wasn't worth killing him.

I'll be changing the profile soon.
 
What to do if my bot wont enter the instance after completed it first time? He just stand in front of the portal and dont re-doit. The instance reset its working fine and when i enter manually everything goes ok.
I need to know more.
Which instance? What faction?
Or perhaps you have a log?
 
hello there,

i went to steamvault and i used the correct profile
with grind bot it says "Loading Tiles"
it won't move or do anything.

horde faction.

here is my logs
 

Attachments

Last edited:
Check your images on your 1st page. Getting malware alerts left and right coming to this thread.
 
Hey, I am running the Grim Batol Suicide profile with Potion of Treasure finding and I seem to be running into an issue where the bot tries to open up the tiny treasure chests, but gets an internal bag error and gets stuck not being able to open any of them. If i manually click them individually it works fine. I have disabled all my addons in game, so I doubt that is the problem. This may be an issue with the Keep Buff Actives plugin, but I figured I'd ask here since someone may have run into this issue before. I tried doing a quick search but couldn't find anything.

I appreciate any help that anyone can offer.
 
hello there,

i went to steamvault and i used the correct profile
with grind bot it says "Loading Tiles"
it won't move or do anything.

horde faction.

here is my logs
As instructed by the front thread.
These profiles only use the Questing botbase.
 
Hey, I am running the Grim Batol Suicide profile with Potion of Treasure finding and I seem to be running into an issue where the bot tries to open up the tiny treasure chests, but gets an internal bag error and gets stuck not being able to open any of them. If i manually click them individually it works fine. I have disabled all my addons in game, so I doubt that is the problem. This may be an issue with the Keep Buff Actives plugin, but I figured I'd ask here since someone may have run into this issue before. I tried doing a quick search but couldn't find anything.

I appreciate any help that anyone can offer.
That profile doesn't have a script for using the Potions / Opening the chests.

If you're using one that does, then chances are it's using the old method.
 
Hello there , I am using your Shadowfang keep profile but it's always gets stuck trying to enter the dungeon , it gets out mounts the vendor mammoth to sell and tries to enter the dungeon again while it's on the mammoth which is too big to fit through the door XD , is there a way to edit your profile to make it use the NPC vendor and not the mammoth one ?
 
Hello there , I am using your Shadowfang keep profile but it's always gets stuck trying to enter the dungeon , it gets out mounts the vendor mammoth to sell and tries to enter the dungeon again while it's on the mammoth which is too big to fit through the door XD , is there a way to edit your profile to make it use the NPC vendor and not the mammoth one ?
This profile is awaiting to be rebuilt.
The current version of it is nearly a year old now.
 
It may be broke becuase the behavior used for it is depreciated.

Try using the "Casual Farms -> Ashes of Al'ar" profile.
It doesn't rely on the behavior at all.

Can confirm this works....and I GOT THE MOUNT AFTER TWO FCKING YEARS!! :D :D
 
Back
Top