Jump to content
  • 0

[Emistry/Others]Help with MVP Invasion


Question

Posted

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.

4 answers to this question

Recommended Posts

Posted

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

Posted (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 by rj2728

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