map problems and cant return to map after dieing/selling

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

collapser
Noob
Noob
Posts: 2
Joined: 23 Jun 2012, 19:56
Noob?: Yes

map problems and cant return to map after dieing/selling

#1 Post by collapser »

ive read alot of forum posts and faqs and i cant figure out how to get my chrs to go back to a hunting spot after they die/sell stuff it just sits forever afterwords when i die or sell stuff the codeing im useing is



autoMoveOnDeath 1
autoMoveOnDeath_x
autoMoveOnDeath_y
autoMoveOnDeath_map pay fild08

lockMap
lockMap_x
lockMap_y
lockMap_randX
lockMap_randY

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

teleportAuto_hp 10
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 0
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 500
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 3
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_notPlayers
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


sellAuto 1
sellAuto_npc payon 159 96
sellAuto_npc_steps
sellAuto_standpoint
sellAuto_distance 5
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: map problems and cant return to map after dieing/selling

#2 Post by SkylorD »

sitAuto_idle must be 0.

lockMap must also be set.
Learn rules
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: map problems and cant return to map after dieing/selling

#3 Post by EternalHarvest »

SkylorD wrote:sitAuto_idle must be 0
Why?
SkylorD wrote:lockMap must also be set.
This should be enough.