Jump to content
  • 0
crazyarashi

Request regarding mes clif.

Question

4 answers to this question

Recommended Posts

  • 0

The sole purpose of clif_scriptmes is to open a dialog box with the set message, so I don't get what you mean by producing "mes clif without opening mes box". Can you please elaborate a little more.. 🤔

  • Upvote 1
Link to comment
Share on other sites

  • 0

Here ya go I made a thing just like you asked.

Script command is called pcblockall

It prevents the target to move/use items/attack/cast skills/click npc

You use it like pcblockmove like this:

pcblockall getcharid(3),1; //Will block movement/item use/normal attack/skill cast/npc click
pcblockall getcharid(3),0; //Will unblock.

I made it for the latest revision, try if it works for you.

 

pcblockall.patch

Edited by joecalis
  • Upvote 2
Link to comment
Share on other sites

  • 0
28 minutes ago, joecalis said:

Here ya go I made a thing just like you asked.

Script command is called pcblockall

It prevents the target to move/use items/attack/cast skills/click npc

You use it like pcblockmove like this:

pcblockall getcharid(3),1; //Will block movement/item use/normal attack/skill cast/npc click
pcblockall getcharid(3),0; //Will unblock.

I made it for the latest revision, try if it works for you.

 

pcblockall.patch

Big thanks to you. I'll go and test it :))

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.