![]() |
You feel yourself resisting magic. - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: You feel yourself resisting magic. (/Thread-You-feel-yourself-resisting-magic) Pages: 1 2 |
RE: You feel yourself resiting magic. - Barnabus - 11-02-2012 08:02 AM Im sure it use to be. ![]() PHP Code: ERROR:(OverRidesMSGS.scp,548)Setting not used message override named 'msg_magic_resist' it was certainly none of those ![]() RE: You feel yourself resisting magic. - Barnabus - 11-03-2012 02:59 AM This isnt a bump it is an elaboration with a strange solution. You feel yourself resisting magic. I'm confused with this one as previously on Shard Rev A i never had the message, following ShiryuX whom concluded the msg override isnt in the sphere_msg I then searched some really old sphere script packs for it, and still didnt find it. The closest thing to it in sphere_msg is: spell_youfeel "You feel %s" although thats not it. After fiddling around with the cliclocs and deleteing every reference of it. I was sure it would be gone, but no its not. The next thought was my combat triggers I checked them all making sure they all ended with RETURN 0 to stop any hardcoded carry on. In the back of my mind there is an output on the spelleffect or gethit trigger that can be used to manipulate resist. I wish i knew. - RETURN 0 and SPELLEFFECT maybe its not working as far as the hardcoded resist stuff is concerned. ? It may need checked. On the players SPELLEFFECT after tagging the damage I have now ended that trigger with RETURN 1 it isnt stopping a progression to GETHIT but it seems like it has stopped the hardcoded action like RETURN 0 should do. Anyhow the message is now no longer ! RE: You feel yourself resisting magic. - RanXerox - 11-03-2012 05:38 AM A couple other observations... Is it true that the "resist magic" skill is triggered only when a SPELL is defined to have the spellflag_resist on it... and wouldn't it be the success of that SKILL that causes that message to print? I too want to redo the resist magic skill - especially regarding how it is handled in combat. RE: You feel yourself resisting magic. - ShiryuX - 11-03-2012 06:55 AM I moved the message to sphere_msg.scp, will upload it tonight. And also, after doing some things, I'll answer to you RanXerox. RE: You feel yourself resisting magic. - Barnabus - 11-03-2012 07:55 AM RanXerox Is it true that the "resist magic" skill is triggered only when a SPELL is defined to have the spellflag_resist on it - Seems so I've just tried removing it and I didnt see the message, returning 0 on skillsuccess has no effect Im still returning 1 on the spelleffect trigger to stop the message at least untill i get this updated file thanks Shiryux. RE: You feel yourself resisting magic. - ShiryuX - 11-08-2012 02:51 AM I'm sorry for the delay, been working, making some homework for university and fixing the house. Tomorrow is my free day in the University, I'll try to send the update and answer your questions. RE: You feel yourself resisting magic. - Barnabus - 11-08-2012 07:10 AM Not to worry ShiryuX, Im being hammered by circumstances myself, I wont have much time the next two weeks. But Thanks !! ![]() |