Signup Now
Results 1 to 1 of 1
  1. #1
    Free User
    Join Date
    May 2016
    Posts
    8
    Reputation
    10
    Rep Power
    0

    PLS HELP! Refill ManaPotions xxx low

    PHP Code:
    auto(1000)
    if 
    $wptsection == 'Waypoints' then
        
    if needresupply(getuseroption("manastoleave")) and getsetting('Targeting/Enabled') == 'no' then
            setsetting
    ('Looting/Enabled''no')
            
    onlyiftrapped('yes')
            
    setsetting('Targeting/Enabled''yes'
            if 
    $posz == 12 then
                gotolabel
    ("LeaveDownFloor""Waypoints")
            else
                
    gotolabel("StartLeaving""GoDeposit")
            
    end
        end
    end 
    what is wrong ? dont wanna back when x MP left.

    Orginal script whitc i was edit
    PHP Code:
    auto(1000)
    if 
    $wptsection == 'Waypoints' then
        
    if needresupply(getuseroption("captoleave")) and getsetting('Targeting/Enabled') == 'no' then
            setsetting
    ('Looting/Enabled''no')
            
    onlyiftrapped('yes')
            
    setsetting('Targeting/Enabled''yes'
            if 
    $posz == 12 then
                gotolabel
    ("LeaveDownFloor""Waypoints")
            else
                
    gotolabel("StartLeaving""GoDeposit")
            
    end
        end
    end 
    Last edited by nivix; 06-01-2016 at 05:16 PM.

 

 

Posting Permissions

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