Jump to content
  • 0

Disguise Event NPC working, but want some configurations..


Santino

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

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 Sperm
Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  08/16/12
  • Last Seen:  

defpattern 1, "([^:]+):.*\\s"+$MonsterName$+"(.*)", "winround";

to

defpattern 1, "([^:]+):.*"+$MonsterName$+".*", "winround";
Edited by Rjhay
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

thanks bro, owner of this script is the same as mine :P

i'll try this now, wait :P

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 by Sperm
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  08/16/12
  • Last Seen:  

:) Is it already okay?
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

ya bro see post above yours XD

thanks again! /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  104
  • Reputation:   1
  • Joined:  05/04/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

@santino, what client are you using?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  4
  • Reputation:   0
  • Joined:  09/30/13
  • Last Seen:  

@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.

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...