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-nmm8 (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-nmm8 (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-nmm8 (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
Weap with spelleffect lightning
Author Message
Aeldaven
Apprentice
*

Posts: 11
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Aug 2014
Reputation: 0



Post: #7
RE: Weap with spelleffect lightning
@Rizz tnx better now.
Code:
[events e_light_weap]
ON=@Hit
    IF !<R3>
        SRC.SpellEffect=s_lightning,100.0,<CONT.uid>
        //SRC.effect 1,1
        SRC.SOUND=snd_SPELL_LIGHTNING
        Return 1
    Endif

[ITEMDEF i_light_Halberd]
ID=i_halberd
DEFNAME=i_light_Halberd
TYPE=t_weapon_sword
DAM=25,50
FLIP=1
SKILL=Swordsmanship
SPEED=25
VALUE=50000
WEIGHT=14.0
TWOHANDS=Y
RESOURCES=20 i_ingot_iron,2 i_board
SKILLMAKE=Blacksmithing 75.0

ON=@Create
   HITPOINTS=100
   COLOR = 05d
   NAME=Halberd of Lightning
   MOREY=60.0
   ATTR=attr_magic
  
ON=@Equip
    src.message Il potere del Fulmine scorre nelle tue mani!
    src.events +e_light_weap
ON=@unequip
    src.events -e_light_weap
      
CATEGORY=+Helios+ Items
SUBSECTION=Armi Light
DESCRIPTION=Halberd

tnx tnx tnx ^_^
08-27-2014 11:31 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Aeldaven's post
Post Reply 


Messages In This Thread
Weap with spelleffect lightning - Aeldaven - 08-27-2014, 10:17 AM
RE: Weap with spelleffect lightning - XuN - 08-27-2014, 04:36 PM
RE: Weap with spelleffect lightning - Rizz - 08-27-2014, 05:58 PM
RE: Weap with spelleffect lightning - Aeldaven - 08-27-2014 11:31 PM

Forum Jump:


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