L2JMobius

Public Development => General Discussion => Topic started by: EngineBoy on November 29, 2024, 09:11:39 PM

Title: Question drops classic il
Post by: EngineBoy on November 29, 2024, 09:11:39 PM
hello im using free version of classic interlude mobius.

1)i want to remove all drops from the world and use 10-15 npcs that i select with custom drops
2) \/
example my c6 pack i use have category
      <drops>
         <category id="0">
            <drop itemid="2397" min="1" max="1" chance="12"/>
            <drop itemid="2402" min="1" max="1" chance="19"/>
         </category>
         <category id="1">
            <drop itemid="1419" min="1" max="1" chance="200000"/>
            <drop itemid="1864" min="1" max="1" chance="166667"/>
         </category>
         <category id="2">
            <drop itemid="1419" min="1" max="1" chance="200000"/>
            <drop itemid="1864" min="1" max="1" chance="166667"/>
         </category>
in mobius classic il is:
      <dropLists>
         <drop>
            <item id="57" min="202" max="313" chance="100" /> <!-- Adena -->
            <item id="961" min="1" max="1" chance="13" /> <!-- Crystal Scroll: Enchant Weapon (S-grade) -->
            <item id="962" min="1" max="1" chance="16" /> <!-- Crystal Scroll: Enchant Armor (S-grade) -->
         </drop>
      </dropLists>
as you see in c6 have 2 items in each category and from one from two items.(you can have 10 items and from one from the 10)
how can i do this in mobius?
sorry for my bad english ;d (i dont test add another <drop> if works
Title: Re: Question drops classic il
Post by: BazookaRpm on November 30, 2024, 02:46:20 AM
Hello, I took the time to eliminate all the drops, from the mobs that I was not going to use, and let me tell you that it is a tremendous job that takes quite a few hours, I especially dedicated many hours to eliminating lines of drops from each mob, from lvl 1 to 87. in addition to editing the spoiler lines.

You have a good challenge and work ahead of you.
Title: Re: Question drops classic il
Post by: Mobius on November 30, 2024, 03:24:56 AM
ChatGPT -> Regex to replace or remove -> Notepad++
Title: Re: Question drops classic il
Post by: EngineBoy on November 30, 2024, 10:48:52 PM
ChatGPT -> Regex to replace or remove -> Notepad++

i add my own config :D
AllowNpcDropById = 22122,22123,22124,22125,22126,22127,22128
all drops disabled in every npc and <droplist> drops+spoils disabled and working only if added in the list AllowNpcDropById