The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
56d the stuff thrown at the place does not combine.
Author Message
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #1
56d the stuff thrown at the place does not combine.
Hello.

the stuff thrown at the place does not combine.

sphere: 56d.

look: https://youtu.be/36n2DUn46Bs

I am waiting answer.

thx.

[Image: banner.png]
01-29-2018 02:43 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Criminal
Journeyman
*

Posts: 182
Likes Given: 38
Likes Received: 22 in 22 posts
Joined: Jun 2015
Reputation: 0

SantiagoUO.com

Post: #2
RE: 56d the stuff thrown at the place does not combine.
It happen same with source2

[Image: mfqAZnj.png]
Discord: SantiagoUO
Skype:
criminaluo
01-29-2018 07:24 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #3
RE: 56d the stuff thrown at the place does not combine.
It needs to be corrected.

[Image: banner.png]
01-30-2018 06:11 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Darkyhood
Apprentice
*

Posts: 36
Likes Given: 2
Likes Received: 3 in 3 posts
Joined: Mar 2012
Reputation: 0



Post: #4
RE: 56d the stuff thrown at the place does not combine.
Did you tried this?
Code:
// EF_ItemStacking                00000004 // Enable item stacking feature when drop items on ground
(This post was last modified: 01-30-2018 07:16 AM by Darkyhood.)
01-30-2018 07:16 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Darkyhood's post
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #5
RE: 56d the stuff thrown at the place does not combine.
(01-30-2018 07:16 AM)Darkyhood Wrote:  Did you tried this?
Code:
// EF_ItemStacking                00000004 // Enable item stacking feature when drop items on ground

Hello my test not works.

Code:
ERROR:(sphere.ini,615)Undefined keyword 'EF_ItemStacking'

SphereSrv.exe error.

I am waiting answer.

thx.

[Image: banner.png]
01-31-2018 05:14 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Darkyhood
Apprentice
*

Posts: 36
Likes Given: 2
Likes Received: 3 in 3 posts
Joined: Mar 2012
Reputation: 0



Post: #6
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
Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #7
RE: 56d the stuff thrown at the place does not combine.
my test not works.

[Image: banner.png]
01-31-2018 06:18 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #8
RE: 56d the stuff thrown at the place does not combine.
try using the latest build to check if it works
01-31-2018 11:58 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Coruja's post
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #9
RE: 56d the stuff thrown at the place does not combine.
(01-31-2018 11:58 AM)Coruja Wrote:  try using the latest build to check if it works

The bag is heavily collapsed with the item falling. Not: I am getting a union join.

look: https://youtu.be/VOXc41vD5f4

hope will be corrected shortly.

I am waiting answer.

thx.

[Image: banner.png]
02-01-2018 01:45 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #10
RE: 56d the stuff thrown at the place does not combine.
this doesn't really seems to be an bug
sphere only stack item amount if you drop the item directly over the other item or if you drop it over the same container, which is not the case of the video, where you're using lumberjacking skill and the log is falling on the ground because the char is overweight. In this case, the default action is just drop the item on the ground as it is, allowing the client to pick the item again without mess the stack amount
02-01-2018 12:41 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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