Jump to content
  • 0

DISGUISE EVENT


Syndicate

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   6
  • Joined:  08/27/12
  • Last Seen:  

I know it was posted this, but I tried to use search button and I still fail to find it.

I need a working script that the answer will be using a normal chat. * Not a chat box * It is on your normal chat or shout .

I saw this script from HeisRO.

Link to comment
Share on other sites

14 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Do you mean NPCTALK instead of ANNOUNCE?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  355
  • Reputation:   34
  • Joined:  02/09/12
  • Last Seen:  

also enable the PCRE library :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   6
  • Joined:  08/27/12
  • Last Seen:  

What is PCRE library?

Sir its not clickable.

Line 94 error it says

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

show the error.....we are not here to guess what error you are facing...

if you didnt have PCRE installed with you...then go install

refer to Wiki or search in forum....answered several times.

http://rathena.org/wiki/PCRE

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   6
  • Joined:  08/27/12
  • Last Seen:  

case 1:

setarray .@r$[0],"Disguise as all monsters.","Disguise as MVPs only.";

mes .@n$;

mes "Choose a disguise rule.";

next;

set $Rule, select(implode(.@r$,":"));

mes .@n$;

mes "The Disguise Rule has been set:";

mes " > ^0055FF"+.@r$[$Rule-1]+"^000000";

close;

case 2:

not clickable sir.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

case 1:

setarray .@r$[0],"Disguise as all monsters.","Disguise as MVPs only.";

mes .@n$;

mes "Choose a disguise rule.";

next;

set $Rule, select(implode(.@r$,":"));

mes .@n$;

mes "The Disguise Rule has been set:";

mes " > ^0055FF"+.@r$[$Rule-1]+"^000000";

close;

case 2:

not clickable sir.

I guess you're not using rAthena.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   6
  • Joined:  08/27/12
  • Last Seen:  

Im using rathena at www.asurahosting.com

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

Mapserver showing any errors?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   6
  • Joined:  08/27/12
  • Last Seen:  

Sorry for the delay heres the error

[Warning]: npc_parsename: Duplicate unique name in file 'npc/custom/Undead/Save.txt', line'26'. Renaming 'A' to '1_333_44_36'.
[Debug]: this npc:
  display name 'A'
  unique name 'A'
  map=guild_vs2, x=44, y=36
[Debug]: other npc:
  display name 'A'
  unique name 'A'
  map=guild_vs2, x=44, y=36
[Warning]: npc_parsename: Duplicate unique name in file 'npc/custom/Undead/Save.txt', line'28'. Renaming 'B' to '1_333_55_36'.
[Debug]: this npc:
  display name 'B'
  unique name 'B'
  map=guild_vs2, x=55, y=36
[Debug]: other npc:
  display name 'B'
  unique name 'B'
  map=guild_vs2, x=55, y=36
[Error]: npc_parse_mapflag: unrecognized mapflag 'nogoto' (file 'npc/custom/Undead/Save.txt', line '32').
[Error]: 
script error on npc/custom/Undead/Save.txt line 97
   parse_callfunc: expected ')' to close argument list
   92 :    case 1:
   93 :	 setarray .@r$[0],"Disguise as all monsters.","Disguise as MVPs only.";
   94 :	 mes .@n$;
   95 :	 mes "Choose a disguise rule.";
   96 :	 next;
*   97 :	 set .Rule, select(implode'('.@r$,":"));
   98 :	 mes .@n$;
   99 :	 mes "The Disguise Rule has been set:";
  100 :	 mes "  > ^0055FF"+.@r$[.Rule-1]+"^000000";
  101 :	 close;
  102 :    case 2:

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

maybe you have loaded twice the NPC for

npc/custom/Undead/Save.txt

otherwise...rename the NPC so that it doesnt have same name...

there is no such mapflag

mapname    mapflag    nogoto

so please remove it in your script above...

please make sure you are using rAthena...or applied the striing manipulation command diff

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   6
  • Joined:  08/27/12
  • Last Seen:  

Sir I change the NPC name and also a clean Notepad. and still not clickable

QUEST MID is a clean notepad. << dont mind the name of my notepad

script error on npc/custom/Undead/QUEST MID.txt line 61
parse_callfunc: expected ')' to close argument list
56 :	case 1:
57 :	 setarray .@r$[0],"Disguise as all monsters.","Disguise as MVPs only.";
58 :	 mes .@n$;
59 :	 mes "Choose a disguise rule.";
60 :	 next;
*   61 :	 set .Rule, select(implode'('.@r$,":"));
62 :	 mes .@n$;
63 :	 mes "The Disguise Rule has been set:";
64 :	 mes "  > ^0055FF"+.@r$[.Rule-1]+"^000000";
65 :	 close;
66 :	case 2:

Edited by Virus
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Virus, you're either using 3CeAM/eA or your rAthena is 9 months out of date (ref:r15039).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   6
  • Joined:  08/27/12
  • Last Seen:  

Sir/Mam Euphy , can u help me on this?? http://rathena.org/board/topic/70814-svn-need-help/

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