Can someone tell me how to make my script wait 20-30 minutes after running for a hour menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    Dant3x1986's Avatar Corporal
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some help with Blacksack script?

    Can someone tell me how to make my script wait 20-30 minutes after running for a hour
  2. #17
    Badboy45's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  3. #18
    feared4life's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    God just edit the file and post on mediafire for us noobs to download this is way complicated for me. You post good solutions but i'm clueless where to post it. You said at the top did that but second line i'm not sure badboy.
    Last edited by feared4life; 08-14-2012 at 03:15 PM.

  4. #19
    feared4life's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Badboy45 I got it to work. Now I bot all day. Going to watch The dark knight thanks for helping

  5. #20
    Holla213's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats 36000000 value? Is it milliseconds?

  6. #21
    Badboy45's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Holla213 View Post
    Whats 36000000 value? Is it milliseconds?
    yes, for ex 1m = 60 000ms

  7. #22
    Holla213's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so 36000000ms is equivalent to 10 hours lol. There's an extra 0 on the script.

    It should be

    3600000 - 1 hour
    1800000 - 30 minutes.

  8. #23
    raakall's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So i've used this :
    i cooked something simple for that, in the top on the script put this
    $SleepRun = 100
    then look in the code of the bot where it resumes and put this

    If $run=$SleepRun Then
    $SleepRun= $SleepRun + 100
    Sleep(36000000)
    Endif
    Still getting input limit anyone know what value should i put , so that input limit is never reached?

  9. #24
    v3rtical's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you just post the script for chancey wizard with the sleep timer

  10. #25
    Jalockin's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by feared4life View Post
    Badboy45 I got it to work. Now I bot all day. Going to watch The dark knight thanks for helping
    You are not hitting limit at all ?
    How is the GPH ?

  11. #26
    Jalockin's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PrefectFord View Post
    Add this variable to the beginniing: $starttime = _Timer_Init()

    Add this in the function that start a new game:

    If (_Timer_Diff($starttime) < 3600000 Then
    'start new game
    Else
    Exit
    EndIf

    If it has been less than one hour, it will start a new game, otherwise it should stop.
    Could it be possible, to make it start over after "pausing" for 60min? So it would run again for an hour, then pause for an hour...

  12. #27
    feared4life's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jaylock no im not hitting the input limit. I make about 1.30mill in 9 hours. yea a 1mill less then what i made before. But i don't hit input. Must thank badboy for his fix!!!
    Last edited by feared4life; 08-18-2012 at 08:27 AM.

  13. #28
    feared4life's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will upload it later for you guys. Don't see why chan has not done it yet.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 1
    Last Post: 01-01-2011, 04:59 AM
  2. Can some1 please tell me how to make
    By markons in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 04-17-2008, 06:52 AM
  3. REQUEST- Someone tell me how to Edit models on a mac version!
    By karlov in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 03-07-2007, 05:21 PM
  4. Can someone tell me how to open WoW in windows mode?
    By _alliance_elune_ in forum World of Warcraft General
    Replies: 6
    Last Post: 11-01-2006, 02:18 AM
All times are GMT -5. The time now is 08:42 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search