This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| samples [2012/09/01 22:44] dexter created | samples [2021/11/15 16:43] (current) | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| This session will take a few examples of practical and easy **macros**. | This session will take a few examples of practical and easy **macros**. | ||
| + | __**Legend: | ||
| + | * **0** == // | ||
| + | * **>0** == // | ||
| - | === Auto Mount === | + | ===== Check the ID ===== | 
| - | //3000 {Auto Mount} Status.InPZ()==0 Self.Mount()==0 Self.ToggleMount()// | + | - Press **ALT+F8** on your keyboard | 
| + | - Use the item (Look) | ||
| + | - The ID will appear on the top left of your screen, as shown in the image below: | ||
| + | {{:id.jpg?|}} | ||
| - | === Utura with conditions=== | + | ===== Examples ===== | 
| - | //3000 {Utura} Self.Health%()< | + | ==== Auto Mount ==== | 
| - | === Equip Sword Ring === | + | < | 
| - | //3000 {Equip Sword Ring} Self.Attacking() Self.Inventory.Ring()==0 Self.Equip.Ring(3091)// | + | ==== Equip/Unequip ring with x monsters ==== | 
| + | |||
| + | < | ||
| + | |||
| + | ==== Utura with conditions ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Equip Sword Ring ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Open Door Without Key ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Open Door With key ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Destroy Furniture ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Change Soft to BoH and Vice Versa ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Auto Area Attack ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Auto Drop Empty Flask ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Auto Gather Potion from Ground with Cap ==== | ||
| + | |||
| + | == Variables == | ||
| + | < | ||
| + | PotionCap=YYYY | ||
| + | MinCap=ZZZ</ | ||
| + | == Macros == | ||
| + | < | ||