Bot stuck at maps i try to make macros to solve that problem,but its seems doesn't work
Any suggestions ?!
automacro stuck {
console /Cannot calculate a route from yuno_fild06/
timeout 5
call {
do tele 1
}
}
automacro stuck2 {
console /Stuck during route./
timeout 5
call {
do tele 1
}
}
Stuck at map
Moderator: Moderators
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Stuck at map
Which one doesn't work?Skepteek2 wrote:Bot stuck at maps i try to make macros to solve that problem,but its seems doesn't work
Any suggestions ?!Code: Select all
console /Cannot calculate a route from yuno_fild06/
Try this:
Code: Select all
console /Cannot calculate a route from yuno_fild06%/
-
- Noob
- Posts: 9
- Joined: 17 Mar 2013, 06:29
- Noob?: Yes
Re: Stuck at map
i have both bot still stucking
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Stuck at map
Tele is a console command: http://www.openkore.com/index.php/TeleSkepteek2 wrote:i have both bot still stucking
You have:
Code: Select all
do tele 1
-
- Noob
- Posts: 9
- Joined: 17 Mar 2013, 06:29
- Noob?: Yes
Re: Stuck at map
because i use tele 1 in console for tleport in location and tele 2 for teleport to saved location
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Stuck at map
Yes but is your tele 1 and tele 2 the name of a macro?Skepteek2 wrote:because i use tele 1 in console for tleport in location and tele 2 for teleport to saved location
-
- Noob
- Posts: 9
- Joined: 17 Mar 2013, 06:29
- Noob?: Yes
Re: Stuck at map
hm, i guess stuck is the name of the macros
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Stuck at map
Try:Skepteek2 wrote:hm, i guess stuck is the name of the macros
Code: Select all
do tele
-
- Noob
- Posts: 9
- Joined: 17 Mar 2013, 06:29
- Noob?: Yes
Re: Stuck at map
i tried doesn't work, bot stuck
teleportAuto_hp < 25
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 6
teleportAuto_minAggressivesInLock 6
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 1000
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 1
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_notPlayers 0
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 0
teleportAuto_lostTarget 0
teleportAuto_dropTarget 0
teleportAuto_dropTargetKS 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_lostHomunculus
teleportAuto_useItemForRespawn
teleportAuto_hp < 25
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 6
teleportAuto_minAggressivesInLock 6
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 1000
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 1
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_notPlayers 0
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 0
teleportAuto_lostTarget 0
teleportAuto_dropTarget 0
teleportAuto_dropTargetKS 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_lostHomunculus
teleportAuto_useItemForRespawn
-
- Noob
- Posts: 9
- Joined: 17 Mar 2013, 06:29
- Noob?: Yes
Re: Stuck at map
here is the macros,when i do reload console doesn't shows any errors,but bot still stuck i don't know what else to do!!!
automacro tele {
console "Stuck at juno_fild06"
timeout 5
call {
do tele
}
}
automacro tele {
console "Stuck at juno_fild06"
timeout 5
call {
do tele
}
}