Signup Now
Results 1 to 4 of 4
  1. #1
    Free User Toni's Avatar
    Join Date
    Jan 2014
    Location
    in a hotbox
    Posts
    68
    Reputation
    11
    Rep Power
    21

    Stone skinn amulet

    I need hotkey for put stone skinn amulet in war / might ring
    Tibia-Dealer.com Script Tester
    GANJA LOVER

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,820
    Reputation
    220
    Rep Power
    27


    local mainbpname = ('backpack name')



    if $neck.id == 0

    then

    equipitem('stone skin amulet', 'neck')

    else

    unequipitem('neck', mainbpname)

    end



    It'll equip SSA if You press (x) key in hotkeys. Just paste it there.

  3. #3
    Free User Toni's Avatar
    Join Date
    Jan 2014
    Location
    in a hotbox
    Posts
    68
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by mistgun View Post


    local mainbpname = ('backpack name')



    if $neck.id == 0

    then

    equipitem('stone skin amulet', 'neck')

    else

    unequipitem('neck', mainbpname)

    end



    It'll equip SSA if You press (x) key in hotkeys. Just paste it there.
    There is no hotkey for put it automatic and always ?
    Tibia-Dealer.com Script Tester
    GANJA LOVER

  4. #4
    Banned
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    242
    Reputation
    14
    Rep Power
    0
    auto(200)
    equipitem('prismatic necklace', 'neck')
    wait(300, 500)


    auto(200)
    equipitem('might ring', 'finger')
    wait(300, 500)

 

 

Posting Permissions

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