Results 1 to 4 of 4

Thread: FindObjMultiText slow / ineffective? -Help

  1. #1
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [Fixed] FindObjMultiText slow / ineffective?

    My script uses FindObjMultiText;
    Unfortunately, that command is slow / ineffective. Each time it searches for bones, it usually has to take about 20 bones to mouseover before it actually clicks it. That incredibly slows down the script.

    Is there any alternative function or solution?

  2. #2
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can I see what you did in your function and procedure? Example:

    SCAR Code:
    Var cx, cy : Integer;
    procedure Whatever;
    begin
      FindObjMultiText( one, bone, nes, {TheColor}, 10);
      { The rest of procedure  }
    Starting to merchant, if you know of any good clans, PM me please.

  3. #3
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Stuff like that is just a generic searching function. If you want something better you get creative and make something specific for the situation.

  4. #4
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the help, I got the problem fixed by using my own function.

    I was initially hesitant due to the fact that the function was based on an SRL 3.81 function and could be outdated.

    It works fine now. Thank you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. why is this so slow?
    By drizzt in forum OSR Help
    Replies: 11
    Last Post: 02-21-2008, 12:01 AM
  2. What happened to FindObjMultiText?
    By Kik in forum News and General
    Replies: 3
    Last Post: 08-25-2007, 08:01 PM
  3. Why is this so slow?
    By Jason2gs in forum OSR Help
    Replies: 4
    Last Post: 03-03-2007, 06:40 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
  •