Signup Now
Results 1 to 5 of 5
  1. #1
    Free User
    Join Date
    May 2014
    Posts
    101
    Reputation
    12
    Rep Power
    20

    Check soft for refill

    Hello. Can't find any simple action since all the actions on this forum is for a SETUP which I DONT USE.

    I tried to make this but don't know if this is working really.
    I worn soft boots goto script section "SOFTREFILL" waypoint "REFILLSOFTBOOTS"

    Code:
    if itemcount(6530) > 1 then 
    gotolabel('REFILLSOFTBOOTS', 'SOFTREFILL') else
    gotolabel('TOSPAWN')
    end

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    properly =
    if itemcount(6530) > 0 then 
    gotolabel('SOFTREFILL', 'REFILLSOFTBOOTS')
    else
    gotolabel('TOSPAWN')
    end
    Last edited by mistgun; 06-24-2014 at 06:44 PM.

  3. #3
    Free User
    Join Date
    May 2014
    Posts
    101
    Reputation
    12
    Rep Power
    20
    Thank you for helping me so much, im slowly learning

  4. #4
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    Quote Originally Posted by Edling View Post
    Thank you for helping me so much, im slowly learning
    np, good that u learning :P

  5. #5
    Free User
    Join Date
    Jun 2015
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Give Soft Refiller script, please

 

 

Posting Permissions

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