Results 1 to 8 of 8

Thread: Dtm question

  1. #1
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Dtm question

    I was wondering how to search for a dtm on the screen anywhere.

    I know that
    SCAR Code:
    if (FindDTM(Willoww, x, y, MIX1, MIY1, MIX2, MIY2)) then//MI will search for an item in the inventory

    ///and

    if (FindDTM(Willow, x, y, MSX1, MSY1, MSX2, MSY2)) then// MS will search in the bank.

    The reason i want to know, is because im making a fletcher, i want to do everything in the script by using dtms

  2. #2
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Which part of the screen? Minimap, mainscreen, inventory?
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  3. #3
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    like when your fletching and the option comes up to make a short,long, or crossbow thing.

    I dont really want to use the srl function for the npc thing...like i said i want to use dtms as much as possible...

  4. #4
    Join Date
    Jul 2007
    Location
    Players[CurrentPlayer].Loc:='Bank'
    Posts
    875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can use coordins too. Doesn't have to be letters. Like

    if (FindDTM(Whatever, x, y, 0, 0, 9999, 9999));

    That looks for the DTM anywhere from 0,0 to 9999,9999. Just get the coordins of the spot you want and enter them in.
    Quote Originally Posted by sirlaughsalot
    .... Obama had the devil jump out of his ass, run and stab Hillary in the back...
    ILMMTYAEAFHPY.

  5. #5
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    For the fletching thing try this:
    MCX1, MCY1, MCX2, MCY2

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  6. #6
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    MC is... Main Creen? (lmao) What is MC?
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  7. #7
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by rotflmfwao View Post
    MC is... Main Creen? (lmao) What is MC?
    I believe it's the Chat Box. Correct me if I'm wrong, though.
    :-)

  8. #8
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ah yes, main chat XD tyvm for reminding me.
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. i has a question
    By Solkrieg in forum OSR Help
    Replies: 5
    Last Post: 10-30-2008, 08:20 AM
  2. tab 5 question
    By dvdcrayola in forum OSR Help
    Replies: 4
    Last Post: 07-04-2008, 06:43 AM

Posting Permissions

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