Signup Now
Results 1 to 5 of 5
  1. #1
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25

    Auto Gems Enchanter


    1 - Create a Script in (scripts > persistent) with below code.
    2 - Buy enough supplies to enchant gems (manas and gems).
    3 - Customize the enchanter (manas to use and gems to enchant).
    4 - Stay on SOUTH position of the shrines
    5 - Enable.



     auto(1, 2)

    -- Gem name to use on shrine:
    local gemName = "small emerald"

    -- Mana name to count:
    local manaName = "great mana potion"

    -- Minimum amount of soul to stop:
    local minSoul = 1

    if ((itemcount(gemName, 'all') >= 1) and (itemcount(manaName, 'all') >= 1) and ($soul > minSoul) and ($mppc >= 5))
    then
    useitemon(gemName, 0, ground($posx, $posy-1, $posz))
    wait(500,600)
    end


    Make sure that you have gems, and potions in your hotkey.

    Regards
    Borges.
    Helped you? REP+

  2. #2
    Free User leandrocore's Avatar
    Join Date
    Dec 2013
    Location
    Lucksstore.com
    Posts
    261
    Reputation
    41
    Rep Power
    21
    simple and practical good job

  3. #3
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by leandrocore View Post
    simple and practical good job

    Thanks for feedback
    Helped you? REP+

  4. #4
    Free User
    Join Date
    Dec 2013
    Posts
    260
    Reputation
    26
    Rep Power
    21
    doesnt work, anyone who can updated this or post a script that works?

  5. #5
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by curry View Post
    doesnt work, anyone who can updated this or post a script that works?
    This works, check names and let the gems and potions visible

 

 

Posting Permissions

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