Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    31
    Reputation
    17
    Rep Power
    0

    some persistent if you have x capacity not grip the Twin Hooks

    some persistent if you have x capacity not grip the Twin Hooks

  2. #2
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Add this as a persistent hotkey!


    init start
    local MinCap = 150 -- capacity to not loot the twin hooks
    init end

    auto(1000)
    if $cap < MinCap then
    setsetting('Looting/LootList/twin hooks/Action', 'Drop')
    else
    setsetting('Looting/LootList/twin hooks/Action', 'Loot')
    end


    EDIT: Also post in the correct section next time. Lua Scripts -> Requests. Thread Moved.
    Last edited by StaR; 04-30-2015 at 08:08 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
  •