Poison Field - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Poison Field (/Thread-Poison-Field) |
Poison Field - victorstelzer - 05-01-2014 11:40 PM Good day following problem ... when you release the poison field ... and the player standing on top of poisons and poison so he is not giving damage if the player is on top of the poison ... How do I add the script if the player is on top of the field continue consuming poison life player [Spell 39] DEFNAME=s_poison_field NAME=Poison Field SOUND=snd_SPELL_POISON_FIELD RUNES=ING CAST_TIME=40 RESOURCES=i_reag_black_pearl,i_reag_nightshade,i_reag_spider_silk RUNE_ITEM=i_rune_POISON_FIELD SCROLL_ITEM=i_scroll_POISON_FIELD FLAGS=SPELLFLAG_TARG_XYZ | SPELLFLAG_HARM | SPELLFLAG_FX_TARG | SPELLFLAG_FIELD| SPELLFLAG_RESIST EFFECT_ID=i_fx_curse EFFECT=35,50 // 50,500 DURATION=2*60.0,4*60.0 MANAUSE=14 SKILLREQ=MAGERY 50.0 INTERRUPT=100.0,100.0 RE: Poison Field - amonvangrell - 05-14-2014 08:46 AM another good question... RE: Poison Field - Alaric - 05-14-2014 09:42 AM You cast a poison field on somebody and he doesn't get poisoned? RE: Poison Field - amonvangrell - 05-14-2014 10:27 AM No no, if you stand on the poison field you take the poison damage without delay of the regular poison. RE: Poison Field - Alaric - 05-14-2014 10:35 AM Still don't know... I tried it and it works. If you stand on the field, you get poisoned + you are constantly being damaged by standing on it. every second I get 40 damage for standing on the field and got deadly poisoned => 10 dmg i think per 5s or so. Then the posion became very ill, ill and sick. Sickness is like 2 dmg. If the sicknes fades, you get poisoned again, again deadly. So, the damage every second was - 40, 40+8, 40, 40, 40+8, 40, 40, 40+6, 40, 40, 40, 40+6, 40, 40, 40, 40+4. (it wasnt actually 40, but something around it... 30-50, prolly a random) RE: Poison Field - amonvangrell - 05-14-2014 10:44 AM can u post your spell from the sphere_spell.scp RE: Poison Field - Alaric - 05-14-2014 09:19 PM Code: [SPELL 39] Sphere Version 0.56c [WIN32] by http://www.sphereserver.com, compiled at Jan 15 2014 (00:06:36), internal build #1767 RE: Poison Field - amonvangrell - 05-15-2014 04:42 PM thanks!!! RE: Poison Field - Alaric - 05-15-2014 06:27 PM Does it work for you? It doesnt seem to be that different from yours. RE: Poison Field - amonvangrell - 05-15-2014 07:43 PM I tried now, it seems right. I think I've changed b4 and now I have it right. |