Jump to content

Question

6 answers to this question

Recommended Posts

  • 0
Posted
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 ?

  • 0
Posted
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>{,...});

 

  • 0
Posted (edited)
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
  • 0
Posted
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
  • 0
Posted
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

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