Syndicate Posted August 31, 2012 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
Euphy Posted August 31, 2012 Posted August 31, 2012 Already in the SVN. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/events/disguise.txt Quote
Syndicate Posted September 2, 2012 Author Posted September 2, 2012 What is PCRE library? Sir its not clickable. Line 94 error it says Quote
Emistry Posted September 2, 2012 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
Syndicate Posted September 4, 2012 Author 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
Joseph Posted September 5, 2012 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
Syndicate Posted September 5, 2012 Author Posted September 5, 2012 Im using rathena at www.asurahosting.com Quote
Syndicate Posted September 10, 2012 Author 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
Emistry Posted September 10, 2012 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
Syndicate Posted September 10, 2012 Author 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
Euphy Posted September 10, 2012 Posted September 10, 2012 Virus, you're either using 3CeAM/eA or your rAthena is 9 months out of date (ref:r15039). Quote
Syndicate Posted September 11, 2012 Author Posted September 11, 2012 Sir/Mam Euphy , can u help me on this?? http://rathena.org/board/topic/70814-svn-need-help/ Quote
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.
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.