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
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Shield of Flame Strike
Author Message
an0n!m0use
Journeyman
*

Posts: 56
Likes Given: 16
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #1
Question Shield of Flame Strike
This shield is protect you from flame strike ... When it is charged ...
But a have one problem ... When the charges is ended, it still protect you Sad

PHP Code:
[ITEMDEF i_shield_of_flame]
DEFNAME=i_shield_of_flame
NAME
=Shield of Flame Protector
ID
=i_shield_kite_metal
TYPE
=t_shield
ARMOR
=60

On
=@Create
    HITPOINTS
=-1
    COLOR
=0446
    MOREY
=1

On
=@Click
    message 
@63 <name>
    
message (Charges: <morey>)
    return 
1

On
=@Equip
    
if (<morey> < 1)
       
src.events -e_shield_of_flame
       removefromview
       remove
       
return 1
    
else
       
src.events +e_shield_of_flame
    
endif
    
On=@UnEquip
    src
.events -e_shield_of_flame

CATEGORY
=Races 
SUBSECTIOn
=Races Items
DESCRIPTIOn
=Shield of Flame Protector 

PHP Code:
[EVENTS e_shield_of_flame]    
On=@Spelleffect
    
if (<argn>==51) && (<FINDLAYER.2.BaseID>==i_shield_of_flame)
        
FINDLAYER.2.morey -= 1
        effect
=3,i_fx_glow,5,15,0
        
return 1
    
endif 
07-20-2013 01:26 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Shield of Flame Strike - an0n!m0use - 07-20-2013 01:26 AM
RE: Shield of Flame Strike - darksun84 - 07-20-2013, 02:54 AM
RE: Shield of Flame Strike - an0n!m0use - 07-20-2013, 09:31 PM
RE: Shield of Flame Strike - xwerswoodx - 07-21-2013, 02:55 PM
RE: Shield of Flame Strike - an0n!m0use - 07-22-2013, 07:43 AM
RE: Shield of Flame Strike - xwerswoodx - 07-22-2013, 10:29 PM
RE: Shield of Flame Strike - an0n!m0use - 07-22-2013, 11:43 PM

Forum Jump:


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