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

Monk Addon - Switch to high dps 1h weapon prior to casting sweeping winds

yes it was supposed to be mainID[mainID.length-2];
and ill look into the town run shit later :(
 
are you sure were not supposed to protect the bottom right? just woke up and noticed my shield has been sold, resulting in aaaalot of deaths.

-edit- wtf my belt has been stashed to though its not used in the switch



-edit2- oookay shield on the other monk has been sold too....
 
Last edited:
Oink i have no idea what's going on with this, my main thought is its due to DB memory read issues.
If anyone has an idea what could be the cause i will gladly fix it though i have been over the code 50 times and haven't found a problem.
 

Thanx for the update!
(when I was looking after the exception, I wondered why its +3 and not +2;
too bad that I didn't investgate further [had thought its only 1 int space unused])

Good that you found it!!


ATTENTION all weapon-only swapers: that v1.0.1c-FIXED is again tesslerc's private, which swaps also hands, rings and neck!
make sure its:
private static int[] rows = new int[] { };
private static int[] columns = new int[] { };
private static InventorySlot[] items = new InventorySlot[] { };
in Abilities\WeaponSwap.cs


---
I test this in act3 CH for now ... looks good currently.
I will then switch to a1 keyhunt (the die-a-lot) later, or another day.
 
is the swap atomic??

Hi tesslerc,

another question about the swaping:

what is when the bot dies while swaping:
Can it happen that only some items are swaped, some not?

Or is the swap executed independent of dying?


Can the swap be interupted by something else?
Like ARelog restarts DB and D3, just in the ms when the swaping runs.
 
lol i was sure i uploaded the public one XD my bad, and somehow it changed to +3 instead of +2 as it originally was.

As for interruption while swapping - it swaps all items in a matter of milliseconds so the possibility of you doing a partial swap is 0.

What can happen is it tries to SWAP before it finds out it is dead - that can happen but it won't affect the item locations as it won't be able to move them.
 
Tesslerc, any chance you could find time to work on a weapon swap specifically for using tempest rush while out of combat? Seeing as TR isn't implemented in combat its not very useful there but the movement speed provided between packs is vital, and since its based on your APS, weapon swapping to a 2h would conserve a lot of spirit between groups.
 
Hmm i might look into that, problem is bot will go crazy and crazy behavior = easy to detect.

Swap to 2h before sweeping winds is cast -> Then swap back to dual wield for battle -> Then swap 2h for channeling tempest rush -> run around find pack -> swap dual wield for battle -> swap again

Will go swap crazy if i do this :\
 
Back from a few days break, thanks for the update. But I am still simply keeping the bottom 4 squares protected, even though my shield goes into 2 of them only, never had it mess up. Will try some longer runs but thats the safety I have in place, it seems to work.

Also what build are you running now, same as first post ? I am sure I saw an alternate build somewhere in here ?

G
 
Last edited:
shield just got stashed with 1.0.1b. not sure whats going on never had that happen on my first toon. and sometimes he ends up with the 2hander in his hand and stops casten spwweingwinds altogether.

is the new 1.0.1c fix working?
 
Last edited:
Just chiming in with a big thank you! :)
With very mediocre gear i managed to go up 50% on XP and GPH!
 
Small update for you guys that are still having problems.
- I have found another small issue where DB misreads memory and this error will continue until DB reset - now fixed and will fix itself when ever the SecurityCheck is run (new game / another memory read issue).
- Also added a method to move an item if it has been misplaced in the bottom right corner.

WIP
- Adding a function to make sure all items are in place, this will run aprox 1sec after swap has finished.
 
Ok finished and started testing here, seems to work really well so far.

https://www.dropbox.com/s/c71ee846v0x7pbv/WeaponSwap - 1.0.2.rar

Need to edit monk.cs and add at the top right under this line:
Code:
private static GilesPower GetMonkPower(bool bCurrentlyAvoiding, bool bOOCBuff, bool bDestructiblePower)
{

Add this:

Code:
            if (!weaponSwap.DpsGearOn())
            {
                weaponSwap.ItemsInPlace();
            }

to make it this:

Code:
        private static GilesPower GetMonkPower(bool bCurrentlyAvoiding, bool bOOCBuff, bool bDestructiblePower)
        {
            if (!weaponSwap.DpsGearOn())
            {
                weaponSwap.ItemsInPlace();
            }

Anyone having issues with this please report to me so i can do my best and fix it.

Changelog:
Code:
18/12 - v1.0.2
- Added item placement checks - makes sure items are places in the correct location
- Clears bottom right corner if an item is there when it shouldn't
- Refreshes the whole cache properly now on new game or ID's reset
 
I will be uploading a full 1.7.1.8 with everything integrated later on, so sit tight if you are lazy :)
 
Ah well to any survivors out there - i got hit, 4 accounts down, 1 left alive.
Until i get new accounts up (if i will), I won't be updating this project anymore.

Was a nice run :)
 
Ah well to any survivors out there - i got hit, 4 accounts down, 1 left alive.
Until i get new accounts up (if i will), I won't be updating this project anymore.

Was a nice run :)


Thanks for all your input and hard work, much appreciated. I too got my account banned, not worth the effort anymore.

G
 
Ah well to any survivors out there - i got hit, 4 accounts down, 1 left alive.
Until i get new accounts up (if i will), I won't be updating this project anymore.

Was a nice run :)

Yo, big THANX for all your help.

Too bad we got banned just now when the swaping was working good (at least for me).

I don't know if I will continue with a new account, the monk was my last acc after the WD was banned some weeks ago.
Depends probably on the bot/ban research DB staff is doing now;
manually D3 is way too boring.
I liked the tamagotchi feeling of watching and caring for my char/bot.

Tesslerc, I wish you so much that your last account survives the banwave!!
Enjoy the beers from my symbolic (low amount) donation!


So goodbye and thanx for all the fish - ?h - help and support!
?Golem
 
also lost 14/14 .. but right now im watching a new monk of a buddy "running" through mp10 fix seems to be working great. id really enjoy getting a horde of new monks going im just woried that banwaves will increase, as long as the new ones manage to run 1-2 months it should be worth it
 
Back
Top