Results 1 to 7 of 7

Thread: Unable to find sack..?

  1. #1
    Join Date
    Nov 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default Unable to find sack..?

    hey guys, first of all thanks for taking the time to look/help, just having trouble making a runescape script, i'm trying to find Sacks in my inventory but have had no luck at all, i've spent over an hour and tried as many ways as i can think of to try find it but everything has no hope at all >.< at best search's around the screen at other things.

    does anyone else have this issue? any help would be greatly appreciated Cheers!

  2. #2
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Try using DTM's

    Here's a guide : http://villavu.com/forum/showthread.php?t=68018

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Nov 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Its weird, i tried using a DTM, which when i put it back into the editor it would find every sack every time, just when I put it all into a script it doesn't seem to do anything, or it will search around on other things but not look at all in my inv, i tried bitmaps, even just findobj and such but no matter what it's hopeless :/

  4. #4
    Join Date
    Nov 2011
    Location
    United States
    Posts
    815
    Mentioned
    6 Post(s)
    Quoted
    284 Post(s)

    Default

    Sounds like you set it to search the mainscreen and not Inv.

    Post The Code and we can help.

  5. #5
    Join Date
    May 2007
    Posts
    527
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    It's between your legs!

  6. #6
    Join Date
    Nov 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    i was trying to use particular finds (unsure of which now, finddtm and a few others) in which I had told it to only search the inventory, however it still sat there like a stunned mullet >.< fortunately for now i've actually found another way of doing what i needed to do so it's not really an issue before.. i've had to find things in the inv many times now with no issues just this one beat me for some reason O.o still stumped lol. thanks guys

    ehh, got the better of me, I want to get to the bottom of this.. so.. something like this should find it then right?



    sack2DTM := DTMFromString('m6wAAAHic42ZgYHBhYmAwA2JbJgjbD4j9gd gXiD2g4iB5EyAWY2RgEABiDiBmB2IuIBYGYmkgVgJiFSCWYYSo 6yjyBprORBTmAZLEYkYSMBIAAPSCBc4=');


    if WaitFindDTMEx(sack2dtm,X,Y,MIX1,MIY1,MIX2,MIY2,50, 1000) then
    begin
    Wait(randomrange(150,250));

    Like that exact same find works in a different script (on a different object).. and every time I put any of my dtms into the DTM Editor it finds every sack in the inv.. absolutely stumped >.<

    actually for some reason its looking like this script nearly wont find anything in my inventory, tried finding a seed, potatoes and the sack with no luck O.o
    Last edited by sydd131; 04-18-2013 at 12:47 PM.

  7. #7
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    post your full code?

    Creds to DannyRS for this wonderful sig!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •