![]() |
FireField not SelfDamage - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: FireField not SelfDamage (/Thread-FireField-not-SelfDamage) |
FireField not SelfDamage - Plus - 05-08-2014 08:36 PM I downloaded nightly sphere and scripts (http://nightly.prerelease.sphere.torfo.org/) PHP Code: [Spell 28] Now firefield don't attack self ![]() Please help me RE: FireField not SelfDamage - Alaric - 05-08-2014 08:46 PM In sphere.ini there is a flag. // MAGICF_CANHARMSELF 0008 // Magic can do damage on self Activate it. But!! It will work for all spells. (or you want only the fire field, nothing else?) RE: FireField not SelfDamage - Plus - 05-08-2014 08:48 PM Thx. Work ^) |