Syndicate Posted August 31, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Share Posted August 31, 2012 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. Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted August 31, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted August 31, 2012 Do you mean NPCTALK instead of ANNOUNCE? Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 31, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted August 31, 2012 Already in the SVN. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/events/disguise.txt Quote Link to comment Share on other sites More sharing options...
Relzz Posted August 31, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Share Posted August 31, 2012 also enable the PCRE library Quote Link to comment Share on other sites More sharing options...
Syndicate Posted September 2, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Author Share Posted September 2, 2012 What is PCRE library? Sir its not clickable. Line 94 error it says Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 2, 2012 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 Quote Link to comment Share on other sites More sharing options...
Syndicate Posted September 4, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Author Share Posted September 4, 2012 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. Quote Link to comment Share on other sites More sharing options...
Joseph Posted September 5, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted September 5, 2012 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. Quote Link to comment Share on other sites More sharing options...
Syndicate Posted September 5, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Author Share Posted September 5, 2012 Im using rathena at www.asurahosting.com Quote Link to comment Share on other sites More sharing options...
Joseph Posted September 6, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted September 6, 2012 Mapserver showing any errors? Quote Link to comment Share on other sites More sharing options...
Syndicate Posted September 10, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Author Share Posted September 10, 2012 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: Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 10, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 10, 2012 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 Quote Link to comment Share on other sites More sharing options...
Syndicate Posted September 10, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Author Share Posted September 10, 2012 (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 September 10, 2012 by Virus Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 10, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 10, 2012 Virus, you're either using 3CeAM/eA or your rAthena is 9 months out of date (ref:r15039). Quote Link to comment Share on other sites More sharing options...
Syndicate Posted September 11, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Author Share Posted September 11, 2012 Sir/Mam Euphy , can u help me on this?? http://rathena.org/board/topic/70814-svn-need-help/ Quote Link to comment Share on other sites More sharing options...
Question
Syndicate
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.