Darkyhood 
Apprentice

Posts: 36
Likes Given: 2
Likes Received: 3 in 3 posts
Joined: Mar 2012
Reputation: 0
![]()
|
RE: 56d the stuff thrown at the place does not combine.
Do you know how to enable features? Looks like you just uncommented this line, but you need to add in Experimental=.
For example:
Quote:// Experimental flags
// Flags for options that affect server behaviour and which might affect compatibility
// See the revisions.txt file for more details on this
// EF_NoDiagonalCheckLOS 00000001 // Disable LOS checks on diagonal directions
// EF_DynamicBackgroundsave 00000002
// EF_ItemStacking 00000004 // Enable item stacking feature when drop items on ground
// EF_ItemStackDrop 00000008 // The item stack will drop when an item got removed from the stack
// EF_FastWalkPrevention 00000010 // Use new client fastwalk prevention instead old WalkBuffer/WalkRegen checks. To avoid false-positive results, make sure that your OS/CPU/BIOS have HPET (High Precision Event Timer) feature enabled
// EF_Intrinsic_Locals 00000020 // Disables the needing of 'local.', 'tag.', etc. Be aware of not creating variables with the same name of already-existing functions
// EF_Item_Strict_Comparison 00000040 // Don't consider log/board and leather/hide as the same resource type
// EF_AllowTelnetPacketFilter 00000200 // Enable packet filtering for telnet connections as well
// EF_Script_Profiler 00000400 // Record all functions/triggers execution time statistics (it can be viewed pressing P on console)
// EF_DamageTools 00002000 // Damage tools (and fire @damage on them) while mining or lumberjacking
// EF_UsePingServer 00008000 // Enable the experimental Ping Server (for showing pings on the server list, uses UDP port 12000)
// EF_FixCanSeeInClosedConts 00020000 // Change CANSEE to return 0 for items inside containers that a client hasn't opened
Experimental=04|0200
|
|
01-31-2018 05:57 AM |
|
|