(04-02-2017, 06:33 PM)lahercio Wrote: How do I pull stone skin amulet and might ring with full life
put these two macros - Here u can see HOW on video
[macro]150 {stone} !STONESKIN!==1 Self.Inventory.Amulet()<>3081 Tibia.SendKey(117) [/macro]
[macro]150 {might} !MIGHT!==1 Self.Inventory.Ring()<>3048 Tibia.SendKey(118) [/macro]
![[Image: mYvgbE3.png]](http://i.imgur.com/mYvgbE3.png)
Then Put Stone Skin amulet on F6 and Might ring on F7 (works much better with Tibia.SendKey than Equip Item) - u can also change Hotkeys
Add these to variables to easy switch 1 ON, 0 OFF
Code:
MIGHT=1
STONESKIN=1
![[Image: AiyqsdT.png]](http://i.imgur.com/AiyqsdT.png)