Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
fire field and paralyze field problem
Author Message
Satvet
Journeyman
*

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



Post: #1
fire field and paralyze field problem
the magic of fire field and paralyze field is not working properly i guess. I have trouble with the nightly build (here) and the next builds. I try using the latest build to check if the problem still occur. I no happy. could you help?
I want to use [this] (increased char max stats value from) which is the update.

Errors triggers success.
04-10-2018 09:51 PM
Find all posts by this user Like Post Quote this message in a reply
Capes
Journeyman
*

Posts: 57
Likes Given: 0
Likes Received: 4 in 4 posts
Joined: Mar 2018
Reputation: 0



Post: #2
RE: fire field and paralyze field problem
I'm using 0.56d nightly and I too have issues with some spells.
Firefield - causes no damage at all.
Paralyzefield - reduces your dex.

Maybe edit the sphere_item_animations.scp by adding
ON=@Step
//damage or paralyze player

Capes

this seemed to fix the firefield spell

[ITEMDEF 0398c]
DEFNAME=i_fx_field_fire
TYPE=t_fire
CATEGORY=Animations
SUBSECTION=Fire Fields
DESCRIPTION=Fire Field West/East
DUPELIST=0398d,0398e,0398f,03990,03991,03992,03993,03994,03995
ON=@Create
MOREZ=2
ON=@Step
src.damage= 2 (<DEF.dam_fire>|<DEF.dam_magic>)

[ITEMDEF 03996]
DEFNAME=i_fx_field_fire_ns
TYPE=t_fire
CATEGORY=Animations
SUBSECTION=Fire Fields
DESCRIPTION=Fire Field North/South
DUPELIST=03997,03998,03999,0399a,0399b,0399c,0399d,0399e,0399f
ON=@Create
MOREZ=2
ON=@Step
src.damage= 2 (<DEF.dam_fire>|<DEF.dam_magic>)

Capes
(This post was last modified: 04-11-2018 02:45 AM by Capes.)
04-11-2018 02:14 AM
Find all posts by this user Like Post Quote this message in a reply
Satvet
Journeyman
*

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



Post: #3
RE: fire field and paralyze field problem
i did not that u did disrupt, u why am I editing? ^^ Smile for advice. thx.

Errors triggers success.
(This post was last modified: 04-11-2018 02:49 AM by Satvet.)
04-11-2018 02:45 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #4
RE: fire field and paralyze field problem
what's the problem exactly?

all builds >= 462 have this new stat limit change, so you can safely update to any newest build
04-12-2018 04:16 AM
Find all posts by this user Like Post Quote this message in a reply
Satvet
Journeyman
*

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



Post: #5
RE: fire field and paralyze field problem
462 >= buildings (FireField and ParalyzeField) are not working properly.


(04-11-2018 02:14 AM)Capes Wrote:  I'm using 0.56d nightly and I too have issues with some spells.
Firefield - causes no damage at all.
Paralyzefield - reduces your dex.

Errors triggers success.
04-12-2018 05:00 AM
Find all posts by this user Like Post Quote this message in a reply
Capes
Journeyman
*

Posts: 57
Likes Given: 0
Likes Received: 4 in 4 posts
Joined: Mar 2018
Reputation: 0



Post: #6
RE: fire field and paralyze field problem
I'm using 0.56d-nightly file version 0.56.4.465 with the default scripts for 0.56d (Scripts-master.zip from download section)
My gut feeling is that it's an issue in the code (exe) not the scripts.
Firefield - does no damage
Paralyzefield - reduces your dex (initially a lot, then in very small increments).

I can work around the firefield by overriding the i_fx_field_fire (probably the paralyze field as well)
but that breaks the actual effect as it's no longer a visual effect but rather an actual physical effect now.

Thanks
Capes
04-12-2018 05:47 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #7
RE: fire field and paralyze field problem
I found the problem, it was the item MOREZ value

just open /items/sphere_item_animations.scp and remove these lines
Code:
ON=@Create
   MOREZ=1
from i_fx_energy_field, i_fx_energy_field_ns, i_fx_field_paralyze, i_fx_field_fire, i_fx_field_fire_ns, i_fx_field_fire_3, i_fx_field_fire_4

I will commit these changes on next script pack update
04-12-2018 04:03 PM
Find all posts by this user Like Post Quote this message in a reply
Satvet
Journeyman
*

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



Post: #8
RE: fire field and paralyze field problem
thx. Interested in i_fx_poison_field? this is not working properly either.

Errors triggers success.
04-12-2018 07:40 PM
Find all posts by this user Like Post Quote this message in a reply
DarQside
Apprentice
*

Posts: 27
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Apr 2012
Reputation: 0



Post: #9
RE: fire field and paralyze field problem
have a look into the sound effects that occur when passing through fire field.
Fire Field makes a weird "create food" spell sound when you walk through it.

Also, Paralyze Field and Poison field both sound like Energy field when they are cast (the harp strumming sound)

But I just looked a little further, and in SPHEREDEFS "snd_spell_poison_field" and "snd_spell_paralyze_field" both have the same sound ID as "snd_spell_energy_field". Not sure if this is intentional or a mistake.
04-21-2018 03:17 PM
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)