Sorry thought i posted it here when it didnt show up Didn't think it went through
.. so me Blindly scrolling past the
Script Requests Pest Control -Remod by YoHoJo
All your script requests/ideas/brainwaves in here... Today, 09:15 AM 301 3,196
line at the top of the page thought oh hmm not there ill remake it see if that works made this one.
i sone realised my mistake then ....
sorry
__________________________________________________ ____________________________________
well back on subject i havent changed much yet .
lol
this started off as a project to learn with when i came across a problem ..
every so often after a few games my player would suddenly run to the Advanced boat
im only lvl 70 odd combat in this acc so up pops the text about needing lvl 100 combat
BAM it logs out .. so i took a look
Lines:
376
Code:
ProgressReport;
if (Debug) then Writeln('Reason Failed: Ended up at the wrong boat');
Logout;
or to the same effect..
i found code a little hard to follow to be honest i just have a hard time finding whats what..
so here i have done this
Code:
ProgressReport;
if (Debug) then Writeln('Reason Failed: Ended up at the wrong boat');
if findsymbol(x,y,'shop') then
begin
wait(100+random(30));
Mouse(x,y,5,5,true);
wait(4200);
findsymbol(x,y,'anvil')
Mouse(x+13,y+39,5,5,true);
wait(200+random(30));
end;
end;
Getinboat2;
This as you can see simply clicks to the store just north west
waits a few seconds so the anvil is also on the MiniMap and clicks
just below the anvil at the start of the docks
~ im learning Sps at the moment id love to integrate it for the walking . get you movin
just a lil more around the map . . ~
And Included A SMART Debug Screen with General Script Stats
i am planing to add much more like avoiding those pink things there a pain ..
the ones that explode ..
Thank you again . to Camaro for accepting My Wish to fix it up a little I know i havent
done much yet but i would love to iron out some odd wait times when just ingame at the squire everyone runs into battle you just stand there for a while then suddenly run its stood there for most of the game once or twice