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
Spell fizzles
Author Message
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #1
Spell fizzles
Hi, could some1 tell me how to stop spells from fizzle ?
Thanks.
02-15-2013 04:07 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Spell fizzles
fizzle when you are hit by someone ? in this case you have just to modify the INTERRUPT line spherespells
02-15-2013 04:13 AM
Find all posts by this user Like Post Quote this message in a reply
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #3
RE: Spell fizzles
No i mean by nothing like player is casting fireball and suddenly by nothing it fizzles ...
02-15-2013 06:31 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #4
RE: Spell fizzles
If you want spells to always succeed, maybe you have to edit the magery skill itself to make that happen
(This post was last modified: 02-15-2013 09:03 AM by RanXerox.)
02-15-2013 06:44 AM
Find all posts by this user Like Post Quote this message in a reply
UltimaAku
Journeyman
*

Posts: 125
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 1



Post: #5
RE: Spell fizzles
is it randomly fizzling even at GM level?
02-15-2013 08:47 AM
Find all posts by this user Like Post Quote this message in a reply
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #6
RE: Spell fizzles
Here is my magery skill --->
[SKILL 25]
DEFNAME=Skill_Magery
KEY=Magery
TITLE=Mage
PROMPT_MSG=
STAT_STR=20
STAT_INT=100
STAT_DEX=40
BONUS_STR=0
BONUS_DEX=0
BONUS_INT=0
BONUS_STATS=15
ADV_RATE=0.1,2.0,4.0
VALUES=1,2,3
//DELAY=1.0 // based on skill and difficulty.

ON=@Fail
Sfx 92
SRC.MANA -= <EVAL <SRC.TAG0.MANA>*2>
SRC.EFFECT 3,14133,5,30,1
return 1

ON=@Abort
Sfx 92
SRC.MANA -= <EVAL <SRC.TAG0.MANA>*2>
SRC.MESSAGE The spell fizzles
SRC.EFFECT 3,14133,5,30,1
return 1


UltimaAku i have test it with GM becouse i dont have time for it now i have to go to work ... when i will come home will test it .
02-15-2013 03:08 PM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #7
RE: Spell fizzles
Add this to it (I don't know what the range is for "difficulty" but I would guess between 0 and 1000...):

ON=@Start
ARGN2=0 //Set difficulty of spell (0=easy 1000=hard? )
02-15-2013 03:25 PM
Find all posts by this user Like Post Quote this message in a reply
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #8
RE: Spell fizzles
Ok thanks this is working atleast when i tested it.
02-16-2013 12:02 AM
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)