Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Aug 2015
    Location
    Sweden
    Posts
    70
    Reputation
    17
    Rep Power
    18

    [ACTION] Put supplies to supplyBP

    Hello! Could anyone help me with an action that puts all my normal mana potions and ultimate health potions from my mainbp to the supplybp? I'd really appreciate!

  2. #2
    Free User FaNtA's Avatar
    Join Date
    Feb 2014
    Location
    Sweden
    Posts
    365
    Reputation
    45
    Rep Power
    21

    -- Move Supplys Mana
    if itemcount('mana potion', getlootingdestination('mainbp')) > 0 then
    moveitems('mana potion', getlootingdestination('SupplieBP'), 100)
    end

  3. #3
    Free User
    Join Date
    Aug 2015
    Location
    Sweden
    Posts
    70
    Reputation
    17
    Rep Power
    18
    Quote Originally Posted by FaNtA View Post

    -- Move Supplys Mana
    if itemcount('mana potion', getlootingdestination('mainbp')) > 0 then
    moveitems('mana potion', getlootingdestination('SupplieBP'), 100)
    end
    Thanks alot!

 

 

Posting Permissions

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