kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 334 forks source link

swap equip? #772

Open hyunoo0602 opened 5 years ago

hyunoo0602 commented 5 years ago

anyone know? how to set swap equip? call to arms or spirit...etc.. I can't find where it is..

DarkHorseDre commented 5 years ago

What do you mean by swap equip cta/spirit?

I can tell you that if you have cta on switch (slot 2) it will switch and auto cast, then switch back to slot 1. I have also seen the bot switch to slot 2 when spirit shield equipped to buff even without cta/good 2nd slot weapon.

GZer commented 5 years ago

If you equip items it will auto change for the precast. If you want to swap weapon slots use weaponswitch(); look up autoequip in Misc.js for how to equip an item.

I assume this is for equipping an alternative weapon in the autoequip

mayphilc commented 5 years ago

@gzer,

Can what you said about weaponswitch be used to zeal with slot 0 and smite with slot 1?

GZer commented 5 years ago

You're better using weapon switch for a precast, but yes essentially you can use this to swap for Zeal. I have not coded this and will not help support it.