Bengan12
Well-Known Member
- Joined
- Feb 24, 2011
- Messages
- 1,967
just your profile !
I made a change so if you update and test and report back to me here or in PM so we can solve this.
just your profile !
Getting better and better all the time.
Bengan, thank you for your hard work so far so good.
I was going to ask if you could implement spirit dust>mysterious essence>ethereal shard>sha crystal (if not on cd) shuffling.
Absolutely delighted.
i'll try as soon as possibleI made a change so if you update and test and report back to me here or in PM so we can solve this.
Ah, I was in 2 moons. The reagent vendor is right by the innkeeper.
I made a change so if you update and test and report back to me here or in PM so we can solve this.
Works like a charm for me now! Many thanks !
Can you please tell me where can i set how many free slots to keep empty when collecting mail? By default it is set to 10 spaces. Also, for milling the bot auto retrieves herbs from personal bank but it also gets golden lotus (not millable) - any way i can disable the golden lotus retrieval?
Hi Bengan.
Got your PM. Sorry was with GF whole yesterday.
Yes the shuffle option works very good. Thanks for implementing this.
But, i just realized that, when i auction rare gems, they undercut too much. For example i auctioned 12 wild jades. The price was 44g Xs Xc, but my bot just put all of the 12 as 25g buyout.
Is it supposed to be so?
Edit: This new options with quick start and old materials non-shuffle were brilliant.
Nice Profile Bengan!
I selected make DarkMoon Card, but of course it uses the starlight inks for shoulder enchants and the profile doesnt seem to make a scroll of wisdom.
Would it be possible to add this with priority Scroll of wisdom > DarkmoonCard of Mists > make Shoulder enchants?
Where the fuck do i find the proffesionbuddy??
Nice Profile Bengan!
I selected make DarkMoon Card, but of course it uses the starlight inks for shoulder enchants and the profile doesnt seem to make a scroll of wisdom.
Would it be possible to add this with priority Scroll of wisdom > DarkmoonCard of Mists > make Shoulder enchants?
Awesome!
Did you change it in the 2.3.3 file? or where can i find it?
<If Condition="HBRelog.IsConnected" IgnoreCanRun="True">
<CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName); " />
</If>
Hey Bengan. First of all thanks for this great Profile. Makes my Life a lot easier
I use 2.3.3 and i got a Question:
Where should i put in this Code...
Code:<If Condition="HBRelog.IsConnected" IgnoreCanRun="True"> <CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName); " /> </If>
if i want to skip the current HBRelog task when my Inscriptor is done completely. I mean -> If Guild Bank empty && Mail empty && Bags empty -> run my code above.
Thanks in advance.
<!-- Deposit gold to bank-->
<If Condition="(bool)Settings["Bank: Deposit Gold In Guild Bank"]" IgnoreCanRun="True">
<CallSubRoutine SubRoutineName="DepositGoldInGbank" />
</If>
I would add it on line 220 and down.
Right under thisCode:<!-- Deposit gold to bank--> <If Condition="(bool)Settings["Bank: Deposit Gold In Guild Bank"]" IgnoreCanRun="True"> <CallSubRoutine SubRoutineName="DepositGoldInGbank" /> </If>
It is the last action to be done before the profile will restart.