Hi Black, can I suggest something?
======================1======================
I think it would be even more awesome if the script can identify ring/amulet with ilvl 60+.
======================2======================
This isn't kinda helpful to avoid death. As far as I see, interruption occurs only when mobs hit the character. Immediate exiting game will only cause you to die (10s count down is enough for a mob to kill a character like DH) Is it possible to try to kill the mob? For DH, maybe simply right click twice on where the character is standing. For others not sure.Code:$DetectTPFail = True ;set true to immediatly exit game if TP is inturrupted (requires TP.png)
======================3======================
I'm not using custom looting:
For a DH, Ferret Companion will collect the gold automatically. However, occasionally, the companion will be stuck at one side of the chest thus not collecting the gold on the other side. One simple solution to that can be:Code:$LootCustom = False ;True if you want to pick up Custom Items (The items in the $pick array above) Global $pick[1] = ["gold.png|50"];Array of items to loot (GEMS AND TOMES ALREADY INCLUDED)
1. Use "Send($Skill4)" as soon as the character is in the cellar.
2. Add "Send($Skill4)" before TP to town so that companion will spawn at new spot and will be able to go to the other side of the chest to collect gold during TPCode:ElseIf $Hero == 'Hunter' Then Send($Skill4) RandClick("middle", Round(20 * $x_ratio), Round(708 * $y_ratio), 1, 1) ;moves to doorway leading to rare inside cellar Moving(2800) RandMove(Round(425 * $x_ratio), Round(70 * $y_ratio), 1, 1) Send("{SHIFTDOWN}") MouseDown("right") ;ATTACK Sleep(1200) MouseUp("right") MouseDown("left") Sleep($DHSarkothKillTime) MouseUp("left") Sleep(Random(50, 150)) Send("{SHIFTUP}") RandClick("middle", Round(470 * $x_ratio), Round(280 * $y_ratio)) ;Left Moving(2500)
I'm doing well with these two changesCode:$mondelt = GetMoney(True) Send($Skill4) If $CheckLootWhilePorting Then CheckLootWhilePorting() Else Call("TownPortal") EndIf![]()
Last edited by tmxkn1; 07-11-2012 at 07:53 AM.
i used the bot. all seems going well until i reach near the cellar. it teleports me to new tristam before the cursor gets to the cellar. ive done everything that have to be changed according to all the guides i could find
nevermind, figured it out.
Last edited by nvmax; 07-11-2012 at 08:39 AM.
Can anyone say me what i need to change to make it work at 1366x768. It suckz using an additional screen.
I try it since 3-4 hours now, but it doent seems to work. Please help me - thanks in advance.
@blacksack
can this script stash "Prosperous" and "Glittering" magic items?
If not, I think it will be great if you can add this.
I think what he means is to treat ilvl60 ring/amulet different than ilvl60 weapo/armor/offhand. As ilvl60 rings/amulets/follower items give inferno crafting mats on salvage and other ilvl60 items give hell mats. $UseiLVL=True will only treat all items of same color&&ilvl the same way, it won't differ between rings/amuls and weapons for example![]()
New version - 'F'
- fixed bug with looting where clicks on the chat box
- changed DH companion calls
- fixed inventory key in iLVL stashing
- added Tempest rush for monk inside cellar - getting 27.5s runs!
- reduced wasted time after entering cellar
- used Psycho2k22 DH path to get 3 shadow walks
- other fixes that i forgot
http://pastebin.com/t75UtaE6
Last edited by BlackSack; 07-11-2012 at 09:14 AM.
I tried but I didn't work... I add this to the script
If _ImageSearchArea($pngLoc & "tt_glittering.png", 0, $gX, $gY, $gX + 425, $gY + 70, $gX, $gY, 40) Then ; Glittering, automatic stashing.
$str_StashMisc = $str_StashGems & "|" & 1435 + (48 * $x) & "," & 609 + (45 * $y)
ContinueLoop
EndIf
If _ImageSearchArea($pngLoc & "tt_prosperous.png", 0, $gX, $gY, $gX + 425, $gY + 70, $gX, $gY, 40) Then ; Prosperous, automatic stashing.
$str_StashMisc = $str_StashGems & "|" & 1435 + (48 * $x) & "," & 609 + (45 * $y)
ContinueLoop
EndIf
Black can you just say me HOW i change the resolution.
I tried to change it via excel + percentages but it doesnt start.
Can you give me an hint, would be awesome. Thanks for your work so far.
It is not as simple as scaling all the mouse clicks - the script does that for you already, you also need images at your reolution in the pics folder which i dont supply, look at chancitys wizard script he has the images at other res. Even if you do those 2 things it may or may not work which is why is says on the first page I do not support other resolutions atm
If you read around page 20 AngryCoder has got it working at this res