Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Nov 2016
    Posts
    21
    Reputation
    10
    Rep Power
    0

    Go to label when sd runes low

    if itemcount('sudden death rune') <= 200 then
    gotolabel(0, "Supply")
    else
    gotolabel(0, "Hunt")
    end


    What is wrong with this?

    When my sd rune is lower than 200, the bot ignores Supply and just goes back to hunt?
    Last edited by hellvor; 08-18-2018 at 09:02 AM.

  2. #2
    Free User
    Join Date
    Nov 2016
    Posts
    21
    Reputation
    10
    Rep Power
    0
    nvm, im new to lua haha, got it to work

    if itemcount('sudden death rune') <= 200 then
    gotolabel("Supply")
    else
    gotolabel("Hunt")
    end

 

 

Posting Permissions

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