crazyarashi Posted June 2, 2018 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: 18 hours ago Share Posted June 2, 2018 Does anyone know how to produce the mes clif without opening the mes box? If anyone has an idea feel free to share thanks. Quote Link to comment Share on other sites More sharing options...
0 joecalis Posted June 3, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 64 Reputation: 41 Joined: 03/26/12 Last Seen: March 29 Share Posted June 3, 2018 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.. 1 Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted June 3, 2018 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: 18 hours ago Author Share Posted June 3, 2018 Ah my mistake, I want to produce the effects when the message box is open but without opening the mes box such as : can't click, can't use items, basically disabling players actions. Quote Link to comment Share on other sites More sharing options...
0 joecalis Posted June 3, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 64 Reputation: 41 Joined: 03/26/12 Last Seen: March 29 Share Posted June 3, 2018 (edited) 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 June 3, 2018 by joecalis 2 Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted June 3, 2018 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: 18 hours ago Author Share Posted June 3, 2018 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 :)) Quote Link to comment Share on other sites More sharing options...
Question
crazyarashi
Does anyone know how to produce the mes clif without opening the mes box?
If anyone has an idea feel free to share thanks.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.