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
Delay status
Author Message
darksoulfe
Journeyman
*

Posts: 60
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2013
Reputation: 0



Post: #1
Delay status
Good morning, there's a delay problem in the shard. Occurs when a robe is placed that has str dex int +15 when removed, takes about 2 to 4 seconds to clear the status of the player, when it is 100 str putting the robe 115 taken the robe takes 2 to 4 seconds to return to the 100 where it should be fast
06-28-2017 11:17 PM
Find all posts by this user Like Post Quote this message in a reply
BestBG
Apprentice
*

Posts: 9
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2017
Reputation: 0



Post: #2
RE: Delay status
If you can post the script of your robe then we can help you better
06-30-2017 02:05 PM
Find all posts by this user Like Post Quote this message in a reply
darksoulfe
Journeyman
*

Posts: 60
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2013
Reputation: 0



Post: #3
RE: Delay status
PHP Code:
[ITEMDEF i_silver_dragon]
ID=02687
NAME
=Robe Silver Dragon
TYPE
=t_clothing
WEIGHT
=0.3
ARMOR
=72
DYE
=1

ON
=@CREATE
ATTR attr_newbie
COLOR
=07a1
HITPOINTS
=9999

ON
=@DAMAGE
HITS 
= <MAXHITS>
RETURN 
1

ON
=@EQUIP
IF (<LINK> == 04fffffff)
    
LINK = <SRC.UID>
ENDIF

IF (<
LINK> == <SRC.UID>)
            
src.sysmessage @077a,0,1 Sinta o poder o Silver Robe Dragon.
        

    
Name=<SRC.NAMESilver Dragon
    SRC
.MODSTR += 10
    SRC
.MODINT += 10
    SRC
.MODDEX += 10
    SRC
.SOUND=snd_SPELL_BLESS
ELSE
    IF (<
LINK.FINDLAYER(21).UID> != 0)
        
SRC.SYSMESSAGE Esse mantle nao lhe pertence.
        
CONT = <LINK.FINDLAYER(21).UID>

        
SERV.newitem i_robe
        
new.equip
        
new.remove
    
ENDIF
ENDIF
RETURN 
0

ON
=@UNEQUIP
IF (<LINK> == <SRC.UID>)
    
SRC.MODSTR -= 10
    SRC
.MODINT -= 10
    SRC
.MODDEX -= 10
    SRC
.SOUND=snd_SPELL_BLESS
ENDIF
RETURN 

07-01-2017 12:59 AM
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: #4
RE: Delay status
are you using sphere 56d? I'm testing here using .MODSTR 10 on latest sphere 56d build and the value is getting updated instantly
07-27-2017 01:01 PM
Find all posts by this user Like Post Quote this message in a reply
PePs1Man
Apprentice
*

Posts: 32
Likes Given: 8
Likes Received: 2 in 2 posts
Joined: Jun 2017
Reputation: 0



Post: #5
RE: Delay status
I did experience some MODXXX issues using 56c. About to go to d soon.
07-27-2017 01:27 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)