@DimensioN212
when I log in my character gets the whole gear
im using the server @123new
Printable View
@DimensioN212
when I log in my character gets the whole gear
im using the server @123new
i put this "_uid in array_donategroup_ADMIN) then 76561199114430104" or "_uid i76561199114430104) then
@ 123new
Sorry to bother you!The service end of version 062 refreshes material problem! Modify types.xml with your method. This doesn't work! I modified the following:
<type name="Container_GiftBox_Small_1">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Small_2">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Small_3">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Small_4">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Medium_1">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Medium_2">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Medium_3">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Medium_4">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Large_1">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Large_2">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Large_3">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="Container_GiftBox_Large_4">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="SantasHat">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
<type name="SantasBeard">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
@123new
I solved the problem thanks 123new
Modified types.xml! But there's no such loot in the game! Did I write the wrong script? Sorry for my English! Is Google translate!
@123new
This is my dbLoad_Player
when I do spawn a new player is born with the whole gear but the extras I wanted to take when doing respanw is always born with the t-shir, the jeans and the sneakers like that shot in my character
https://mega.nz/#!5AZBlSDA!BGjjKVUgS...vziWgTe317p0fE
the key - !BGjjKVUgS54rGGh8k740mwxvhxP0uvziWgTe317p0fE
Open types.xm and edit it similarly to the existing records in it, there is nothing complicated. max and min values are the number of things on the server of this type, nominal is the average most likely number of things of this type. The rest of the parameters do not touch.
- - - Updated - - -
copy code with add inventory spawm in create playerr and psaste this in respawn.
operations in block "_clientNew" for spawn new player
operations in block "_clientRespawn" for respawn new player after kill player
if you need now loot adit this in block "_clientNew" and copy this in block "_clientRespawn". It is easy.
If it is very hard for you please, delete dayz 0.62 server files full
https://uploaddeimagens.com.br/imagens/dayz-png--3To better see the image
Do I have a problem with this?
<type name="Container_GiftBox_Medium_1">
<nominal>100</nominal>
<lifetime>14400</lifetime>
<restock>120</restock>
<min>10</min>
<max>100</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
thank you!
@123new
Ty bro its works nice