Jump to content
SIR_RICHARD

people getting reflex sight and fnx mrds in server!?

Recommended Posts

hello community! I help run a DayZ SA server and we are trying to add in the mrds for the FNX45 and the reflex sight for the M4 from .62 but we have no idea where to get the assets or how to implement them. would anyone be able to help?

Share this post


Link to post
Share on other sites

Yeah. Its pretty easy. All you need to do Its get the Item's name. Follow the example there and writting down in the type.xml. 

Normally need 2-3 hrs to get items spawn. So be patient.

 

Update: You probably will encounter this problem that may cause items not spawnning correctly.

Type 'X' must be inherited from class 'X'

No idea how to fix it.

Edited by HeadCrabD
  • Thanks 1

Share this post


Link to post
Share on other sites
13 hours ago, SIR_RICHARD said:

hello community! I help run a DayZ SA server and we are trying to add in the mrds for the FNX45 and the reflex sight for the M4 from .62 but we have no idea where to get the assets or how to implement them. would anyone be able to help?

<type name="ReflexOptic">
        <nominal>10</nominal>
        <lifetime>1800</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="weapons"/>
        <usage name="Military"/>
        <usage name="Police"/>
        <value name="Tier1"/>
        <value name="Tier2"/>
        <value name="Tier3"/>
        <value name="Tier4"/>
    </type>

<type name="FNP45_MRDSOptic">
        <nominal>10</nominal>
        <lifetime>1800</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="weapons"/>
        <usage name="Military"/>
        <usage name="Police"/>
        <value name="Tier1"/>
        <value name="Tier2"/>
        <value name="Tier3"/>
        <value name="Tier4"/>
    </type>

 

  • Thanks 2

Share this post


Link to post
Share on other sites

Thanks guys i really appreciate it, this solves all of my problems. i looked forever online and i couldn't find the asset names anywhere! seriously appreciate it though!

Share this post


Link to post
Share on other sites
18 hours ago, HogsMaws said:

I think there is a reason why the devs didn't put it in there (see image)

4aencZ1.jpg

lol thats how they made it to be a few patches ago still works good when you see a player ectra they have tryed to blur out all iron sights but yeah dosent look to good

Share this post


Link to post
Share on other sites
On 1/29/2019 at 11:11 AM, HogsMaws said:

rich - you have better luck?

results are about the same. im not too worried about it at this point, i just wanted the sights in!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×