Route Teleport with Fly Wings problem

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

class1c
Human
Human
Posts: 34
Joined: 30 Jun 2012, 03:49
Noob?: Yes

Route Teleport with Fly Wings problem

#1 Post by class1c »

Is there a problem with Route Teleporting to lockmap using Fly Wings? I see "attempting to teleport #1..." and it doesn't teleport. My bot is using Fly Wings (teleportAuto_useSkill 0)

I'm using X Kore 2 so every time I'm going to my lock map, I have to manually Fly Wing it near the portal and it'll walk in. But why won't it route teleport on its own?

I'm pretty sure all my code is right, and I used the same one using the Teleport skill and it works. It must be a problem with Fly Wings.

Just to prove, here's my code:

Code: Select all

route_escape_reachedNoPortal 1
route_escape_randomWalk 1
route_escape_shout
route_avoidWalls 1
route_randomWalk 0
route_randomWalk_inTown 0
route_randomWalk_maxRouteTime 75
route_maxWarpFee
route_maxNpcTries 5
route_teleport 1
route_teleport_minDistance 100
route_teleport_maxTries 50
route_teleport_notInMaps
route_step 15

Code: Select all

teleportAuto_hp 0
teleportAuto_sp 0
teleportAuto_idle 1
teleportAuto_portal 0
teleportAuto_search 1
teleportAuto_minAggressives 10
teleportAuto_minAggressivesInLock 10
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 0
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 0
teleportAuto_useSkill 0
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_atkCount
teleportAuto_atkMiss
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
and yes my lockmap is set. like I said it does say "attempting to teleport to lockmap try #1" but then it doesn't and tries walking.