Wise Posted November 29, 2013 Posted November 29, 2013 Can I request an SRC modification that makes the player immune from monsters whenever the player talks to an NPC. Thanks in advanced. Quote
Veiler Posted November 29, 2013 Posted November 29, 2013 (edited) Can I request an SRC modification that makes the player immune from monsters whenever the player talks to an NPC. Thanks in advanced. Hi i think you can do this on your NPC script example: prontera,200,200,4 script ShoutNPC 859,{ mes "Hello"; atcommand "@monsterignore";<---to enable the command while talking next; mes "do you need help?"; switch(select("Yes Please.:No thanks. I'm Okay")){ case 1: { mes "Okay I'm Warping you"; close2; atcommand "@monsterignore";<---to end the command whenever you're finished end; } case 2: { mes "Okay see you later!"; atcommand "@monsterignore";<---to end the command whenever you're finished close; } } ---------------------------- okay i just tried it on my test server and it worked Edited November 29, 2013 by Veiler 1 Quote
Wise Posted November 30, 2013 Author Posted November 30, 2013 Can I request an SRC modification that makes the player immune from monsters whenever the player talks to an NPC. Thanks in advanced. Hi i think you can do this on your NPC script example: prontera,200,200,4 script ShoutNPC 859,{ mes "Hello"; atcommand "@monsterignore";<---to enable the command while talking next; mes "do you need help?"; switch(select("Yes Please.:No thanks. I'm Okay")){ case 1: { mes "Okay I'm Warping you"; close2; atcommand "@monsterignore";<---to end the command whenever you're finished end; } case 2: { mes "Okay see you later!"; atcommand "@monsterignore";<---to end the command whenever you're finished close; } } ---------------------------- okay i just tried it on my test server and it worked Thank you for this but I'm asking for an actual SRC mod. I want this 'monsterignore' to apply in every NPC and it's a pain in the ass to apply this in every script =_= Quote
Veiler Posted November 30, 2013 Posted November 30, 2013 Can I request an SRC modification that makes the player immune from monsters whenever the player talks to an NPC. Thanks in advanced. Thank you for this but I'm asking for an actual SRC mod. I want this 'monsterignore' to apply in every NPC and it's a pain in the ass to apply this in every script =_= aweee.. :/ im sorry for that.. Quote
Question
Wise
Can I request an SRC modification that makes the player immune from monsters whenever the player talks to an NPC.
Thanks in advanced.
3 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.