so last night i made a script JUST for superheating runite ore. it runs fine, but if i lagg while casting, there's a rare chance that it will not smelt all 5 runite and when it goes to bank, it will deposit all the bars, go to deposit the spare runite, then doesn't,withdraws coal, 5 runite, and finishes the cycle, leaving the 6th runite. I was able to make it detect this 6th runite ore, yet no matter what i try to make it bank it, no matter what function/function combination (i even tried hard coding it) it messes up.
right now i have this for an example
if CountItems('dtm', runite, []) >= 1
then
MMouseItem(8);
wait(50);
ClickMouse2(Mouse_left);
even though it still says mouse_left, it right clicks the ore, and then move the mouse approx. 150 pixels left and continues banking.
long story short i've got through multiple advil trying to solve this head ache. anyone have any thoughts?


Reply With Quote







