Santino Posted August 20, 2012 Posted August 20, 2012 (edited) so i got this disguise event script from Venjirai LINK TO THE SCRIPT It is working well, but what i wanna ask, is, the problem is when inputing the correct answer, it still needs <space> Before the monster name e.g. <space>Poring = accepted Poring = Ignored so i must say it is 98% working XD kinda lost XD SOLVED-- Edited August 20, 2012 by Sperm Quote
Rjhay Posted August 20, 2012 Posted August 20, 2012 (edited) defpattern 1, "([^:]+):.*\\s"+$MonsterName$+"(.*)", "winround"; to defpattern 1, "([^:]+):.*"+$MonsterName$+".*", "winround"; Edited August 20, 2012 by Rjhay Quote
Santino Posted August 20, 2012 Author Posted August 20, 2012 (edited) thanks bro, owner of this script is the same as mine i'll try this now, wait i just noticed some differences in the script: Mine: defpattern 1, "([^:]+):.*\\s"+$MonsterName$+"(.*)", "winround"; Yours: defpattern 1, "([^:]+):.*"+$MonsterName$+".*", "winround"; I'll try to change this now, then let's see XD --------------------------------------------------------------------- Solved! thx bro, now I don't need to put <space> before the monster's name now. =) 100% working now XD thanks! Edited August 20, 2012 by Sperm Quote
Santino Posted August 20, 2012 Author Posted August 20, 2012 ya bro see post above yours XD thanks again! Quote
Hercules Posted September 16, 2012 Posted September 16, 2012 so i got this disguise event script from Venjirai LINK TO THE SCRIPT It is working well, but what i wanna ask, is, the problem is when inputing the correct answer, it still needs <space> Before the monster name e.g. <space>Poring = accepted Poring = Ignored so i must say it is 98% working XD kinda lost XD SOLVED-- Please upload it to mirror. I can't get the script because it is on eathena. Quote
d706109 Posted October 3, 2013 Posted October 3, 2013 @satino or @emistry Please help me change the warp to prontera and the players will be warped to quiz_01,321,377,4 (NPC Disguise). I can't fix it using it. Thanks in advance. Quote
Question
Santino
so i got this disguise event script from Venjirai
LINK TO THE SCRIPT
It is working well, but what i wanna ask, is,
the problem is when inputing the correct answer, it still needs
<space> Before the monster name
e.g.
<space>Poring = accepted
Poring = Ignored
so i must say it is 98% working XD
kinda lost XD
SOLVED--
Edited by Sperm9 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.