Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Does not interact with collection (grass, wood, ore)

Initiate Mage
Joined
Feb 22, 2020
Messages
9
Reaction score
0
Does not interact with collection (grass, wood, ore)

When accessing the collection

Interaction shortcut (R key) does not appear at all

Main drop table and sub drop tableI checked all collect tables.

Can you solve this problem?
 
Life is beautiful, after
Joined
Aug 21, 2019
Messages
632
Reaction score
454
Does not interact with collection (grass, wood, ore)

When accessing the collection

Interaction shortcut (R key) does not appear at all

Main drop table and sub drop tableI checked all collect tables.

Can you solve this problem?

Debug.properties (file inside of config of gameserver)

#Disable collections spawn
#Default: false

debug.collections.spawn.disable = false

#Disable loading huge region images (for memory economy while tests)
#Default: false

debug.region.dataload.disable = false

#Enable actions debug
#Default: false

debug.actions.enable = false

Put exactly this config and restart your server and test
 
Upvote 0
Initiate Mage
Joined
Feb 22, 2020
Messages
9
Reaction score
0
debug.properties
# Disable collections spawn
# Default: false
DisableCollectionsSpawn = false
# Disable loading huge region images (for memory economy while tests)
# Default: falseDisableRegionDataLoad = false
# Enable actions debug#
Default: falseEnableActionsDebug = false

region.properties
# Map start sector by X
# Default: -160
map.sector.start.x = -160
# Map start sector by Y
# Default: -88map.sector.start.y = -88
# Map end sector by X
# Default: 112map.sector.end.x = 112
# Map end sector by Y
# Default: 160
map.sector.end.y = 160
map.subsector.x = -3
map.subsector.y = -3
map.sector.size = 12800
know.subsector.size = 3700
see.range = 3700exit.range = 3700



What's the problemI tried setting it to true as well and testing it by setting it to false as well
 
Upvote 0
Life is beautiful, after
Joined
Aug 21, 2019
Messages
632
Reaction score
454
debug.properties
# Disable collections spawn
# Default: false
DisableCollectionsSpawn = false
# Disable loading huge region images (for memory economy while tests)
# Default: falseDisableRegionDataLoad = false
# Enable actions debug#
Default: falseEnableActionsDebug = false

region.properties
# Map start sector by X
# Default: -160
map.sector.start.x = -160
# Map start sector by Y
# Default: -88map.sector.start.y = -88
# Map end sector by X
# Default: 112map.sector.end.x = 112
# Map end sector by Y
# Default: 160
map.sector.end.y = 160
map.subsector.x = -3
map.subsector.y = -3
map.sector.size = 12800
know.subsector.size = 3700
see.range = 3700exit.range = 3700



What's the problemI tried setting it to true as well and testing it by setting it to false as well


Well the config files are fine, how much is your server ? In question of size, like mb, gb..
 
Upvote 0
Back
Top