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

[Plugin] GearSwap

can you add moonlight ward to check if the Proc is up? the proc is not a buff or debuff, and I not familiar enough with the db to which Actor Types to Dump. I can only find the item related to SNOPower.itemPassive_Unique_Amulet_003 or _x1
Anyway thanks for the awesome addon, its was easy enough to mod to support Inna's for SW, and Moonlight Ward in 5sec timer in combat.
 
[GearSwap] Item: Gloves of Worship - ActorSNO: 332344

[GearSwap] Buff: 30476 : Shrine_Desecrated_Blessed
[GearSwap] Buff: 30478 : Shrine_Desecrated_Fortune
[GearSwap] Buff: 30479 : Shrine_Desecrated_Frenzied
[GearSwap] Buff: 260348 : Shrine_Desecrated_Hoarder
[GearSwap] Buff: 260349 : Shrine_Desecrated_Reloaded


old list:
Shrine_Desecrated_Blessed = 30476,
Shrine_Desecrated_Enlightened = 30477,
Shrine_Desecrated_Fortune = 30478,
Shrine_Desecrated_Frenzied = 30479,
Shrine_Desecrated_Reloaded = 260152,
Shrine_Desecrated_Hoarder = 260315,

SNOPower.Shrine_*
 
Last edited:
Excellent plugin, please add Shi Mizu's Haori for low/critical health chest?

Also Gloves of Worship for shrines?

And Sebor's Nightmare for chests?

Sebor's Nightmare is easily doable if you provide me the ActorSNO. TO do so just open GearSwap config have the item in your inventory and hit dump ActorSNO. Id have to make a new status for Shi Mizu's, and would also need ActorSNO for that one.

Finally gloves of worship seems to not be really worth it since it doesn't work on Pylons and only a few shrines would be beneficial to use that over magefists for 10 minutes.
 
[GearSwap] Item: Gloves of Worship - ActorSNO: 332344

[GearSwap] Buff: 30476 : Shrine_Desecrated_Blessed
[GearSwap] Buff: 30478 : Shrine_Desecrated_Fortune
[GearSwap] Buff: 30479 : Shrine_Desecrated_Frenzied
[GearSwap] Buff: 260348 : Shrine_Desecrated_Hoarder
[GearSwap] Buff: 260349 : Shrine_Desecrated_Reloaded


old list:
Shrine_Desecrated_Blessed = 30476,
Shrine_Desecrated_Enlightened = 30477,
Shrine_Desecrated_Fortune = 30478,
Shrine_Desecrated_Frenzied = 30479,
Shrine_Desecrated_Reloaded = 260152,
Shrine_Desecrated_Hoarder = 260315,

SNOPower.Shrine_*

Cool this list helps if I want to do the Gloves of Worship. Maybe I will since so many have asked. I feel that you may just have those gloves equipped at all times however lol.

Edit: Just saw SNO in post.
 
Last edited:
The goblin automatically picks up whites so you wouldn't want to have DB settings do it. What do you think we should do, if a white in the area equip puzzle ring?

Ideally yes, i realize that the goblin sometimes ignores the white item, but since movement control is performed in DB and not from GS, you would need to have a swap back after it was outside a certain range or whatever.
 
So looks like they have changed Pox Faulds to where the cloud goes away when you unequip the item. I guess I must change this to stay equipped for the duration of the timer if we want to still use them... Or should I just remove this item from support list?

Thoughts?

Edit: Maybe I am wrong, maybe it is working still.

Edit 2: Maybe it is going away, tested by hand and cloud leaves screen when unequipped.
 
Last edited:
Guys, so can I make this work with actual working profiles (for example trinity+riftbot)? I dont understand how to install the blank routnie part.
This works with the regular profiles as well. The Blank stuff is just if you like to play by hand and want the gear automation at the same time.
 
So looks like they have changed Pox Faulds to where the cloud goes away when you unequip the item. I guess I must change this to stay equipped for the duration of the timer if we want to still use them... Or should I just remove this item from support list?

