Having trouble renewing pouch with script
what i have done:
if FindDTM (pouch, x , Y, MSX1, MSY1, MSX2, MSY2) then
writeln ('Congratz! found pouch');
HumanMMouse (x, y, 7,7)
wait(100+random(50));
Mouse (x, Y, 0, 0, true);
Wait (300+random(100));
CloseBank;
Wait (300+random(100));
MouseItem(pouch, mouse_right);
Wait(RandomRange(500, 75));
ChooseOption('Summon')
What am i doing wrong


Reply With Quote



