Jump to content

[GUIDE] how to make extractable item


Recommended Posts

hello maxcheaters! i want to share tutorial for how to make extractable item( on double click on this item you earn new item)

 

lets beggin!

 

open servers/data/extractable_items.csv with notepad

 

in the end write this:

 

# new extractable item
4037;57,10000000,100

 

where:

4037 - is the ID of item which double-clicked, we get something

57 - is the ID of item that we get

10000000 - is the number of recieved items

100 - this is chance of item get

 

Save & Close.

 

Restart server and create coin of luck in your inventory.

double-click on coin of luck and you will recieve 10.000.000 adena!

 

 

p.s sorry for my english

Link to comment
Share on other sites

  • 2 months later...

How can I do one item to drop 2 different things at the same time with different chance rates. Like Festival adena 100% chance and blessed scroll 50% and crystal scroll 50%.

 

When I click on the item it will give me Festival adena and 1 of the scrolls.

I tried many different combination but couldn't get it done. CAn anyone help me?

Thanks.

Link to comment
Share on other sites

How can I do one item to drop 2 different things at the same time with different chance rates. Like Festival adena 100% chance and blessed scroll 50% and crystal scroll 50%.

 

When I click on the item it will give me Festival adena and 1 of the scrolls.

I tried many different combination but couldn't get it done. CAn anyone help me?

Thanks.

i can't understand you want to make festival adena as extracatable item or add to drop?

Link to comment
Share on other sites

  • 1 month later...

I try that and not work but is strange why for ex if you look inside:

 

servers/data/extractable_items.csv

 

#itemId;Production1,Quantity1,Chance1[;Production2,Quantity2,Chance2... ;ProductionN,QuantityN,ChanceN]

#itemId;[Production1,Quantity1,Production2,Quantity2,....],Chance1 - for 2 or more rewards (use witout [ ] )

 

 

# Shiny Halloween Toy Box - Event

20717;20718,1,20;20719,1,20;20720,1,20;20721,1,20;20722,1,20  (from this way you get a random reward) but i try to make in the same way with my item and not work dunno why. <.<

 

Ok, is method work:

 

# Shiny Halloween Toy Box - Event

20717;20718,1,20;20719,1,20;20720,1,20;20721,1,20;20722,1,20

 

This work for a random reward but the problem is when the reward item number is more than 1, i mean:

 

20717;20718,4,20;20719,5,20;20720,10,20;20721,20,20;20722,40,20

 

So how i can make it work with more that a reward?

Link to comment
Share on other sites

  • 11 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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