Lineage 2 Tower Forum

Full Version: SCONFIG options
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Some can help me with all SCONFIG options like SCONFIG.targeting.range, etc.

i need set off Video Movies Disabled with SCONFIG, but idk how.

i try to rec that but dont work.

regards.
(07-30-2015 08:59 AM)joselocb Wrote: [ -> ]Hello,

Some can help me with all SCONFIG options like SCONFIG.targeting.range, etc.

i need set off Video Movies Disabled with SCONFIG, but idk how.

i try to rec that but dont work.

regards.

Code:
SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_RANGE_FROM_CHAR;

SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_INSIDE_POLYGON;

SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_PATH_POINT;

SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_OFF;

SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_RANGE_FROM_POINT;
SCONFIG.targeting.rangeType = L2TConfig.ETargetingRangeType.TRT_SQUERE;
SCONFIG.targeting.rangeType = L2TConfig.ETargetingRangeType.TRT_CIRCLE;
SCONFIG.targeting.dontTargetSpoiled = true;
SCONFIG.targeting.centerPoint.X = 147129;
SCONFIG.targeting.centerPoint.Y = 27615;
SCONFIG.targeting.centerPoint.Z = -2273;
SCONFIG.targeting.noMonstersReturnToCenter = true;
SCONFIG.targeting.range = 900;
SCONFIG.targeting.z_range = 200;

SCONFIG.pickup.userPickup.mode = L2TConfig.EPickupMode.PICKUP_BEFORE;
SCONFIG.pickup.userPickup.mode = L2TConfig.EPickupMode.PICKUP_AFTER;
SCONFIG.pickup.userPickup.mode = L2TConfig.EPickupMode.PICKUP_OFFLINE;
(07-30-2015 09:15 AM)aiwaras84 Wrote: [ -> ]
(07-30-2015 08:59 AM)joselocb Wrote: [ -> ]Hello,

Some can help me with all SCONFIG options like SCONFIG.targeting.range, etc.

i need set off Video Movies Disabled with SCONFIG, but idk how.

i try to rec that but dont work.

regards.

Code:
SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_RANGE_FROM_CHAR;

SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_INSIDE_POLYGON;

SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_PATH_POINT;

SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_OFF;

SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_RANGE_FROM_POINT;
SCONFIG.targeting.rangeType = L2TConfig.ETargetingRangeType.TRT_SQUERE;
SCONFIG.targeting.rangeType = L2TConfig.ETargetingRangeType.TRT_CIRCLE;
SCONFIG.targeting.dontTargetSpoiled = true;
SCONFIG.targeting.centerPoint.X = 147129;
SCONFIG.targeting.centerPoint.Y = 27615;
SCONFIG.targeting.centerPoint.Z = -2273;
SCONFIG.targeting.noMonstersReturnToCenter = true;
SCONFIG.targeting.range = 900;
SCONFIG.targeting.z_range = 200;

SCONFIG.pickup.userPickup.mode = L2TConfig.EPickupMode.PICKUP_BEFORE;
SCONFIG.pickup.userPickup.mode = L2TConfig.EPickupMode.PICKUP_AFTER;
SCONFIG.pickup.userPickup.mode = L2TConfig.EPickupMode.PICKUP_OFFLINE;

ty, some know what sconfig option works in Video Movies Disabled?

if i rec that options only save that:

SCONFIG.global.pvpTarget = true;
(07-30-2015 10:12 AM)joselocb Wrote: [ -> ]ty, some know what sconfig option works in Video Movies Disabled?
SCONFIG.global.disableMovies = true
(07-30-2015 10:41 AM)kerberos464 Wrote: [ -> ]
(07-30-2015 10:12 AM)joselocb Wrote: [ -> ]ty, some know what sconfig option works in Video Movies Disabled?
SCONFIG.global.disableMovies = true

ty.
Reference URL's