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

[Plugin] GearSwap

German Client work perfekt with lightning and arcane

Just change to german item names (functions.cs):
Code:
public static void setAffixGear()
{
	affixFlags[0] = new affixes("Fire", false, "Der Stern von Azkaranth", InventorySlot.Neck); // The Star of Azkaranth
	affixFlags[1] = new affixes("Cold", false, "Talisman von Aranoch", InventorySlot.Neck); // Talisman of Aranoch
	affixFlags[2] = new affixes("Poison", false, "Maras Kaleidoskop", InventorySlot.Neck); // Mira's Kaleidoscope
	affixFlags[3] = new affixes("Lightning", false, "Xephirisches Amulett", InventorySlot.Neck); // Xephirian Amulet
	affixFlags[4] = new affixes("Arcane", false, "Kamee von Gräfin Julia", InventorySlot.Neck); // Countess Julia's Cameo

	eliteFlags = new affixes("Elite", false, "Stein von Jordan", InventorySlot.LeftFinger); // Stone of Jordan
}

dont have the other items to validate...

Thx
kleinerMann
 
Last edited:
This needs a Resx to work from :)

Many users are using English, Russian, German, Chinese...
 
Awesome plugin! Good work so far. I watched the inventory while it worked a bit to see how it was working and it appears that after 1 or 2 elite packs it will refuse to equip the SoJ from there on.

The following is a log from 1 elite pack

[GearSwap] Elite gone! Equipping original ring
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Elite gone! Equipping original ring
 
Also

affixFlags[2] = new affixes("Poison", false, "Mira's Kaleidoscope", InventorySlot.Neck);

should be

affixFlags[2] = new affixes("Poison", false, "Mara's Kaleidoscope", InventorySlot.Neck);
 
Awesome plugin! Good work so far. I watched the inventory while it worked a bit to see how it was working and it appears that after 1 or 2 elite packs it will refuse to equip the SoJ from there on.

The following is a log from 1 elite pack

[GearSwap] Elite gone! Equipping original ring
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Elite gone! Equipping original ring

I modified the code a bit to help with the Stone of Jordan. Also Fixed Mara's spelling. I watched the bot run several profiles and Stone of Jordan seems to equip every time now.
 
Last edited:
Another weird bug I think. It appears that rift bosses are not considered unique, elites or rare because it's not equipping the soj during a rift boss fight. It does however spam the console with this which doesnt make any sense:

[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan

Any ideas?
 
Actually the above is probably not true. It must of bugged out somewhere else because when I created a new game and got to the first elite pack it still didn't equip it. I think it gets bugged on packs with several affixes that you have amulets for.
 
Another weird bug I think. It appears that rift bosses are not considered unique, elites or rare because it's not equipping the soj during a rift boss fight. It does however spam the console with this which doesnt make any sense:

[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan
[GearSwap] Found Elite - Equipping Stone of Jordan

Any ideas?

I think what is happening is that on a new game it is bugging out. I added some additional code to clean everything up when a new game is started. Give V4 a whirl and let me know.
 
Is there a way to make this work while playing manually? Like lazyraider? Auto equips necks for me
 
Is there a way to make this work while playing manually? Like lazyraider? Auto equips necks for me

I have tried to use the Trinity blank profiles, but it is so intrusive still. I would love if someone knew the answer to this.
 
Ok so v4 has been running for about 2 hours now with no issues that I have noticed. I've also been using it w/ simplefollow and it works, so I imagine it would work with a blank profile as well.
 
Don't know if possible BUT, Nemesis Bracers before using a Shrine. "Shrine will spawn an enemy champion"
 
Don't know if possible BUT, Nemesis Bracers before using a Shrine. "Shrine will spawn an enemy champion"

I will have to test some with the Nemesis bracers. I know I can detect the Shrine but if I recall the shrine doesn't change states when it is used so there isn't a way to detect that we no longer need them. Maybe if a Shrine is within x distance equip bracers. Otherwise un-equip. I will play with it as my next update.
 
I think if you load your plugin after trinity you could use some of the built in trinity functions. Would also be useful for the portal shoulders using trinity's townrun.
 
Back
Top