borderjs
Community Developer
- Joined
- Mar 17, 2014
- Messages
- 248
- Reaction score
- 1
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.