poison spell problem - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: poison spell problem (/Thread-poison-spell-problem) |
poison spell problem - jexnico - 02-23-2018 06:09 AM 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 RE: poison spell problem - jexnico - 02-24-2018 09:42 PM any help? RE: poison spell problem - slothere - 02-25-2018 12:04 AM You need to set i_rune_poison's more2 and morey values manually. For example; Code: on=@effect RE: poison spell problem - jexnico - 02-26-2018 10:20 AM 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 RE: poison spell problem - jexnico - 02-26-2018 11:22 AM SOLVED! i changed my poison rune and set the values correctly, thanks slothere but can i change the hit damage? the hit is at 2 RE: poison spell problem - Satvet - 03-01-2018 11:49 AM in this regard. poison spell, I said there is a problem. I mentioned earlier. but I do not know why. they're not interested. RE: poison spell problem - slothere - 03-01-2018 08:14 PM @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. RE: poison spell problem - jexnico - 03-02-2018 11:53 AM so one solution is to rewrite the poison script? :c RE: poison spell problem - slothere - 03-02-2018 05:34 PM @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. RE: poison spell problem - jexnico - 03-03-2018 01:01 PM in 56b i did not have this problem, it was only update pro 56c :/ |