EdenEternal Posted June 18, 2010 Posted June 18, 2010 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 Quote
Setekh Posted June 18, 2010 Posted June 18, 2010 yea.. everyone can do it reading the file content lol.. Anyway good job in explaining it =) Quote
FighterBoss Posted June 18, 2010 Posted June 18, 2010 yea.. everyone can do it reading the file content lol.. Anyway good job in explaining it =) agree Added in collection Quote
disorder25 Posted August 24, 2010 Posted August 24, 2010 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. Quote
ServeSATAN Posted August 24, 2010 Posted August 24, 2010 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? Quote
DarkKnightCZ Posted August 24, 2010 Posted August 24, 2010 Leki: he wants item which will give him 2 items with different chances disoder25: did you try id_of_item;id_of_festivaladena,1,chance id_of_item;id_of_scroll,1,chance ? Quote
Chakl22 Posted September 27, 2010 Posted September 27, 2010 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? Quote
z3rocool Posted September 28, 2010 Posted September 28, 2010 it`s very easy, but you explain very well thx Quote
jssom Posted August 30, 2011 Posted August 30, 2011 i dont have that servers/data/extractable_items.csv what to do create a new 1? Quote
Recommended Posts
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.