Jump to content
  • 0

Script npc quest error


ManokStreZ

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

Good day rathena

im try following this Topic

but i got some error

here the script

Quote

wert.jpg.d36624a76e1d220afb59c7b6b200c381.jpg
 

Edited by ManokStreZ
wrong title
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   25
  • Joined:  12/24/14
  • Last Seen:  

31 minutes ago, ManokStreZ said:

already did, but all item become together with Headgears, You can try script im using 

 

// Shop 2
	Add(2,5137,1,0,0,5141,5,7047,100,7166,50,7038,20,978,1);
// Shop 3
	Add(3,5389,1,0,0,5043,5,7568,150,969,10);

 

  • Upvote 1
Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   25
  • Joined:  12/24/14
  • Last Seen:  

		"Eden Weapons";	// Shop Named 1

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

1 hour ago, mR L said:

		"Eden Weapons";	// Shop Named 1

 

Thanks a lot, dont know setting there

can you help me again ? i try make same script but for middle, i just change the item, everything fine no error,  but the item still headgear not middle.
where should i change ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   25
  • Joined:  12/24/14
  • Last Seen:  

20 hours ago, ManokStreZ said:

Thanks a lot, dont know setting there

can you help me again ? i try make same script but for middle, i just change the item, everything fine no error,  but the item still headgear not middle.
where should i change ?

for middle

"Eden Weapons",	// Shop Named 1
"Middle";	// Shop Named 2

don't forget also

// Quest items -- do NOT use a reward item more than once!
Add(<shop ID>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>,<required item ID>,<required item amount>{,...});

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

2 hours ago, mR L said:

for middle


"Eden Weapons",	// Shop Named 1
"Middle";	// Shop Named 2

don't forget also


// Quest items -- do NOT use a reward item more than once!
Add(<shop ID>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>,<required item ID>,<required item amount>{,...});

 

already did, but all item become together with Headgears, You can try script im using 

Quote

 

Edited by ManokStreZ
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

17 hours ago, mR L said:

// Shop 2
	Add(2,5137,1,0,0,5141,5,7047,100,7166,50,7038,20,978,1);
// Shop 3
	Add(3,5389,1,0,0,5043,5,7568,150,969,10);

 

Thank you so much, now its work,,and i can duplicate many more..thanks again

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