Originally Posted by
xrpgkingx
okay im not great at code to be truthful im not even sure what is dose or even how to start i do know how to read thankfully and by the descriptions i can see that in between the break table and cast town portal is where i need to add the command to move to the center of the room but i have no idea what that command needs to look like where it will go or even the slightest idea of what the cords might be or how to get them so i copied the section of script where i think it would go. i know its asking a very lot but if any one feels up to it could you maybe add in a command to move her back tword the center of the room with a good guess of what the cords would be? if that's possible and then repast it so i can just swap it out and not destroy this beautiful script that i have no idea how to edit thanks
mouseClick("right", Round(630 * $x_ratio), Round(18 * $y_ratio), 1, 8 ) ;break the table & chair
Sleep(200)
Send("{SHIFTUP}")
Moving(200)
RandClick("middle", Round(530 * $x_ratio), Round(190 * $y_ratio)) ;location of sarkoth after death
Moving(2700)
GUICtrlSetData($lblStatus, "Status: Looting")
Send($skillCompanion)
Call("Loot")
RandSleep(0, 6, 30)
Send($skillCompanion)
Call("TownPortal")
i thought the RandClick("middle", Round(530 * $x_ratio), Round(190 * $y_ratio)) ;location of sarkoth after death. would move you to where he died but it dosent seem to work she stands up near the table and casts town portal
if this is asking to much dont worry about it i can just manage until i can do enough dps to kill sarkoth before he has a chance to get close to the door