XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: Self.Experience()

  1. #1
    Banned
    Join Date
    Aug 2011
    Location
    Sweden
    Posts
    106
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Self.Experience()

    I was making this profit / loot showing script.. But i don't really want to start the timer on it before the actual hunt.
    So Self.Experience() would be an awesome way of getting this to work and i assume it might be used for a lot of other things aswell.

    Code:
    local exp = Self.Experience()
    
    while(1) do
    	if(Self.Experience() > exp) then
    		startScript()
    	end
    end
    Just something like that. Thanks for me

  2. #2
    Lifetime Subscriber Hendy's Avatar
    Join Date
    Jan 2012
    Location
    Northern Ireland
    Posts
    1,593
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    @Milice I don't really understand what you mean here, but if your talking about the lost minutes of botting because of it resupplying etc then you shouldn't worry about it because the profit script would still be pretty accurate and I think more people aren't concerned about having a script that started the timer at the start of the spawn.

    But if you really wanted it you could use Modules and start/stop them at certain labels.

  3. #3
    Banned
    Join Date
    Aug 2011
    Location
    Sweden
    Posts
    106
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Hendy View Post
    @Milice I don't really understand what you mean here, but if your talking about the lost minutes of botting because of it resupplying etc then you shouldn't worry about it because the profit script would still be pretty accurate and I think more people aren't concerned about having a script that started the timer at the start of the spawn.

    But if you really wanted it you could use Modules and start/stop them at certain labels.
    Well, the thing i was thinking of isn't really involving any botting at all, just a neat HUD and hunting timer. Which starts when the first monster is slain.

Posting Permissions

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