What are the current looting functions that are working?
Thanks in advance!
What are the current looting functions that are working?
Thanks in advance!
there are not any looting functions, currently to closest thing to it is using object finding functions and check for uptext
Guides:Lape Basics ---Multi-Dimensional Arrays --- Dung Guide , Scripts:Cooking guilder --- Enslaved Fletcher --- EnslavedHumidity
So basically FindObj?
You can also check out all of the variations of FindObj too (there are quite a few) to make it a bit more specific to your needs.
Or better yet make your own!
Always best (or funner/more customizeable/more efficient) to make your own functions from scratch!
Thanks,
Color+ uptext is doing wonders for me.
What would be most efficient for looting a variety of different items?
Would it be best and most fail-safed to make DTM's to make sure every item that you want to get picked up gets picked up?
Also, i have made a private script that runs the 6 hour limit, but it won't reload after.
I have this:
at the beginning of the main loop. What else do I need to do to make sure it re-starts?Simba Code:Begin
SRL_SIXHOURFIX := TRUE;
SMART_FIXSPEED := TRUE;
setupSRL();
DeclarePlayers;
LoginPlayer;
ClickNorth(SRL_ANGLE_NONE);
SetAngle(0);
Brilliant. Thank You so much!
+1
IIRC, which i commonly do, the six hour fix should be place after setupSRL, no?
There are currently 1 users browsing this thread. (0 members and 1 guests)