User Tools

Site Tools


samples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

samples [2012/09/05 18:17]
dexter
samples [2021/11/15 16:43]
Line 1: Line 1:
-====== Samples ====== 
  
-This session will take a few examples of practical and easy **macros**. 
-  
-__**Legend:**__ 
-  * **0** == //auto-execut Off// 
-  * **>0** == //auto-execute On// 
- 
-=== Auto Mount === 
- 
-//3000 {Auto Mount} Status.InPZ()==0 Self.Mount()==0 Self.ToggleMount()// 
- 
-=== Utura with conditions=== 
- 
-//3000 {Utura} Self.Health%()<=VALUE Self.Mana()>=VALUE Status.Buff()==0 Self.Say(Utura)// 
- 
-=== Equip Sword Ring === 
- 
-//3000 {Equip Sword Ring} Self.Attacking() Self.Inventory.Ring()==0 Self.Equip.Ring(3091)// 
- 
-=== Open Door Without Key === 
- 
-//0 {Open Door Without Key} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(ID_DOOR, !X!, !Y!, !Z!, 2)// 
- 
-=== Open Door With key === 
- 
-//0 {Open Door Without Key} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.UseOn(ID_KEY, ID_DOOR, !X!, !Y!, !Z!, 2)// 
samples.txt ยท Last modified: 2021/11/15 16:43 (external edit)