Results 1 to 3 of 3

Thread: I need help completing this script :/

  1. #1
    Join Date
    May 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default -to delete-

    -to delete-
    Last edited by gmpaul; 03-25-2013 at 05:07 PM. Reason: -to delete-

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

    Default

    What do you want it to do.. Also use simba tags
    Code:
    simba][/simba]

  3. #3
    Join Date
    Mar 2013
    Posts
    224
    Mentioned
    1 Post(s)
    Quoted
    127 Post(s)

    Default

    This is from my AIO fighting script.

    Simba Code:
    FeatherColor = 13882329;             // Color of feathers



    Simba Code:
    //Collect Feathers
    if (FindColor(X, Y, 65280, 220, 110, 330, 220)) = false then
              if P07_FindObjCustom(x, y, ['Feather'], [FeatherColor], 5) then
              begin
                wait (randomrange(100, 200));
                ClickMouse2(mouse_right);
                wait(randomrange(300, 500));
                P07_ChooseOptionMulti(['Feather']);
              end;


    You wont want it to detect take because then everything in the loot is available.

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
  •