Jump to content

Question

Posted (edited)

can you help me with this script about PCRE .coz i want a script that activate's PCRE within the npc's range of 5 or 6 cells

here's my example of a npc with PCRE script

prontera,156,184,4 script Unknown Creature 999,{
mes "Welcome come stranger!!";
close;

Cash:
switch(rand(4)) {
  case 1:
 npctalk "What? i can't hear you stranger";
 break;

  case 2:
 npctalk "Cash? you want cash stranger? are you really sure you like?";
 set Zeny,zeny+1;
 next;
 npctalk "Here ya go stranger.Enjoy!!";
 break;

  case 3:
 npctalk "Lol!!";
 break;

  case 4:
 npctalk "Don't mess with me stranger";
 break;
}
Idiot:
switch(rand(3)) {
  case 1:
 npctalk "Die scumbag";
 percenteahl -100,-100;
 break;

  case 2:
 npctalk "Your a F*%#@*& N!@#%";
 percenteahl -100,-100;
 break;

  case 3:
 npctalk "...";
 break;
}
OnInit:
 defpattern 1, "([^:]+):.*sgive me cash*", "Cash";
 defpattern 1, "([^:]+):.*sidiot*", "Idiot";
 activatepset 1;
 end;
}

Ops!! i think i posted in a wrong section i think this is should be in request >.< gomen gomen

Edited by Lelouch

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...