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!

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

I'm using botanica - sell everyting profile. i added your reload at death line too. i want to add guild bank option too. how can i do that?
 
Hey Echo love the work as always but I'm trying to set the profile to mail greens in the Gun'drak bank gold and frostweave. I've changed mail greens to true and sell greens to false and I've set the mail recipient however it still sells all. Any ideas?

EDIT: Even added a mailbox into the code. Still no luck but I'm not very experienced on this yet so I'm sure its on me. Thanks again man.
 
Last edited:
Im trying to run the Grim batol Suicide profile in the farming gold folder and for some reason my druid will run and not gather some monsters and will stay in cat form for idk how long and not kill the first group can you help?
 
im trying to paste the logs but nothing i am doing will work to paste it i tried attaching the but the attachment just disappears and pastebin but there is so much to copy and paste that it would probably take me 5 mins to do so.
 
hello , is there any way to force to sell all in suicide+heavy grim batol instance?

ty
Yes, you would need to add the Lua selling code.
You could just copy+paste it from another profile.





Hello,
to many pages to read , best for gph dungeon farm class in WoD is?
It's the same as it was pre-WoD.
The Botanica > Gundrak.





is there a list which classes are able to pull laj in botanica?
No, but make me a list of classes that aren't pulling him and I'll fix them.




I'm using botanica - sell everyting profile. i added your reload at death line too. i want to add guild bank option too. how can i do that?
Just copy+paste it from another profile.




Hey Echo love the work as always but I'm trying to set the profile to mail greens in the Gun'drak bank gold and frostweave. I've changed mail greens to true and sell greens to false and I've set the mail recipient however it still sells all. Any ideas?

EDIT: Even added a mailbox into the code. Still no luck but I'm not very experienced on this yet so I'm sure its on me. Thanks again man.
The Gundrak profile you're using may use the custom Lua selling script instead of Honorbuddy's routine.

CTRL+F for this: or n and strfind(n, "ff1eff00") and remove every occurence of it.





Im trying to run the Grim batol Suicide profile in the farming gold folder and for some reason my druid will run and not gather some monsters and will stay in cat form for idk how long and not kill the first group can you help?
Is your Druid level 100?
 
Last edited:
Yes im a lvl 100 druid why? i can see why the lvl 100 wouldnt pull some of the mobs but thats okay but do you know why it would be sitting in cat form and not turning to bear to kill? if i switch to bear it will kill and finish the rest of the instance go back reset and then get stuck on the same part in cat form.
 
Yes im a lvl 100 druid why? i can see why the lvl 100 wouldnt pull some of the mobs but thats okay but do you know why it would be sitting in cat form and not turning to bear to kill? if i switch to bear it will kill and finish the rest of the instance go back reset and then get stuck on the same part in cat form.
Yea, the profile was created pre-100, so the aggro tolerence is designed for 90s mostly.

As far as the cat form -> bear form issue, I couldn't tell you
A log may shed some light on the situation, but the issue itself is not profile releated.

It's either Honorbuddy, or your combat routine.
 
How to make what in Grim Batol after dungeon hero does not run back to the door and killed himself by jumping down. This would save a lot of time.
 
How to make what in Grim Batol after dungeon hero does not run back to the door and killed himself by jumping down. This would save a lot of time.
Its been considered.
Perhaps sometime in the future when I get time there will be a variant for this.
 
only gold. i tried to edit profile but its keeping netherweave cloth too atm. i want sell everyting and deposit to guild bank.
 
only gold. i tried to edit profile but its keeping netherweave cloth too atm. i want sell everyting and deposit to guild bank.
Sell Everything:
PHP:
						<CustomBehavior File="Misc\RunLua" NumOfTimes="10" WaitTime="2000" Lua="
							if MerchantFrame:IsVisible()==true then
								if buffer==nil or buffer&gt;4 then buffer=0 end
								MerchantRepairAllButton:Click()
								if buffer&lt;5 then
									for s=1,GetContainerNumSlots(buffer)
										do local n=GetContainerItemLink(buffer,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;)) then
												UseContainerItem(buffer,s)
											end
										end
									buffer=buffer+1
									end
								end" />




Code to place + Interact with guild bank: (will be needed prior to the deposit gold code)
PHP:
				<CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
				<CustomBehavior File="WaitTimer" WaitTime="3500" />
				<If Condition="Me.IsAlliance" > 
				    <CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
				</If> 
				<If Condition="Me.IsHorde" > 
				    <CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
				</If>



Deposit Gold:
PHP:
				<CustomBehavior File="Misc\RunLua" Lua="
					if GuildBankFrame:IsVisible()==true then
						MyMoney = GetMoney();
						DepositGuildBankMoney(MyMoney);
						print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
					else
					print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
					end" />
 
Well it half worked. Now my toon will not sell the greens however he will not mail them just heads back to the instance with half full bags. Any ideas?
 
Well it half worked. Now my toon will not sell the greens however he will not mail them just heads back to the instance with half full bags. Any ideas?
When it heads back to the instance, how many bag slots do you have open?
Usually the mail routine won't execute unless your bags are nearly full (after selling).
 
I get this error from the profiles Shao-Tien Mogu Lite, Medium and Heavy "Cannot load profile!
The 'While' start tag on line 264 position 5 does not match the end tag of 'If'. Line 283, position 6.
Cannot load profile!"
What to do? Cant use these profiles because of that.. please fix that, i'm very thankful of these profiles, farm quite stable amount of gold
 
I get this error from the profiles Shao-Tien Mogu Lite, Medium and Heavy "Cannot load profile!
The 'While' start tag on line 264 position 5 does not match the end tag of 'If'. Line 283, position 6.
Cannot load profile!"
What to do? Cant use these profiles because of that.. please fix that, i'm very thankful of these profiles, farm quite stable amount of gold
The issue has been capture and a fix will be sent to the SVN within 10-15 minutes.
 
Back
Top