Jump to content
  • 0

[Error]: buildin_getarg: [NPC MeowMeow-GX#1]


LearningRO

Question


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

hi, i get this error on my console

[Error]: buildin_getarg: Index (idx=4) out of range (nargs=4) and no default value found
[Debug]: Source (NPC): ClickClick MeowMeow-GX#1 at alde_gld (180,163)

what the meaning of that error? is dangerous or not?

 

the location script is npc/re/merchants/gld_mission_exchange.txt

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  303
  • Reputation:   117
  • Joined:  12/10/16
  • Last Seen:  

Test changing:

	.@fromid = getarg(1);
	.@fromname$ = getarg(2);
	.@toid = getarg(3);
	.@toname$ = getarg(4);

to:

	.@fromid = getarg(1);
	.@fromname$ = getarg(0);
	.@toid = getarg(3);
	.@toname$ = getarg(2);

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

thanks nott

 

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