Skip to content

Commit

Permalink
Update config.lua.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
MillhioreBT committed Apr 29, 2024
1 parent ec96056 commit 943e542
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config.lua.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
-- OTC Features
-- NOTE: Features added in this list will be forced to be used on the client
-- These features can be found in "modules/gamelib/const.lua"
OTCFeatures = {
9, -- GameSkillsBase
12, -- GamePlayerMounts
29, -- GameDoubleSkills
53, -- GameBaseSkillU16
76 -- GameAdditionalSkills
}

-- Protocol things
-- NOTE: The maximum number of outfits only applies to cip client, OTC will use 255
maxProtocolOutfits = 50

-- Account Manager
accountManager = true

-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
Expand Down Expand Up @@ -55,6 +73,18 @@ onlyInvitedCanMoveHouseItems = true
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Scheduler Task Intervals
MOVE_CREATURE_INTERVAL = 250
RANGE_MOVE_CREATURE_INTERVAL = 250
RANGE_MOVE_ITEM_INTERVAL = 250
RANGE_USE_ITEM_INTERVAL = 250
RANGE_USE_ITEM_EX_INTERVAL = 250
RANGE_USE_WITH_CREATURE_INTERVAL = 250
RANGE_ROTATE_ITEM_INTERVAL = 250
-- RANGE_BROWSE_FIELD_INTERVAL = 250
-- RANGE_WRAP_ITEM_INTERVAL = 250
-- RANGE_REQUEST_TRADE_INTERVAL = 250

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "forgotten"
Expand Down

0 comments on commit 943e542

Please sign in to comment.