joselocb
Expired VIP Member
Posts: 38
Joined: Feb 2014
Reputation: 0
Version:
1.4.2.142
|
SCONFIG options
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 |
|
aiwaras84
Expired VIP Member
Posts: 3
Joined: Mar 2015
Reputation: 0
Version:
1.4.2.138
|
RE: SCONFIG options
(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 |
|
joselocb
Expired VIP Member
Posts: 38
Joined: Feb 2014
Reputation: 0
Version:
1.4.2.142
|
RE: SCONFIG options
(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 |
|
kerberos464
Bug revealer
Posts: 1,538
Joined: Jun 2012
Reputation: 576
Version:
1.4.3.143
|
RE: SCONFIG options
(07-30-2015 10:12 AM)joselocb Wrote: ty, some know what sconfig option works in Video Movies Disabled?
SCONFIG.global.disableMovies = true
Everything is possible. The impossible just takes longer.
|
|
07-30-2015 10:41 AM |
|
Reputed by : | joselocb(+2) |
joselocb
Expired VIP Member
Posts: 38
Joined: Feb 2014
Reputation: 0
Version:
1.4.2.142
|
RE: SCONFIG options
(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.
|
|
07-30-2015 11:33 AM |
|