Results 1 to 5 of 5

Thread: [07] Do ObjectDTM's work in 07

  1. #1
    Join Date
    Feb 2013
    Location
    hertfordshire, uk
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default [07] Do ObjectDTM's work in 07

    Hi guys,

    I can find the DTM with no problem just fails to click(ObjDTM_Walk) using euphemism Object DTM guide and include http://94-23-148-96.ovh.net/forum/sh...ad.php?t=72067
    Any advice would be great thanks,

    Greg

    Code:
    program Bankwalk;
    {$i SRL/SRL.simba}
    {$i P07Include.simba}
    {$i ObjectDTM\ObjDTMInclude.simba}
    
    
    procedure LetsWalk;
    var
      cx, cy: Integer;
    begin
      if ObjDTM_Find('98:78:5:10:7:113:58:10:7:114:62:10:7:114:66:10:7:115:70:10:7:115:75:4:105:67:88:72:91:89:108:83', cx, cy, True) then
      begin
        Writeln('We found it, now lets walk it!');
        ObjDTM_Walk('98:78:5:10:7:113:58:10:7:114:62:10:7:114:66:10:7:115:70:10:7:115:75:4:105:67:88:72:91:89:108:83', 2, 100, 5, True);
        Writeln('We could not walk here, what a shame');
    end;
    
    begin
    ObjDTM_Setup;
    repeat
    letswalk;
       until   P07_InvFull ;
    end.

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

    Default

    If u edit the include yes.
    Don't ask me how, I got no idea.

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Feb 2013
    Location
    hertfordshire, uk
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Ok i will try another method to get walking than.

    Thanks for the help

  4. #4
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Chances are the DTM's that are used in the ObjDTM walking are broken for 07

    Forum account issues? Please send me a PM

  5. #5
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Chances are the DTM's that are used in the ObjDTM walking are broken for 07
    It would be the object records and some other core functions (compass angle, pointOnMinimap) and such

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
  •