XenoBot Forums - Powered by vBulletin

User Tag List

Page 5 of 10 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 99

Thread: Suggestions List

  1. #41
    fabbelito's Avatar
    Join Date
    Jan 2012
    Location
    Sweden
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would like to see a "pause" button for the bot in game. So you with just a keystroke can take fully control over the client.

    Correct me if there is already such a feature, or if the suggestion already has been mentioned.

  2. #42

    Join Date
    Jan 2012
    Posts
    89
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the button 'pause' on your keyboard, pauses the bots looter/walker/targeter

    Quote Originally Posted by fabbelito View Post
    I would like to see a "pause" button for the bot in game. So you with just a keystroke can take fully control over the client.

    Correct me if there is already such a feature, or if the suggestion already has been mentioned.

  3. #43
    Senior Member danonix's Avatar
    Join Date
    Dec 2011
    Location
    Poland
    Posts
    469
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Exp-counter ( how many experience gained during x time )
    Hala Madrid


  4. #44
    fabbelito's Avatar
    Join Date
    Jan 2012
    Location
    Sweden
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by rustas View Post
    the button 'pause' on your keyboard, pauses the bots looter/walker/targeter
    Now i feel stupid. ^^ Thank you

  5. #45

    Join Date
    Mar 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    waiting for changes

  6. #46
    Administrator
    Join Date
    Dec 2010
    Posts
    2,565
    Mentioned
    228 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by danonix View Post
    Exp-counter ( how many experience gained during x time )
    Code:
    local timeToDisplayMessage = 300 --In seconds
    local expAtStart = Self.Experience()
    local timeAtStart = os.clock()
    local t1 = os.clock()
    
    while true do
    	if os.difftime(t1, os.clock()) > timeToDisplayMessage then
    		displayInformationMessage("Gained "..Self.Experience() - expAtStart.." experience in "..os.clock() - timeAtStart.." seconds.")
    		t1 = os.clock()
    	end
    	sleep(50)
    end

  7. #47

    Join Date
    Dec 2011
    Posts
    142
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know if this was proposed before, but make creating waypoints more easier. Add something like a window which Neobot had, in my opinion it was much easier that way, than it is now.

  8. #48

    Join Date
    Apr 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe water elementals fishing

  9. #49
    Nervasse's Avatar
    Join Date
    Feb 2012
    Location
    Canada, quebec
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update?

  10. #50

    Join Date
    Dec 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking good with the suggestions. How about an option to randomize the manarefiller.. like in hp and healings.

    @Spectrus how is that script supposed to work?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •