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

[Plugin] GearSwap

This is indeed great plugin. Thank you for making this plugin

I have few questions. I noticed that bot was wearing Pox Faulds over 7 sec. Or at least it appeared. Because DB chat window showed
03:13:51.067 INFO Plugin [GearSwap] Equipping: Pox Faulds - Condition: 3Enemies
03:13:58.930 INFO Plugin [GearSwap] Reverting all gear to original!

I thought Bot will wear items for a sec to buff up and revert back to original items. Many crusaders have 5 pieces of Arkhan to get set bonus and it is crucial to run T6. Was the bot wearing Pox Faulds for that 7 sec truly? If so, I can't use it. I haven't played by hand so I don't know if it is true or just delayed recording.

Another question, I have ring of Royal Grandeur in my left finger and Unity ring on my right finger. When the bot was logged out ( another server problem), I noticed Unity ring was on his left finger and my right finger had Stone of Jordan. my Royal Grandeur was in backpack. How can I keep Royal Grandeur all the time and make bot change only between Unity and SOJ ?

Pox Faulds cloud goes away if you take off the piece. Therefore if you want the benefit of the cloud they must be worn for duration. If this isn't suitable for your setup you may not want to use them.

As for Unity and SOJ. Currently Unity is swapped for Right finger (Right on the screen). SOJ on the Left finger (left on the screen). There is no easy configuration to fix this, but if you want to use Unity 100% of the time and only swap in SOJ do the following:

Equip Unity on the LEFT (Left side of screen) finger. And comment out the following line in Functions.cs (Around line 292)

Code:
Change:
gearList.Add(new Gear("Elite", 212581, InventorySlot.RightFinger)); //Unity
to:
//gearList.Add(new Gear("Elite", 212581, InventorySlot.RightFinger)); //Unity

This will disable Unity ring from being swapped and will continue to allow SOJ to be equipped when Elites arrive.
 
Pox Faulds cloud goes away if you take off the piece. Therefore if you want the benefit of the cloud they must be worn for duration. If this isn't suitable for your setup you may not want to use them.

As for Unity and SOJ. Currently Unity is swapped for Right finger (Right on the screen). SOJ on the Left finger (left on the screen). There is no easy configuration to fix this, but if you want to use Unity 100% of the time and only swap in SOJ do the following:

Equip Unity on the LEFT (Left side of screen) finger. And comment out the following line in Functions.cs (Around line 292)

Code:
Change:
gearList.Add(new Gear("Elite", 212581, InventorySlot.RightFinger)); //Unity
to:
//gearList.Add(new Gear("Elite", 212581, InventorySlot.RightFinger)); //Unity

This will disable Unity ring from being swapped and will continue to allow SOJ to be equipped when Elites arrive.

thank you for quick reply.

I did it as you instructed.
My main goal is to keep Royal Grandeur on the bot's finger all the time and keep changing other finger with unity, SOJ, nagel, Roager's huge stone, etc.

Is there a way to keep Royal Grandeur all the time and only other finger's ring can be changed? I know it is not easy to support everyone's need ;)

This is amazing concept and plugin as it is irregardless.
 
thank you for quick reply.

I did it as you instructed.
My main goal is to keep Royal Grandeur on the bot's finger all the time and keep changing other finger with unity, SOJ, nagel, Roager's huge stone, etc.

Is there a way to keep Royal Grandeur all the time and only other finger's ring can be changed? I know it is not easy to support everyone's need ;)

This is amazing concept and plugin as it is irregardless.

Put Royal ring on your Right Finger(right side of screen) unity on Left finger (left side of screen) with the above changes and this should do what you are asking.
 
Put Royal ring on your Right Finger(right side of screen) unity on Left finger (left side of screen) with the above changes and this should do what you are asking.

Sweet... thank you.

Aren't the original items supposed to be worn all the time and secondary items ( switchable items by situation & condition) should be worn for a second or so to get buff?
I noticed that my original Blackthorn's belt was on backpack and Harrington's waist guard was worn for a long time until Elite shows up. Then, Trinity said gearswap because Elite is showing up. I am afraid to see my Arkhan's glove is switched with St. ??? Cage glove and kept worn for a long time. I am wondering all items switched with original item stay worn until new condition arise or at least for a while more than intended.
 
Sweet... thank you.

Aren't the original items supposed to be worn all the time and secondary items ( switchable items by situation & condition) should be worn for a second or so to get buff?
I noticed that my original Blackthorn's belt was on backpack and Harrington's waist guard was worn for a long time until Elite shows up. Then, Trinity said gearswap because Elite is showing up. I am afraid to see my Arkhan's glove is switched with St. ??? Cage glove and kept worn for a long time. I am wondering all items switched with original item stay worn until new condition arise or at least for a while more than intended.
The only 2 items that will stay equipped are the Pox Faulds, and the Harrington's Waistguard. Those are required to be equipped for the buff to remain active. Harrington's gives you 100+% damage so keeping that is almost always better than your current belt when the buff is active.
Depending on the item and if the buff will stay when you unequip is how we determine if we keep it equipped or not.

The St gloves can be removed after buff is received so they should return after a second.
 
Gloves of Worship buff goes away when you take gloves off so it is the consensus that it isn't worth it since it doesn't work with pylons.

You could make the swap only for a certain shrine (like cooldown or +damage) and keep the gloves for 10 min then swap back to original item.
 
Any chance you could add an option for Waller affix. to equip Illusory Boots ?
 
Is there any reason to why is sometimes dont swap to nemesis for pylons in rifts?
 
Any chance you could add an option for Waller affix. to equip Illusory Boots ?
Does that actually work? I'll test and if it works I will add it.

Is there any reason to why is sometimes dont swap to nemesis for pylons in rifts?
Make sure your Shrine priority is higher than Well. Also make sure your pulse settings is as low as you can handle. If you somehow close in on a shrine in between pulses it may miss the swap, so having a long pulse could prevent the swap from happening in time.
 
You could make the swap only for a certain shrine (like cooldown or +damage) and keep the gloves for 10 min then swap back to original item.
I just can't imagine wearing Worship over my Magefist gloves for 10 minutes even with the cooldown or frenzy one. Maybe it would be worthwhile. I may still do it, but most everyone has said its not worth it.
 
can you add aughilds? i keep having to readd them myself after every ezupdater... i only really use these but

gearList.Add(new Gear("Elite", 222972, InventorySlot.Bracers)); //aughilds
gearList.Add(new Gear("Elite", 224051, InventorySlot.Shoulders)); //aughilds
 
can you add aughilds? i keep having to readd them myself after every ezupdater... i only really use these but

gearList.Add(new Gear("Elite", 222972, InventorySlot.Bracers)); //aughilds
gearList.Add(new Gear("Elite", 224051, InventorySlot.Shoulders)); //aughilds

Coming right up!
 
SVN Revision 21
  • Added Aughild's Set to Elite status.
  • Added Waller check to Swarmed status for Illusory Boots.
  • Will no longer attempt to equip unidentified items (this was done in a prior update but forgot to mention it.)
 
You sexy beast! Now to build my gear up for this and run t6!
 
SVN Revision 21
  • Added Aughild's Set to Elite status.
  • Added Waller check to Swarmed status for Illusory Boots.
  • Will no longer attempt to equip unidentified items (this was done in a prior update but forgot to mention it.)
Hey borderjs!
Great work so far!

I mentioned one idea in Gear swap Extrreme thread about set switching based on Combat tag. Is there any chance to see this in your version? I see it have great potential in "zerg runs".
 
Back
Top