hmm no idea.. i run with main gear with stun / freeze
http://www.thebuddyforum.com/demonb...oa-rare-recipe-items-bis-ah-rmah-items-2.htmltesslerc how the donations work, how much may i pay u to send me the file? via pm?![]()
Find this:
Code:// Do weapon swapping checks if (weaponSwap.DpsGearOn() && Settings.Combat.Monk.SweepingWindWeaponSwap && (DateTime.Now.Subtract(WeaponSwapTime).TotalMilliseconds > 1500 || DateTime.Now.Subtract(WeaponSwapTime).TotalMilliseconds > 800 && GilesHasBuff(SNOPower.Monk_SweepingWind)) || WantToSwap && (DateTime.Now.Subtract(ForeSightFirstHit).TotalMilliseconds >= 1400 && DateTime.Now.Subtract(ForeSightFirstHit).TotalMilliseconds <= 29000 && DateTime.Now.Subtract(OtherThanDeadlyReach).TotalMilliseconds <= 2700 || !hashPowerHotbarAbilities.Contains(SNOPower.Monk_DeadlyReach))) { WantToSwap = false; if (!weaponSwap.DpsGearOn()) { WeaponSwapTime = DateTime.Now; } weaponSwap.SwapGear(); }
Change it to this:
Code:// Do weapon swapping checks if (weaponSwap.DpsGearOn() && Settings.Combat.Monk.SweepingWindWeaponSwap && (DateTime.Now.Subtract(WeaponSwapTime).TotalMilliseconds > 1500 || DateTime.Now.Subtract(WeaponSwapTime).TotalMilliseconds > 800 && GilesHasBuff(SNOPower.Monk_SweepingWind)) || WantToSwap && (DateTime.Now.Subtract(ForeSightFirstHit).TotalMilliseconds >= 1400 && DateTime.Now.Subtract(ForeSightFirstHit).TotalMilliseconds <= 29000 && DateTime.Now.Subtract(OtherThanDeadlyReach).TotalMilliseconds <= 2700 || !hashPowerHotbarAbilities.Contains(SNOPower.Monk_DeadlyReach))) { WantToSwap = false; if (!weaponSwap.DpsGearOn()) { WeaponSwapTime = DateTime.Now; } weaponSwap.SwapGear(); if (weaponSwap.DpsGearOn()) { return new GilesPower(SNOPower.Monk_Serenity, 0f, vNullLocation, iCurrentWorldID, -1, 1, 1, USE_SLOWLY); } }
should do the trick. if not tell me and ill test myself tomorrow.
nite for now.