rkhin28 Posted March 31, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 45 Reputation: 1 Joined: 03/24/12 Last Seen: June 7, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 31, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share 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 Link to comment Share on other sites More sharing options...
rkhin28 Posted March 31, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 45 Reputation: 1 Joined: 03/24/12 Last Seen: June 7, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 31, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted March 31, 2012 yes...take out all Quote Link to comment Share on other sites More sharing options...
rkhin28 Posted March 31, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 45 Reputation: 1 Joined: 03/24/12 Last Seen: June 7, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.