am i doing this wrong?
Program New;
{$i SRL/SRL.simba}
function LoadDTMWalk(WalkNumber: Integer): Integer;
var
dtmMainPoint: TDTMPointDef;
dtmSubPoints: array[0..3] of TDTMPointDef;
...
Type: Posts; User: hete taart
am i doing this wrong?
Program New;
{$i SRL/SRL.simba}
function LoadDTMWalk(WalkNumber: Integer): Integer;
var
dtmMainPoint: TDTMPointDef;
dtmSubPoints: array[0..3] of TDTMPointDef;
...
ok so now i got it so far that it walks but right after it walks i get this error:
22148
here's my new script
Program New;
{$i SRL/SRL.simba}
var
so where should i free it or shouldn't i?
tried it, same error. :(
idk if that will help because i don't use srl as i am scripting for a rsps. + idk how to do it. i force updated simba... and that didn't work
pls guys what is this?
ok guys so it's going pretty well with my script for except 1 thing.
It compiles and stuff and it runs until it reaches the point where it needs to walk then i am getting this crazy error:
a...
Woops misreaded i recently heard you can run a rsps through smart but that's to complicated i guess.
But it is possible i guess
ok :D so now it compiles and stuff but when eventually my inv is full i am getting the weirdest error i ever got it opens a new script (not even mine and shows me the following error.
22134...
ok ty alot so i changed that but now i got the following error
script:
Program New;
{$i SRL/SRL.simba}
var
Inventory:TBoxArray;
gave up on radial walking because ddtm walking was better :D.
but that didn't work out for me aswell...
here's the script
Program New;
{$i SRL/SRL.simba}
var
Inventory:TBoxArray;
hey guys me again xD.
I am learning how to use radialwalk to walk around runescape (in my case a RSPS but that makes no difference i suppose).
But i am having some problems finding the right...
Wow thanx alot! you're amazing :D I heard alot about you!
hello guys! I was wondering if there existed some kind of function that detects if my inventory is full? I need it for my thieving scripts that will bank the stuff if the inventory is full.
...
fixed it myself i just did
MouseSpeed :=12;
but it does work it does click the stall. it just moves so slow.
ok so i tested what you said and it sees the uptext perfectly.
But for some reason when i delete SetupSRL; the mouse will move reaaaal slow
ok, so i copied your script and it got me sooo much further thanks for that! but now it hovers over multiple stalls (i would like it to hover over just one, the one i want to steal from). But it...
ok so i changed my script alot. And i did what Riwu said; I guess... I don't really know what I did :p.
so now it looks like this:
version 3:
Program New;
{$i SRL/SRL.simba}
Function...
sorry edited :D
ty i will try to figure that out! Will post result as soon as i got it. Ty alot for your help man! It's really appreciated! :D
If you're botting Runescape you can just use SMART i guess. :D
thanks alot already! but couldd you tell me more about that own costum finding function? i don't really seem to get that part.
bump!
i am really willing to learn this. I promise i will use my...
Hey guys!
I am kind of struggling for a while now on this script.
It just can't seem to find the upchars from a RSPS that i created myself from a guide from schuttleu.
so here's a picture of my...