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

[Plugin] Giles Auto Equipper (Community Version)

Doesn't seem to be equipping OH weapons. And crashes when purchasing items from merchant.
 
StrangerThanFiction, is it you on your avatar ?
Or do you have her number ? Thx...

Aside from that, you just need to add EHP and class based dps calculation like on d3up or the like and then tada! You can remove the disable at 60 check mark ;)
 
Doesn't seem to be equipping OH weapons. And crashes when purchasing items from merchant.

Have taken a different approach.. I am pretty much just disabling the CheckMerchant functionality entirely for the moment in favor of upgrading gear from the stash...

StrangerThanFiction, is it you on your avatar ?
Or do you have her number ? Thx...

Aside from that, you just need to add EHP and class based dps calculation like on d3up or the like and then tada! You can remove the disable at 60 check mark ;)

This has been done, it now valuates whether to upgrade or not based on EHP/DPS



Sorry guys have not had as much time lately to work on getting updates out to the public. Hoping to have a beta finished soon(TM)... Lol... Don't mean to give the Blizzard response but it is the best I can give at the moment....
 
Hey,

When I run this profile and it finds a yellow item a lot of times the bot will say: [16:55:50.246 N] [GilesEquipper 1.7.5.2] [**PACK**] Pausing bot while we identify items.
But it doesn't actually identify them and just stands there until it logs out.
I'm new to botting on diablo, so maybe i did something wrong I don't know, everything else seems to work fine.
 
Have taken a different approach.. I am pretty much just disabling the CheckMerchant functionality entirely for the moment in favor of upgrading gear from the stash...



This has been done, it now valuates whether to upgrade or not based on EHP/DPS



Sorry guys have not had as much time lately to work on getting updates out to the public. Hoping to have a beta finished soon(TM)... Lol... Don't mean to give the Blizzard response but it is the best I can give at the moment....

Always better to wait for a stable release than to release something to quickly, and who are we to say if you are quick enough or not. It's not like your doing this for a living :)
 
Hey Fiction,

Can you update the first statement under Pulse() to look like this?

I think it should help with users who are experiencing crashes.

Code:
            if (!ZetaDia.IsInGame || !ZetaDia.Me.IsValid || ZetaDia.Me.IsDead || ZetaDia.IsLoadingWorld)
            {
                return;
            }

Was this:

Code:
            if (ZetaDia.Me.IsDead || ZetaDia.IsLoadingWorld)
            {
                return;
            }
 
btw, after the fix above, i've been running with equipper on for hours, with zero crashes :)
 
Always better to wait for a stable release than to release something to quickly, and who are we to say if you are quick enough or not. It's not like your doing this for a living :)

Lol there is a reason the releases are marked as Beta, 1.7.4.1 was the last release I labeled as Stable...

btw, after the fix above, i've been running with equipper on for hours, with zero crashes :)

Thanks and you didn't say so but i am going to assume you are using 1.7.5.2... With that being said I will re-up 1.7.5.2 as .3 with this in there... Trying to get 1.8.0.0 done and trying to make it as close to a stable release as possible >.<
 
Last edited:
hehehe this pluginf ruined my economy xD
the bot bought all my gold in potions that this char cant use ;)
In Hell lvl, i can buy myth potions, but this char its lvl 56 and cant use yet, what do the bot, buy around 3millions gold in potions ;)
Not a blame post its like a joke this game, after 3 banwaves hammering me, now this xD
For future updates of pluging, try to solve this ;)
 
This bug was reported earlier in the thread. 2 solutions were given - use 1.7.4.9, or latest 1.7.5.2 but disable the potion and merchant check boxes.
 
can someone explain how to properly edit what the plugin picks up? i've read a post by guile but i didn't understand it, right now i have it picking up vita but it still swaps out intelligence if its higher.
 
nvm i read a post from guile, i'll repost here so others will see

"hose are points "per value" - so every 1 point of armor is worth 3 points. Every 1 point of a "primary stat" (which SHOULD be strength for a barbarian but there might be a bug somewhere OR just DB being it's usual weird self and returning wrong values for your actorclass) would be worth 50 points (so you would need 16-17 armor for it to outweigh a single primary).

If you come up with some better weightings, please share them and I'll put them in place for the next release for everyone - those values currently in use were largely plucked from thin air! "


http://www.thebuddyforum.com/demonbuddy-forum/plugins/59415-plugin-giles-auto-equipper-6.html
 
My post was in no way meant offensive, sorry if you took it like that :)

Don't try and read to much into what I post, nor others for that matter... When I am short on time I can be blunt.. Not meant to be an attack....

:)
 
Last edited:
The day has arrived... Now the painful part is testing... I don't have the time available to do any in-depth testing...

Light testing has proven successful no more mass potion buyouts, and so far no DB lockups... **crosses fingers**

I am going to post it as an Alpha Release, this means it will have minor errors and bugs... Please post your feedback here with logs if your having any problems...

---------------------------
Version 1.8.0.0 (Alpha)
---------------------------
- The CheckMerchant method has been removed in favor of CheckStash
- CheckStash is currently in Alpha use at your own risk (Doesn't protect gear yet)
- Overhauled the CheckPotion method, and dusted it with Raid
- CheckPotion method will only fire once every 2 minutes when visiting a vendor.
- Integrated Ratosh's DPS/EHP item valuations
- Updated ConfigWindow to reflect changes
 
Last edited:
with the new alpha version i noticed that instead of replacing offhand weapon with a better offhand weapon it switches to a shield instead
 
Have quite a bit of testing to do.. Have only done light testing and have entire list of things I need to check...

Will give the off hands a good once over.. But it should evaluate DPS and EHP and pick the better option for your char, whether that be a shield or another weapon....

Will look into adding an option for "Only DW when available"
 
Is any of the versions stable with purchasing from merchants? I really miss this feature in the early levels.
Tried version:
1.8.0.01.7.5.3
1.7.4.9
1.7.5.2
All of them seemed to freeze DB sometimes when visiting the vendor.

EDIT: Testing 1.7.4.1. Kinda overlooked the "last stable release"-part, doh!
 
Last edited by a moderator:
Back
Top