Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Jan 2015
    Posts
    11
    Reputation
    10
    Rep Power
    0

    Equip AOL and use mana potions from corpses Request

    Hi, can you help me with this 2 things?

    I need equip aol if a player attacks me.. (having another equipped)

    the other request is use mana potions of corpses

    THANKS!

  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Awenao View Post
    Hi, can you help me with this 2 things?

    I need equip aol if a player attacks me.. (having another equipped)

    the other request is use mana potions of corpses

    THANKS!
    auto(1000)
    if $pattacker.id ~= 0 then
    print($pattacker.name .. ' is attacking you!')
    wait(234,456)
    equipitem('amulet of loss','neck')
    end


    To use mana potions from corpses, change in looting tab > mana potion > action 'loot' to 'use'
    or with this action:
    setsetting('Looting/LootList/mana potion/Action', 'Use', 'LootList')
    Helped you? REP+

 

 

Posting Permissions

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