Guys, i just want to know if there is a config that will help our bot escape prt_maze01, because there is so many false warper in new iris?
hope someone can help,, thx.
PROTERA MAZE
Moderators: waferbaron, Moderators
Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
-
- Noob
- Posts: 10
- Joined: 09 Apr 2012, 12:50
- Noob?: Yes
Re: PROTERA MAZE
you can try editing the portals.txt, but i think that will be awhile since prt_maze01 have too many portal.
but there's a couple easier way. you can use macro
automacro autopot_Bwing {
location prt_maze01
NotInTown 1
call autopot_BW
timeout 30
}
macro autopot_BW {
do is @inventory(Butterfly Wing)
}
this works fine if you simply need to escape from prt_maze01. just make sure you always have a bwing. if you need to get to prt_maze02 then its a completely different thing
you most likely need to edit portals.txt, or make a more complicated macro.
but there's a couple easier way. you can use macro

automacro autopot_Bwing {
location prt_maze01
NotInTown 1
call autopot_BW
timeout 30
}
macro autopot_BW {
do is @inventory(Butterfly Wing)
}
this works fine if you simply need to escape from prt_maze01. just make sure you always have a bwing. if you need to get to prt_maze02 then its a completely different thing
