Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Aug 2016
    Posts
    7
    Reputation
    10
    Rep Power
    0

    enchant helmet and amulet

    hello i need help with a script to enchant helmet of the ancients and werewolf amulet when they need to recharge.
    Thanks in advance

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by kbriao View Post
    hello i need help with a script to enchant helmet of the ancients and werewolf amulet when they need to recharge.
    Thanks in advance
    Wrong area. Next time use Lua scripts > Requests

    auto(1000)

    HelmetAncients = 9999 ---id helmet less small ruby
    WerewolfAmulet = 9998 ------id amulet less moonlight crystals

    if not $pzone then
    if itemcount(HelmetAncients) > 0 and itemname(HelmetAncients) then
    useitemon('Small Ruby', itemname(HelmetAncients))
    end
    if itemcount(WerewolfAmulet) > 0 and itemname(WerewolfAmulet) then
    useitemon('Moonlight Crystals', itemname(WerewolfAmulet))
    end
    end



    Not sure whether it will work. I'm out traveling and my home computer that is running the bot Excuse me.

  3. #3
    Free User
    Join Date
    Aug 2016
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Cisco View Post
    Wrong area. Next time use Lua scripts > Requests

    auto(1000)

    HelmetAncients = 9999 ---id helmet less small ruby
    WerewolfAmulet = 9998 ------id amulet less moonlight crystals

    if not $pzone then
    if itemcount(HelmetAncients) > 0 and itemname(HelmetAncients) then
    useitemon('Small Ruby', itemname(HelmetAncients))
    end
    if itemcount(WerewolfAmulet) > 0 and itemname(WerewolfAmulet) then
    useitemon('Moonlight Crystals', itemname(WerewolfAmulet))
    end
    end



    Not sure whether it will work. I'm out traveling and my home computer that is running the bot Excuse me.
    ok sorry didnt really know where to post it, thank you for the answer will test later to see how it works

 

 

Posting Permissions

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