Jump to content
  • 0

[Emistry/Others]Help with MVP Invasion


rkhin28

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   1
  • Joined:  03/24/12
  • Last Seen:  

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.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   1
  • Joined:  03/24/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

yes...take out all

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   1
  • Joined:  03/24/12
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...