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 :
![[Image: 0puy.png]](http://img809.imageshack.us/img809/4756/0puy.png)
Secondly we have to make a wpt like depositer and at the end of wpts add macro wich name's Stop
Screen:
![[Image: txf.png]](http://img16.imageshack.us/img16/3004/txf.png)
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:
![[Image: kcra.png]](http://img22.imageshack.us/img22/1200/kcra.png)
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 :
![[Image: 0puy.png]](http://img809.imageshack.us/img809/4756/0puy.png)
Secondly we have to make a wpt like depositer and at the end of wpts add macro wich name's Stop
Screen:
![[Image: txf.png]](http://img16.imageshack.us/img16/3004/txf.png)
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:
![[Image: kcra.png]](http://img22.imageshack.us/img22/1200/kcra.png)
Sry for my bad english ;D
Enjoy!