Page 3 of 3 FirstFirst 123
Results 51 to 61 of 61

Thread: Trav's Al Kharid Smither

  1. #51
    Join Date
    May 2006
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice! Running now, it's about 10% faster in bars per hour, much "nicer" (more human) walking too. Pity it's only possible to do with reflection

  2. #52
    Join Date
    Jun 2008
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by any_one View Post
    Nice! Running now, it's about 10% faster in bars per hour, much "nicer" (more human) walking too. Pity it's only possible to do with reflection
    no, its not only possible with reflection. its just a lot easier with reflection. i am sure i could have done something different with the color walking, but im just busy right now and reflection was a lot easier.

  3. #53
    Join Date
    May 2006
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have overtaken you on SMS for time running this script I made some modifications to increase the speed/reliability - basically just whenever there was a
    Simba Code:
    wait(1000+random(x)); // or similar
    I replaced it with
    Simba Code:
    repeat
      wait(100);
    until (condition or timeout)
    where timeout was a much longer time like 10 seconds.
    Now gets 450 bars per hour. I did that because it was occasionally failing on banking if it took too long for the ores to appear in your inventory, so it withdrew twice the amount of ores and got stuck.

    Also, when you are carrying more than 15kg, it is more efficient to walk and run when your energy eventually recovers than to rest every time it gets low. So I removed that also and only made it set run if your energy was around 60-89.

    Progress report of iron bars:
    Progress Report:
    *---------------------------------------------*
    *Time Runing: 11h 58m 24s                     *
    *Bars Made: 8649                              *
    *Bars Per Hour: 722                           *
    *Loads: 387                                   *
    *Exp Gained: 108112                           *
    *Exp Per Hour: 9029                           *
    *---------------------------------------------*
    Last edited by any_one; 12-05-2010 at 10:45 AM.

  4. #54
    Join Date
    Nov 2008
    Location
    Canada
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Just one bug I've found, when you level up (in my case it only did one bronze bar) it goes to the bank without finishing your bag.
    I run in triangles because circles are for squares.

  5. #55
    Join Date
    Jun 2008
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by botsrs View Post
    Just one bug I've found, when you level up (in my case it only did one bronze bar) it goes to the bank without finishing your bag.
    thats not a bug, I have it set up to do that. i really need to fix it though.

  6. #56
    Join Date
    Feb 2009
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ***********************************************
    *********Traveler's Al Kharid Smither**********
    ***********************************************
    *Total Time Runing: 04h 07m 32s *
    ***********************************************
    *Progress Report For: .......................*
    *---------------------------------------------*
    *Time Runing: 04h 07m 08s *
    *Bars Made: 1650 *
    *Bars Per Hour: 401 *
    *Loads: 185 *
    *Exp Gained: 28875 *
    *Exp Per Hour: 7010 *
    *---------------------------------------------*
    Making Steel bars*


    Only problem I encountered was with the Drill Sargent, Script thought It failed it when it actually complete'd it

  7. #57
    Join Date
    Jun 2008
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #58
    Join Date
    Nov 2008
    Location
    Canada
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    It makes one bag of steel bars, then stops. I've tried it 5 times and it just keeps doing that, no exceptions, it just goes to next player.. I have it set to make 5000 bars, then stop. It makes 9.
    I run in triangles because circles are for squares.

  9. #59
    Join Date
    Jun 2008
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    make sure all your graphics settings are right, its thinking that your player is logged out after the first load.

  10. #60
    Join Date
    Nov 2010
    Location
    West Philadelphia, born and raised
    Posts
    522
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    After making the changes suggested by any_one, I got it to run for 7 hours and 30 minutes before stopping it manually.

    Progress Report:
    ***********************************************
    *********Traveler's Al Kharid Smither**********
    ***********************************************
    *Total Time Runing: 07h 30m 20s               *
    ***********************************************
    *Progress Report For: ************            *
    *---------------------------------------------*
    *Time Runing: 07h 30m 06s                     *
    *Bars Made: 3201                              *
    *Bars Per Hour: 427                           *
    *Loads: 356                                   *
    *Exp Gained: 56018                            *
    *Exp Per Hour: 7467                           *
    *---------------------------------------------*
    Long ago, the '90s Nicktoons lived together in harmony. Then, everything changed when the century turned. Only Avatar, the best of the 2000's Nicktoons, could save them. But when the channel needed it most, the show finished. Four years passed and Mike and Bryan created the new Avatar: Legend of Korra. And although the show itself is great, it has a long way to go before it can live up to The Last Airbender. But I believe Korra can save Nickelodeon.

  11. #61
    Join Date
    Jan 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default issue making steel

    Im attempting to make steel bars. However it is with drawing full bags of iron instead of specific numbers. Just wanted to share.

Page 3 of 3 FirstFirst 123

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
  •