Hey. Is it possible for you to add repairs for these profiles? I'm having issues with dying once in a while and if I'm not present whenever I die too many times for whatever reason the profile becomes useless. Been running this on my hunter, it works fine, leveling a moonkin now for the moonkin special profile. Could you add repairs to the profiles, would be much appriceated. PS: if you're gonna tell me to do it myself, believe me if I knew how to I would, but since you're the dev. I hope you could do this for most of us. Thank you very much for your time. - Baph
does this line of code exists in your profile ? PHP: <CustomBehavior File="ForceSetVendor" DoRepair="True" DoSell="True" />
1.Lockbox rogue opener profile, seems to be laggy. With lock pick glyph he opens chest's, then he is trying to get loot, but with auto loot or without it, rogue is just watching in the opened chest, with loot. 2.I increased number of lockboxe's he's withdrawing from Gbank,I'm assuming that this line respond for this ? HTML: <CustomBehavior File="Misc\RunLua" Lua="local b=6 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" /> <CustomBehavior File="WaitTimer" WaitTime="2000" /> <CustomBehavior File="Misc\RunLua" Lua="local b=7 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" /> <CustomBehavior File="WaitTimer" WaitTime="2000" /> 3.Then i set condition for selling to 15, so he could selling items right after opened all chests HTML: <If Condition="Me.FreeBagSlots <= 15" > Am i thinking in the right direction ?
I'm currently running Azyul's Halls of Lightning profile with 5 ret paladins. They have a couple of green pvp items, and mostly blue pvp items. The lowest of them has 633 ilvl, the highest has 688, the rest somewhere in between. Would it be smart to let them do some more BG's, get prot pvp gear, spec them prot (obviously) and then do this? I'm getting an average of 1,15k per hour per char with the Halls of Lightning farming profile, measured over ~50 hours of running.
prot may work better on low item lvl. i always suggest a range between 690-700+ ilvl for optimal resaults
the main problem is the buggy item grab if the tab you withdraw from is not visible. i cant continue atm on this profile because my acc got banned. will continue when possible
I've been running the profile for a little more than 2,5 hours now, and I got 2164 gold. That averages on 811 gold per hour, excluding boxes; he found 11 boxes. But still not near the 1693g you had in your opening post. Is 2,5 hours enough to get a decent measurement of GPH? Or do I have to run it longer (eg do I have bad luck so far with how much gold the items he picks up are worth)? Are there other things I can do to try and increase the GPH? Should I get a bit better gear (try and hit 700+ ilvl) and then spec ret?
the gph is pretty stable in firelands. i guess you should do that ...but i havent tested it on paladin
Hello. This profile is great, works really good. I've been tinkering with it abit and I noticed how when it zones out from firelands to reset the instance, it takes about 10seconds for it to enter again. Also well inside it takes about 5seconds until it starts moving again. Been tinkering with alot but cant seem to reduce this time, would you know of any way?
PHP: <!-- exit and reset--> <CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="369000" /> tinker with this.
Have done that sadly :/ I seem to average about 7mins with the one I got at the moment. Changing the waittime to very low or just removing the whole line, all it does it making my character leave the raid faster, which is good but never was a big time waste. Whenever it zones out and reset the instance, before it resets it takes ~10seconds. Watching honorbuddy info tab shows its currently on line(when it is waiting these 10seconds): PHP: <CustomBehavior File="Misc\RunLua" Lua="ResetInstances();" /> Looked up Runlua QB and found nothing of use there either.