Dunko ITEM TRANSFORMER COOORDS

Im trying to change coords for weed field and others illegal jobs and coords are updated in FTP but in-game the collecting points are the same

– define transformers randomly placed on the map
cfg.hidden_transformers = {
[“weed field”] = {
def = {
name=“Weed field”, – menu name
permissions = {“harvest.weed”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=100000,
x=0,y=0,z=0, – pos
radius=5, height=1.5, – area
recipes = {
[“Harvest”] = { – action name
description=“Harvest some drugs.”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“seeds”] = 1
}
}
}
},
positions = {
{2208.0104980469,5577.6987304688,53.739212036133}
}

Edit the positions coords.

“{2208.0104980469,5577.6987304688,53.739212036133}” - those are the default coords, if i change them the collecting point it’s default.
@ChieF-TroN

btw when i delete the ilegal job coords, the collecting field is disabled, but when i use some brand new coords it is enable but in default location

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.