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: #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
Post Reply 


Messages In This Thread
Delay status - darksoulfe - 06-28-2017, 11:17 PM
RE: Delay status - BestBG - 06-30-2017, 02:05 PM
RE: Delay status - darksoulfe - 07-01-2017 12:59 AM
RE: Delay status - Coruja - 07-27-2017, 01:01 PM
RE: Delay status - PePs1Man - 07-27-2017, 01:27 PM

Forum Jump:


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