10-25-2014, 02:25 PM
Macro
Put in variables
(Set your main weapon id!)
To check ItemID click at tibia window ALT + F8 and look at those items.
PHP Code:
Creatures.ByName(Ghost)==1 [jump]
Self.Equip.LeftHand(WEAPON ID)
Exit()
Creatures.ByName(Ghost)==0
{jump}
Macro.Wait(500)
Self.Equip.LeftHand(!weapon!)
Exit()
Put in variables
PHP Code:
weapon=
To check ItemID click at tibia window ALT + F8 and look at those items.