Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions control/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ friendlyAID
showTime
showTimeDomains
showTimeDomainsFormat
# Wx map text and portal overlay thresholds
wx_map_maxAutoSize 300
wx_map_monsterSticking 1
wx_map_npcSticking 1
Expand Down Expand Up @@ -413,6 +414,7 @@ noAutoSkill 0
portalCompile 1
portalRecord 2
portalRecord_recompileAfter 1
portalUpdatePosition 1
missDamage 0

tankersList
Expand Down Expand Up @@ -861,6 +863,10 @@ avoidObstaclesDefaultPortals {
# inLockOnly 0
# notWhileSitting 0
# notWhileCasting 0
# notWhileBeingCasted
# whileBeingCasted
# whenNoNearPartyMemberCasting
# whenNearPartyMemberCasting
# whileCasting 0
# notInTown 0
# inTown 0
Expand Down Expand Up @@ -921,6 +927,8 @@ avoidObstaclesDefaultPortals {
# target_whenStatusActive
# target_whenStatusInactive
# target_notWhileSitting 0
# target_notWhileBeingCasted
# target_whileBeingCasted
# target_hp
# target_deltaHp
# target_isJob
Expand All @@ -947,6 +955,8 @@ avoidObstaclesDefaultPortals {
# target_totalMisses
# target_whenStatusActive
# target_whenStatusInactive
# target_notWhileBeingCasted
# target_whileBeingCasted
# target_whenGround
# target_whenNotGround
# target_dist
Expand Down
4 changes: 3 additions & 1 deletion control/priority.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
# Example (remove the comment character to activate them):
#Hydra
#Obeaune
#all
#all

all
6 changes: 6 additions & 0 deletions control/routeweights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ WARPTOSAVEMAP 200
# Use airship
AIRSHIP 200

# Additional route cost added for each 1 zeny actually spent while routing.
ZENY 0.1

# Additional route cost added for each travel ticket consumed while routing.
TICKET 100

# Maps where you can exit to the same place you came from,
# which confuses routing if added to portals thoughtlessly.
bat_room 10000
Expand Down
Loading
Loading