Page 7 of 7 FirstFirst ... 567
Results 151 to 157 of 157

Thread: [SRL] Rev#7 Shoot 'em up Ranger

  1. #151
    Join Date
    Dec 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It works fine for me. I edited it to range ogres at king lathas camp. I even learned a little scipting to make it right click and attack all the time. Thanks.(would post proggress report...) I had it run for 8 hours easy.

  2. #152
    Join Date
    Jun 2007
    Posts
    81
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i got this script working and it Has Trouble picking up the arrows after killing it doesnt click them just hovers above them :O

    thanks !

  3. #153
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    hmmm thats strange for the arrow picking. are you using smart?
    METAL HEAD FOR LIFE!!!

  4. #154
    Join Date
    May 2009
    Location
    norCAL
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey i get this error i know i improbably doing something wrong when compiling because every one els have gotten it to work can any one help ?
    Code:
    Line 239: [Error] (18558:1): Unknown identifier 'FTWait' in script C:\DOCUME~1\vvashed\LOCALS~1\Temp\Shoot 'em up Ranger [Pub]v1.4

  5. #155
    Join Date
    Aug 2007
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by vvashed View Post
    hey i get this error i know i improbably doing something wrong when compiling because every one els have gotten it to work can any one help ?
    Code:
    Line 239: [Error] (18558:1): Unknown identifier 'FTWait' in script C:\DOCUME~1\vvashed\LOCALS~1\Temp\Shoot 'em up Ranger [Pub]v1.4

    i urged you to looko at the date of the last post =/. try not to grave dig >O< lol

  6. #156
    Join Date
    May 2009
    Location
    norCAL
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol thanks for saying it nicely lol still new hahah i will remember to do so next time : )

  7. #157
    Join Date
    May 2007
    Location
    Fremont, California
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL you can still fix it just add this to any part of the script to fix the FT wait
    Code:
    procedure FTWait(T: Integer);
    begin
      FindNonInventoryRandoms;
      Wait(T * 200 + Random(50 * T));
      FindNonInventoryRandoms;
    end;
    Last edited by DeceptionZD; 06-10-2009 at 06:33 AM.

Page 7 of 7 FirstFirst ... 567

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 10-12-2007, 10:07 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
  •