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
wall magic & poisoning magic
Author Message
Satvet
Journeyman
*

Posts: 105
Likes Given: 32
Likes Received: 6 in 6 posts
Joined: Sep 2015
Reputation: 0



Post: #3
RE: wall magic & poisoning magic
My codes are no problem. 56b is working, 56d is not working.
The first create poison spell effect is not working.
Poison effect occurs when the poisoned character is damaged. (spell damage, wrestling damage)
Fortunately I gave the poison effect when I ate magic. (temporarily)

Code:
[player event]
ON=@SPELLEFFECT
IF ((<ARGN> == 20) || (<ARGN> == 39))
IF !(<FLAGS>&(STATF_POISONED)) && !(<FINDID.I_RUNE_POISON>)
FLAGS <FLAGS>|STATF_POISONED
ELSE
FLAGS <FLAGS>|STATF_POISONED
ENDIF
ENDIF

[sphere_spells]
[Spell 20]
// NOTE: Does poison need a duration or are they stuck with it until cured ??
DEFNAME=s_poison
NAME=Poison
SOUND=snd_SPELL_POISON
RUNES=IN
CAST_TIME=1.9
RESOURCES=i_reag_nightshade
RUNE_ITEM=i_rune_POISON
SCROLL_ITEM=i_scroll_POISON
FLAGS=SPELLFLAG_DIR_ANIM|SPELLFLAG_TARG_CHAR|SPELLFLAG_FX_TARG|SPELLFLAG_HARM|sp​ellflag_curse|SPELLFLAG_TARG_NOSELF //|SPELLFLAG_DAMAGE|SPELLFLAG_RESIST
EFFECT_ID=i_fx_curse
//EFFECT=5,10         //Only used without Magicf_OsiFormulas
//EFFECT=100,750    //Only used without Magicf_OsiFormulas
EFFECT=1             //(Although it is 1, it is very damaging.)how? I less damage?
LAYER=layer_flag_poison
DURATION=1.0,15.0
MANAUSE=9
SKILLREQ=MAGERY 30.0
INTERRUPT=100.0,100.0

Poison spell for now. I was temporarily suspended.
How can the problem of wall be solved?

thanks for the help.
05-13-2017 07:51 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
wall magic & poisoning magic - Satvet - 05-10-2017, 03:27 AM
RE: wall magic & poisoning magic - Satvet - 05-13-2017 07:51 PM
RE: wall magic & poisoning magic - Coruja - 05-17-2017, 12:44 PM
RE: wall magic & poisoning magic - Satvet - 05-18-2017, 03:05 AM
RE: wall magic & poisoning magic - Satvet - 05-29-2017, 03:34 PM
RE: wall magic & poisoning magic - Satvet - 05-19-2017, 06:25 AM
RE: wall magic & poisoning magic - Satvet - 05-19-2017, 08:37 AM
RE: wall magic & poisoning magic - Coruja - 05-20-2017, 07:33 AM

Forum Jump:


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