Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Mute casting spell
Author Message
xtronchox
Apprentice
*

Posts: 24
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2020
Reputation: 0



Post: #5
RE: Help with Mute casting spell
(05-03-2020 10:10 PM)xtronchox Wrote:  
(04-25-2020 05:44 PM)Coruja Wrote:  You must create a speech template to mute everything, and then set/unset this speech on player when it start/stop magery skill

sphere_skills.scp:
Code:
[SKILL 25]
DEFNAME=Skill_Magery
//...

ON=@Start
DSPEECH +spk_magery

ON=@Abort
DSPEECH -spk_magery

ON=@Success
DSPEECH -spk_magery

ON=@Fail
DSPEECH -spk_magery


[SPEECH spk_magery]
ON=*
return 1


I have realized that if you cast a spell on the ground or an element like a sign, then speech does not reestablish you. The client says you can't cast the spell there, but leaves you unable to speak.


SOLUCIONADO, gracias !! // RESOLVE THANK!
(This post was last modified: 05-08-2020 11:59 AM by xtronchox.)
05-08-2020 11:58 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Help with Mute casting spell - xtronchox - 04-25-2020, 10:59 AM
RE: Help with Mute casting spell - Coruja - 04-25-2020, 05:44 PM
RE: Help with Mute casting spell - xtronchox - 05-08-2020 11:58 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)