Last night I woke up and it was sitting on the banner too, also sometimes with the way you path tokill razor he doesn't come to the top just times out and leaves the game ( which is better than handing in the quest ) just some food for thought
Last night I woke up and it was sitting on the banner too, also sometimes with the way you path tokill razor he doesn't come to the top just times out and leaves the game ( which is better than handing in the quest ) just some food for thought
VERSION 0-13 released
Added possible compatibility for New Manglemaw (Choose which dungeon to run in General.ini)
Make sure both ini files are configured to your taste
I'm certain I broke everything, Report bugs please
And I'll look into the banner problem, just wish I knew if it was after salvaging or in normal runs
When I woke up to the banner screen I was doing legendary runs... Everything was turned off except for picking up set, legendaries, and gems. Also, sometimes for some reason the bot will try to stash and salvage although I have those options turned off.
Yeah, sound like they are bugs from the old script... I'll try and take a look
Also : I'm removing support from this version and moving to RazorMaw (Twice the work!!!)
hey orgin first of all thanks for the awesome work!
I have a query here hoping that you can help. I was wondering if you can guide me on how to edit the script. Im using a monk so I want to prevent my character from moving to the far end. Is there a way to modify the coordinates? Thanks so much!
HI! Thanks a lot for working on this script!
One thing I have noticed with the newest version - it selects the jeweler when im trying to do Razorclaw runs (as if it's trying to click the act 1 portal to manglemaw), even when I have Razorclaw selected in the .ini
When I go back a version, it clicks the correct portal for me.
I hope this feedback helps some![]()
I also noticed the banner customization screen pops up (in v 0-12) after you go to salvage items.
Again thanks for working on this, I'm not a coder by any means...but I'm trying to mess around with it as well. I appreciate it!
i found the problem, but i dont know how to fix it.
after it salvages all your items, you can see in the script that it says "reapairing"
so i'm assuming that all those clicks that lead to the banner is cause it thinks the blacksmith window is open and it clicks on the points where the repairing buttons are supposed to be. i've paused the bot right after it clicks the last slot of the inventory while salvaging and it leads to the repairing x and y ratio of the script.
maybe delete the send("space")' action right after salvaging so it repairs your items and see what happens there? i would do it, but i'm currently at work right now.
try looking for the repair x and y part of the script. change the first click to the x and y axis into the portal's coordinates. i'm not really good at this myself but i'm slowly learning on how to change the x and y's coordinates and inputting certain commands in
ok! the last mouse click in the salvage function should look like this (In version 0-12):
MouseClick("left", Round(233 * $x_ratio), Round(945 * $y_ratio)) ; going to BLACK SMITH
hope that helps anyone with salvaging issues!
Also, with wizard - the ability being used is a close range ability - so I took out the far away clicks (I didn't want to just delete them, so I added clicks on top of your character). I'm sure this would work if you wanted to use a melee character as well. in the wizard() function i changed the first 2 mouse clicks to:
MouseClick("left", Round(950 * $x_ratio), Round(500 * $y_ratio), 1, 10)
sleep (10)
MouseClick("left", Round(950 * $x_ratio), Round(500 * $y_ratio), 1, 10)
like I said, I'm really new to this and I'm sure there's a way to take it out, but I didn't want to mess with the original code other than the click coords.
Last edited by neithervoltorb; 04-09-2014 at 06:06 PM. Reason: more info
To be safe and get away from Tyrone and not click the quest, I slightly modified the code for when a Wizard is running away. It left clicks once, to begin moving as normal. The 2nd click though, I replaced with a right click and put Teleport there.
This breaks the possible jail/mob walling and also guarantees a get away from Tyrone.
With this I never had any issues, except stashed Wiz Sources =p I believe this is because it finds the color-code for Legendary in the picture for the source, instead of looking at the edges, which are blue or yellow.
I dont know though Im just learning this code as I read it
Last edited by hysrolol; 04-09-2014 at 11:30 PM.
Anyone has any idea how to make it work with barb? I dont know how to point mouse on razor because hes running like crazy... sometimes he spawns on left side of the character, somtimes on top.
https://www.dropbox.com/sh/bb0f5jk787nly1h/F8wGPzERnh
I wasent able to play in my resolution so i used the xosmos old script to make this one, i think this should work with all classes if u dont use helper. u just need a skill that uses mouse2 down, like whirlwind to atack.
In the first test i did, i run for 100 runs and didnt die once. I use pots, so u need pot 1 for each run and use unstable anomaly as passive to keep u alive i also use blur.
and put archon in mouse click 2. from 1 to 3 on keyboard are buffs.
I got a set this mornig so decided to share happyness, is not as close as good as orgins bot, but at least its something.
The only thing u would need to change for all classes, is In Boss Fight Comand Send(1) i use it in archon mode, use Send(4) and add skill to keyboard 4 u would like to use during fight.
Last edited by wasssaaa; 04-11-2014 at 06:43 PM.