spell flizzes because line of sight - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: spell flizzes because line of sight (/Thread-spell-flizzes-because-line-of-sight) |
spell flizzes because line of sight - Claus - 03-30-2021 05:17 AM what wrong with this? Code: [SPELL 578] ///////////////////aggiugnere il cd//////////// if i try to cast it, the spell chech first ON=@select and go to START, but then flizzes with sysmessage : "target is not in line of sight, you stopthe casting of the spell" what can i do? if i cancel the ON=@start trigger the spell works, but i lost the "src.message @,2,1, *Prendi la mira verso <act.name>* " part, 3 seconds before the spell hit target edit: if i'm in GM ON the spell works, in GM OFF no RE: spell flizzes because line of sight - Kanibal - 03-30-2021 08:35 AM Return 6 is the same as return 1 = cancel Code: ON=@select Try this code Code: [SPELL 578] ///////////////////aggiugnere il cd//////////// RE: spell flizzes because line of sight - Claus - 03-30-2021 05:51 PM Use return 6 in @select for skip spellbook and reagent check; the script that you suggest, still not works, with same problem RE: spell flizzes because line of sight - Kanibal - 03-31-2021 08:32 AM I dont have working sphere right now to test it, but I think this is a problem. Code: if (<distance> > 6) |