Results 1 to 5 of 5

Thread: My New Script: Need Help

  1. #1
    Join Date
    Dec 2007
    Location
    I'm the short man in all those arcade games you play
    Posts
    169
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My New Script: Need Help

    Ok, I'm creating a herblore script and need some help.

    If I want to find an item in the bank, they will be in the first and second spot, should I use a procedure to find DTM, or IsUpText?

  2. #2
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by souppy View Post
    Ok, I'm creating a herblore script and need some help.

    If I want to find an item in the bank, they will be in the first and second spot, should I use a procedure to find DTM, or IsUpText?
    couldnt you do both?
    SCAR Code:
    If (soinsoDTM) then
    isuptext "whatever" (true)//can you do that? idk just throwin out an idea

    meh, may be able to do it, idk... just an idea!

  3. #3
    Join Date
    Aug 2007
    Location
    Emo-land
    Posts
    1,109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Definitely use a bitmap or dtm, you can not count on your users putting items always in the first slots people can't be relied on, learn it.

  4. #4
    Join Date
    Dec 2007
    Location
    I'm the short man in all those arcade games you play
    Posts
    169
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, Thanks guys.

  5. #5
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    heres a bit from the air crafter i started today

    SCAR Code:
    FindDTM(DTM2, c.x, c.y, MSX1, MSY1, MSX2, MSY2);
      MMouse(c.x, c.y, 0, 0);
      wait(50);
      If not isuptext('ssence') then
      begin
        Writeln('Cannot Find d ESS AHH!?!');
        Logout;
        Exit;
      end;
    ~ Metagen

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
  •