Stuck at map

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Skepteek2
Noob
Noob
Posts: 9
Joined: 17 Mar 2013, 06:29
Noob?: Yes

Stuck at map

#1 Post by Skepteek2 »

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
}
}
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Stuck at map

#2 Post by Raider »

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/
Which one doesn't work?
Try this:

Code: Select all

console /Cannot calculate a route from yuno_fild06%/
Skepteek2
Noob
Noob
Posts: 9
Joined: 17 Mar 2013, 06:29
Noob?: Yes

Re: Stuck at map

#3 Post by Skepteek2 »

i have both bot still stucking
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Stuck at map

#4 Post by Raider »

Skepteek2 wrote:i have both bot still stucking
Tele is a console command: http://www.openkore.com/index.php/Tele
You have:

Code: Select all

do tele 1
What's the purpose of the 1 you use behind tele?
Skepteek2
Noob
Noob
Posts: 9
Joined: 17 Mar 2013, 06:29
Noob?: Yes

Re: Stuck at map

#5 Post by Skepteek2 »

because i use tele 1 in console for tleport in location and tele 2 for teleport to saved location
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Stuck at map

#6 Post by Raider »

Skepteek2 wrote:because i use tele 1 in console for tleport in location and tele 2 for teleport to saved location
Yes but is your tele 1 and tele 2 the name of a macro?
Skepteek2
Noob
Noob
Posts: 9
Joined: 17 Mar 2013, 06:29
Noob?: Yes

Re: Stuck at map

#7 Post by Skepteek2 »

hm, i guess stuck is the name of the macros
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Stuck at map

#8 Post by Raider »

Skepteek2 wrote:hm, i guess stuck is the name of the macros
Try:

Code: Select all

do tele
Please check this one: http://www.openkore.com/index.php/TeleportAuto_useSkill
Skepteek2
Noob
Noob
Posts: 9
Joined: 17 Mar 2013, 06:29
Noob?: Yes

Re: Stuck at map

#9 Post by Skepteek2 »

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
Skepteek2
Noob
Noob
Posts: 9
Joined: 17 Mar 2013, 06:29
Noob?: Yes

Re: Stuck at map

#10 Post by Skepteek2 »

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
}
}