Thoughts?
I would say duration timer, because if you don't have them in your inventory it just won't use them. No harm in supporting gear people aren't carrying. At the same time, though, would you really want to swap to worse gear (pox faulds) versus your set or better gear, to fight a pack of 3+ for 10 seconds? only packs worth bothering are 3+ and at that point if you want pox faulds secondary effect you'd pretty much want them equipped all the time anyway.

I would just say it's better to support gear that few use, than to exclude gear that may be useful to some. You've already coded the 3-mob logic into the plugin. Also, it is better to code for multiple situations than to assume most would rather have another specific item on than another.

TL;DR: Timer.

[GearSwap] Item: Shi Mizu's Haori - ActorSNO: 332200
[GearSwap] Item: Sebor’s Nightmare - ActorSNO: 299381
 
Last edited:
Is there any chance you could add a settings menu where you could check off the items you have. I only plan to use it with 1 or 2 of the items. I would prefer it to save resources and not spam for the other items. And BTW I am so glad you got nemesis bracers working, it works AMAZING.

Dare I call this the BEST plugin available (with the exception of trinity but that doesn't count because it's required)

WELL DONE! I am glad to see how far this plugin has come along. Have you far exceeded any expectations I had for this.
 
Very good plugin, big thumbs up! I used the check for harrington buff in my weighting.cs to lower the weight if the buff is up.
 
Just watched it kill a super unique and a pack of blues without switching over to nagelring... not sure what was going on there.
 
I use yar to help with random crash and disconnect. With that, sometimes the condition on the equiped slot are for when elite are in range (like for example soj is equiped when relogged not the dps or original item in placed.)

My question is, Can gearswap dump original equip gears some.xml file to saved, so that when random crashes or disconnect, the original can be reequip again.
 
So looks like they have changed Pox Faulds to where the cloud goes away when you unequip the item. I guess I must change this to stay equipped for the duration of the timer if we want to still use them... Or should I just remove this item from support list?

Thoughts?

Edit: Maybe I am wrong, maybe it is working still.

Edit 2: Maybe it is going away, tested by hand and cloud leaves screen when unequipped.

confirmed that the cloud goes away, but the buff remains so add
---------

else if ((ZetaDia.Me.GetAllBuffs().Count(a => a.SNOId == 364342)) == 1)
setTrue("3Enemies");

---------
... if ppl wants to keep the pox when 3 or more enemies they can just put it at higher priority over other gear i.e. elite/blacktorns
 
Last edited:
[GearSwap] Item: Bottomless Potion of Kulle-Aid - ActorSNO: 344093
[GearSwap] Item: Bottomless Potion of the Tower - ActorSNO: 341333
 
confirmed that the cloud goes away, but the buff remains so add
---------

else if ((ZetaDia.Me.GetAllBuffs().Count(a => a.SNOId == 364342)) == 1)
setTrue("3Enemies");

---------
... if ppl wants to keep the pox when 3 or more enemies they can just put it at higher priority over other gear i.e. elite/blacktorns
So you are saying that there is an actually buff that occurs when you use Pox Faulds with the gas cloud? I didn't notice that. I think that would be best if you keep them on until the bot runs out of the cloud this could help achieve that instead of using an arbitrary timer.

Edit: Buff stays but the cloud disappears. So this doesn't really help. Only thing this really does help is that I can get rid of the timer I use and use the buff instead! I will just make it so you keep them equip while you have buff like suggested above if people don't want to use it they can disable it!

Edit 2: Maybe use dual checks if you have buff and there are still mobs within 15yds. I figure if nobody is near you it won't really be needed anymore!
 
Last edited:
I use yar to help with random crash and disconnect. With that, sometimes the condition on the equiped slot are for when elite are in range (like for example soj is equiped when relogged not the dps or original item in placed.)

My question is, Can gearswap dump original equip gears some.xml file to saved, so that when random crashes or disconnect, the original can be reequip again.

Yea I handle when you leave games with gear still equipped but not crashes. Will have to think about the best way to handle that.
 
Just watched it kill a super unique and a pack of blues without switching over to nagelring... not sure what was going on there.
What do you have the % life set to for Magic Find in the config? If it is too low you may kill the mob before a pulse. It only pulses every 1 second so I notice I must increase the health % if I am on a low Torment or in a group.
 
Back
Top