08-20-2013, 07:42 PM
As a topic , i will show you have to make a simple macro to escape in pz
Let's start!
First of all we have to make two simple macros.
Start - wich is responsible of starting cavebot when player is on the screen.
Stop - this macro is checking if player is in pz and then pasue cavebot.
It should look like this :
Secondly we have to make a wpt like depositer and at the end of wpts add macro wich name's Stop
Screen:
and the last step is using a overlap Protector
1. Change kind to "Player on the screen"
2. Create a name of Protector
3.Active macro buttom and select macro wich name's Start
4.Save all changes and active it
It should look like this:
Sry for my bad english ;D
Enjoy!
Let's start!
First of all we have to make two simple macros.
Start - wich is responsible of starting cavebot when player is on the screen.
Code:
0 {Start} Cavebot.Start()
Code:
0 {Stop} Status.InPZ()==1 Cavebot.Stop()
It should look like this :
Secondly we have to make a wpt like depositer and at the end of wpts add macro wich name's Stop
Screen:
and the last step is using a overlap Protector
1. Change kind to "Player on the screen"
2. Create a name of Protector
3.Active macro buttom and select macro wich name's Start
4.Save all changes and active it
It should look like this:
Sry for my bad english ;D
Enjoy!