rkhin28 Posted March 31, 2012 Posted March 31, 2012 Since this one was modified by Emistry I think he can solve my problem script error on npc/custom/mvpinvasion.txt line 48 parse_simpleexpr: unmatch ')' 43 : mes "Which map would you like me to host this event?"; 44 : mes "Input a ^FF0000VALID^000000 mapname."; 45 : do{ 46 : message strcharinfo(0),"Enter a VALID mapname . Example : prt_maze02"; 47 : input $@Map$; * 48 : }while( getmapmobs'(' $@Map$ ) == -1 ); 49 : next; 50 : break; 51 : Case 3: 52 : mes "How many ^FF0000Special^000000 MVP would you like me to summon?"; 53 : input $@SpecialMVP; I got this error on map_server and while ingame I can't talk to the NPC. Quote
Emistry Posted March 31, 2012 Posted March 31, 2012 getmapmobs command has been dropped in rAthena... before this i use that to check whether the map you input is a valid map or not... to solve your problem.. just remove these line... line 45 line 46 line 48 Quote
rkhin28 Posted March 31, 2012 Author Posted March 31, 2012 Thanks for that fast support Emistry but still got errors. It's all about the getmapmmobs xD Do I need to take out all getmapmobs? Quote
rkhin28 Posted March 31, 2012 Author Posted March 31, 2012 (edited) Thanks again, it's already working! btw subscribed to your FB Fan Page EDIT: Another problem, I can't put the location where to summon the MVPs. Edited March 31, 2012 by rj2728 Quote
Question
rkhin28
Since this one was modified by Emistry I think he can solve my problem
I got this error on map_server and while ingame I can't talk to the NPC.
4 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.