Page 9 of 9 FirstFirst ... 789
Results 201 to 207 of 207

Thread: Yohojo's DTM Tut 1(Item finding with DTMs)

  1. #201
    Join Date
    Apr 2013
    Posts
    395
    Mentioned
    1 Post(s)
    Quoted
    177 Post(s)

    Default

    Quote Originally Posted by randy marsh View Post
    im going crazyyyy
    Simba Code:
    procedure FindIron;
    var
     Iron, x, y: Integer;

    begin
      Iron := DTMFromString('mlwAAAHicY2dgYNgPxOuAeDcQnwXig0C8BYiPA3EwEEcBcRIQBwCxBxD7AXEMEHvqKgBJRqz4P5DEhbHrgGAoAABUTA8m');
      if FindDTM(Iron, x, y, MSX1, MSY1, MSX2, MSY2) then
      begin
        Writeln('Found Iron!')
        Mouse(x,y,2,2,False)
      end;
      FreeDTM(Iron);
    end;

    If you wanna test DTM, copy this part only
    mlwAAAHicY2dgYNgPxOuAeDcQnwXig0C8BYiPA3EwEEcBcRIQB wCxBxD7AXEMEHvqKgBJRqz4P5DEhbHrgGAoAABUTA8m');
    Paste it in the DTM from string with DTM tool.

  2. #202
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    where do you put load dtms in?
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  3. #203
    Join Date
    Apr 2013
    Posts
    395
    Mentioned
    1 Post(s)
    Quoted
    177 Post(s)

    Default

    Quote Originally Posted by randy marsh View Post
    where do you put load dtms in?
    You already loaded and free it in that procedure. If you want to load it on a different procedure, you need another procedure to free it too.

  4. #204
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Thanks must of misread the load part
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  5. #205
    Join Date
    May 2012
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    mine doesnt have the test bit on my editor? i can open the DTM but i cant test it

  6. #206
    Join Date
    Jan 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Gave some rep! This is amazing for a newtimer or even a pro! I have been using DTM's but this just made them flawless! Thanks YoHoJo for another great tut!

  7. #207
    Join Date
    Jul 2013
    Location
    An horse
    Posts
    300
    Mentioned
    9 Post(s)
    Quoted
    120 Post(s)

    Default

    Also repped. Great and informative tutorial that was easy to understand for the average noob

Page 9 of 9 FirstFirst ... 789

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help finding GE Item Text
    By Bad Processor in forum OSR Help
    Replies: 9
    Last Post: 10-30-2008, 12:04 PM
  2. finding DTMs
    By TheChineseMan in forum OSR Help
    Replies: 2
    Last Post: 08-30-2008, 01:03 PM
  3. Cooking Item DTMs or BMPs
    By travo in forum OSR Help
    Replies: 5
    Last Post: 12-07-2007, 11:46 PM

Posting Permissions

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