L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SCONFIG options
Author Message
joselocb Offline
Expired VIP Member
**

Posts: 38
Joined: Feb 2014
Reputation: 0
Version: 1.4.2.142
Post: #1
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
Find all posts by this user Quote this message in a reply
aiwaras84 Offline
Expired VIP Member
**

Posts: 3
Joined: Mar 2015
Reputation: 0
Version: 1.4.2.138
Post: #2
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
Find all posts by this user Quote this message in a reply
joselocb Offline
Expired VIP Member
**

Posts: 38
Joined: Feb 2014
Reputation: 0
Version: 1.4.2.142
Post: #3
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
Find all posts by this user Quote this message in a reply
kerberos464 Offline
Bug revealer

Posts: 1,539
Joined: Jun 2012
Reputation: 576
Version: 1.4.3.143
Post: #4
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
Visit this user's website Find all posts by this user Quote this message in a reply
 Reputed by : joselocb(+2)
joselocb Offline
Expired VIP Member
**

Posts: 38
Joined: Feb 2014
Reputation: 0
Version: 1.4.2.142
Post: #5
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
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  id help options gk sasuketon 2 1,781 10-14-2015 05:41 AM
Last Post: sasuketon



User(s) browsing this thread: 1 Guest(s)