Jump to content
  • 0

Question

Posted

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.

14 answers to this question

Recommended Posts

Posted

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.

Posted

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.

Posted

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:

Posted

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

Posted (edited)

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

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