Results 1 to 8 of 8

Thread: my mouse does not find object only moves around it

  1. #1
    Join Date
    Aug 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default my mouse does not find object only moves around it

    i'm following the scripting tutorial made by yohojo
    it never finds the tree only moves around it,also the writeln never says in the debugbox.
    Simba Code:
    [SIMBA=woodcutting]program new;
    {$define srl15}
    {$loadlib sps}
    {$I SRL/SRL.Simba}
    //{$define smart}
    {$i sps/sps.simba}
    Procedure StatsGuise(wat:String);
    Begin
      Status(wat);
      Disguise(wat);
    End;
    function chopdown:boolean;
    var
    x,y:Integer;
    begin
    if FindObjCustom (x,y,['chop','down'],[1586759,1586759,1586759], 5)then
    begin
    writeln('horray,we found it');
    GetMousePos(x,y);
    case Random (1) of
      0:Mouse(x,y,5,5,mouse_Left);
      1:begin
      mouse(x,y,5,5,false);
     WaitOption('chop',500);
       end;
      end;
     end;
    end;

    begin
    setupSRL;
    chopdown;
    end.
    [/SIMBA]

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    that's because There is no uptext in RS3 therfor it will never find the tree because it's looking for the uptext

  3. #3
    Join Date
    Aug 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    no this is for a private server ultimatescape.

  4. #4
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by k9commander View Post
    no this is for a private server ultimatescape.
    You need another font. You need to do this manually

  5. #5
    Join Date
    Aug 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    You need another font. You need to do this manually
    is it possible you could link me on how to change font (like tutorial) if possible, sorry for been newbie.=/

  6. #6
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by k9commander View Post
    is it possible you could link me on how to change font (like tutorial) if possible, sorry for been newbie.=/
    Use the search function on the forums

  7. #7
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    Use the search function on the forums
    The forums search is pretty bad, it completely ignores words under 4 letters long or words that are too common. I just search google with

    site:villavu.com making your own fontset

    Quote Originally Posted by k9commander View Post
    is it possible you could link me on how to change font (like tutorial) if possible, sorry for been newbie.=/
    Search google with

    site:villavu.com making your own fontset

    and click the 1st link

  8. #8
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    The forums search is pretty bad, it completely ignores words under 4 letters long or words that are too common. I just search google with

    site:villavu.com making your own fontset


    Search google with

    site:villavu.com making your own fontset

    and click the 1st link
    Works great for me

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
  •