Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
poison spell problem
Author Message
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #1
poison spell problem
i have a little problem in my poison spell, when i poison my target using a spell (s_poison), the target only takes one damage and the venom of your body is healed ...
i tried using the standard sphere_spells and i continue with the same problem, i tested it on a server with all the standard scripts in the sphere and the problem happened, i believe it is not in my scripts ...
would anyone know how to fix this?
im using sphere 56c

thnx
02-23-2018 06:09 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #2
RE: poison spell problem
any help?
02-24-2018 09:42 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
slothere
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 3 in 3 posts
Joined: Jan 2018
Reputation: 0



Post: #3
RE: poison spell problem
You need to set i_rune_poison's more2 and morey values manually.

For example;

Code:
on=@effect
timerf 1, findid(i_rune_poison).morey <eval <src.poisoning>>
timerf 1, findid(i_rune_poison).more2 <eval <src.poisoning>/50>

on=@success
act.timerf 1, poison <src.poisoning>
act.timerf 1, findid.i_rune_poison.timer 1
(This post was last modified: 02-25-2018 12:06 AM by slothere.)
02-25-2018 12:04 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes slothere's post
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #4
RE: poison spell problem
did not work for me

i tried like this but it did not work
ON=@Effect
damage 1,dam_poison,<src.uid>,0,0,0,100,0
effect 3,i_fx_glow_spike,6,15,0
timerf 0,updatex
(This post was last modified: 02-26-2018 10:29 AM by jexnico.)
02-26-2018 10:20 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #5
RE: poison spell problem
SOLVED!
i changed my poison rune and set the values correctly, thanks slothere Big Grin

but can i change the hit damage? the hit is at 2
(This post was last modified: 02-26-2018 12:06 PM by jexnico.)
02-26-2018 11:22 AM
Visit this user's website 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: #6
RE: poison spell problem
in this regard. poison spell, I said there is a problem. I mentioned earlier. but I do not know why. they're not interested. Smile

Errors triggers success.
03-01-2018 11:49 AM
Find all posts by this user Like Post Quote this message in a reply
slothere
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 3 in 3 posts
Joined: Jan 2018
Reputation: 0



Post: #7
RE: poison spell problem
@satvet

Yes, exactly. There are so many problems on default poison spells. For example, poison damage doesn't add caster to the victim's attacker list. You need to add that manually. I think I wrote the whole poison spells by myself. Hardcoded one basically useless for me. Even in 56d nightly versions or pre-release 56c version. This is just one of the ridiculous problems on Sphere emulator.
(This post was last modified: 03-01-2018 08:25 PM by slothere.)
03-01-2018 08:14 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes slothere's post
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #8
RE: poison spell problem
so one solution is to rewrite the poison script? :c
03-02-2018 11:53 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
slothere
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 3 in 3 posts
Joined: Jan 2018
Reputation: 0



Post: #9
RE: poison spell problem
@jexnico

If you want something like I want, yes. I immigrated so many things on that system. Thats why I re-wrote that spell.

If you want something like OSI clone or something, sphere's default one is good for you. But, you don't want something like that, you need to write the thing by yourself.

Be careful, poison, poison field, weapons poison damage etc. just like each other. Probably you want to fix them all together. They work pretty much the same.
(This post was last modified: 03-02-2018 05:34 PM by slothere.)
03-02-2018 05:34 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes slothere's post
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #10
RE: poison spell problem
in 56b i did not have this problem, it was only update pro 56c :/
03-03-2018 01:01 PM
Visit this user's website 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)