Added SVN link. Also a few fixes for this release! Change Log: SVN Revision 3 Fixed Statuses: 5Enemies & 3Enemies to no longer consider Allies in the count. Also added Config options to enable or disable logging and to change the % in which low health ring is equipped.
do you need the SNO for Harrington waistguard or Homing Pads? I will get back to you about the Pox Faulds tomorrow. Thanks for the fast update!
Please Consider this item for swapping. Shukrani [Spirit Walk lasts until you attack or until an enemy is within 30 yards of you.] Sometimes bot missed the destination of the Rift or Bounty And return all the way back and start explore again. This really helps WD to explore around (+50% movement speed) I think it's very simple. Just like this equipping this mojo under this condition !(Anymobsinrange(90)) (set it to 90 to make sure there are no monsters around) Actually I didn't get the item yet Since i started botting WD yesterday, So i don't know item id now. But I'd like the logic for this item to be implemented into your plugin so i try it someday soon. I know you are working on the option menu and i appreciate it if these are implemented. 1] Option menu to disable/enable swapping of supported items. Now there are many items and I think more will be added for swapping. This option menu will help item swapping process to be fast (instant) by disabling (customizing) items and conditions that are unnecessary. 2] Option menu to decide Priority of conditions.
I think last version have some bug. When plugin enabled bot constantly stuck for about 0.5 sec(when fighting mobs usually, not sure were else). When plugin disabled run as usual. On version 0.8 this was not happend.
There were very minimal changes from version 8 to current version. Only thing added was the config menu and a minor change to 3enemies and 5enemies calculation. Could the game just have been laggy for you yesterday? I am not experiencing any delay when enabling the plugin myself. I will test some more to be sure.
I test it now. What versions of QT,Trinity and DB you recommend to use with plugin. Mb problem in it.
I test it with QT 5.45, Trinity 24, DB release and 394 beta. Don't know what cause stuck problem... UPD: Version 0.8 and DB 394 no stucks. Something in SVN3 version.
What profile are you running? I am running a long adventure type one and i do not see any "stuck" issues. Seems to be doing well.
It always checks all the enemies. We didn't really change anything about that. If you want to remove that part of the code just find Code: if ((obj.ActorType == ActorType.Monster) && (obj.Distance < 12) && (obj.MonsterInfo.MonsterType != MonsterType.Ally)) { enemyCount++; } in functions.cs and delete it. This will remove basically the only code that is different between the 2 versions. Try that and let me know the results.
My game does brief lagging at times, but it always does that with or without GearSwap enabled when running some of these profiles. I will try the act 1 bounties cause i need those anyways and see if I get any issue.
Great work borderjs! I already love this awesome plugin Ice Climbers also grant immunity to slow effects (those oil lakes in act 2 deserts), jailer elites, those lightning gates in Act 5 fortress and even diablo's cages. Maybe you want to add those conditions too!?
Another idea that just came up my mind, which i could imagine would be rather difficult to implent though: If equipping Talisman of Aranoc, Mara's Kaleidoscope, The Star of Azkaranth, Xephirian Amulet or Countess Julia's Cameo also modify the avoidance settings for those damage types in order to get the bot healed by it.
I personally am seeing no difference with or without the lines. Runs exactly the same for me with DB beta, Trinity .25 (.24 isn't out there to be downloaded). I would like to see if anyone else is experiencing any issues to help us narrow down the issue.
I think I will need to change the status for Ice Climbers. Maybe look to see if there is a setting I can look at to determine if I am rooted/snared instead of looking for each individual status. I just wish I had a pair to play with!! I get like 50 Legendaries or more a day and have yet to see a pair lol. If you would like to help me out by finding those slow effects and dumping the objects for me, would make it faster to implement. Looks something like : [26E7B14C] Type: ServerProp Name: a2dun_Spider_EggSack_Clusters_D-15191 ActorSNO: 172029, Distance: 19.68013 but would be the serverprops of the actual slow things.