Visor123 91 Posted September 12, 2024 You can transfer Extractable items from the Mobius server. You can copy the selected part of the xml and paste it into the xml item l2emu This is work to Simple case: extract 1 or all items by chance, or extract items by chance Complex case: where u can recieve 1 item from list <set name="extractableCountMin" val="1" /> Quote Share this post Link to post Share on other sites
Visor123 91 Posted September 12, 2024 For a complex case, when you need to get one guaranteed from the list, the second from a random list, you need to do the following: Make 2 "capsuled_items" 1st list - "Guaranteed Items" with chance 100%. can use for items count = 1 Guaranteed 2nd list - "Random Items" -many items to recieve 1 from list extractableCountMin = 1 Mobius L2Emu 1 Quote Share this post Link to post Share on other sites