DayZ
Trader
Showing 41-47 of 47 entries
< 1  2  3  4  >
Update: Jan 18, 2019 @ 8:26am

HOTFIX:
- Fixed Null Pointer Error that spammed the Client crash.log File with Error Messages.

NEEDED CHANGES FOR SERVER OWNERS:
- Redo Step 1 - 8 on the Server Installation Instructions
- No Config Files have been changed.

Update: Jan 13, 2019 @ 2:57pm

ADDED FEATURES:
- Multiple Currencys with multiple Money Values
- Automatic merging of Currencys and bought Items
- Sellonly and Buyonly Option for Trader Items
- Unique Messagesystem for Trader and Safezone Messages
- Added Universal Light Weapon Attachment for trading

FIXES:
- Stacks of Items can now be sold properly
- "no Trader nearby.." Message only shows up in Safezones
- Ruble Money Items brightness in Inventory is normal now
- Database Issues caused by Players in Trader Menus should be fixed now
- Database Issues due to Player Status Saves every Second should be fixed now
- Players now don't "die" in Safezones when get shot

NEEDED CHANGES FOR SERVER OWNERS:
- Redo Step 1 - 8 on the Server Installation Instructions
- Redo Step 15 - 18 on the Server Installation Instructions or follow the next Instrcutions
- The TraderConfig.txt File was changed! If you already made some changes to this File please change the following lines inside the File:

The following line:
"<Currency> MoneyRuble1 // Currency Classname"
was replaced with the follwing lines:
"<CurrencyName> Rubles // Currency Name (Only used for the Text in the upper right Corner of the Trader Menu)
<Currency> MoneyRuble1, 1 // Currency Classname, Currency Money Value
<Currency> MoneyRuble5, 5
<Currency> MoneyRuble10, 10
<Currency> MoneyRuble25, 25
<Currency> MoneyRuble50, 50
<Currency> MoneyRuble100, 100"

The following line:
"Apple, *, 1, 0 // Item Classname, Quantity, Buyvalue, Sellvalue (Quantity * means max value; Quantity V means Vehicle; Quantity M means Magazine; Quantity W means Weapon)"
was changed to:
"Apple, *, 1, 0 // Item Classname, Quantity, Buyvalue, Sellvalue"

The following line:
"Pear, *, 1, 0"
was changed to:
"Pear, *, 1, 0 // Quantity * means max value; Quantity V means Vehicle; Quantity M means Magazine; Quantity W means Weapon"

The following line:
"Plum, *, 1, 0"
was changed to:
"Plum, *, 1, 0 // Buyvalue -1 means it can not be bought"

The following line:
"Potato, *, 1, 0"
was changed to:
"Potato, *, 1, 0 // Sellvalue -1 means it can not be selled"

The following lines:
"<Category> Medications
CharcoalTablets, *, 2, 1
DisinfectantAlcohol, *, 4, 2
VitaminBottle, *, 6, 4
TetracyclineAntibiotics,*, 8, 5
PainkillerTablets, *, 10, 6
Epinephrine, *, 20, 10
Morphine, *, 25, 15"
were changed to:
"<Category> Medications
CharcoalTablets, *, 2, 1
DisinfectantAlcohol, *, 4, 2
VitaminBottle, *, 6, 4
TetracyclineAntibiotics,*, 8, 5
PainkillerTablets, *, 10, 6
Epinephrine, *, 20, 10
Morphine, *, 25, 15

<Category> Money Exchange
MoneyRuble1, 1, 1, -1
MoneyRuble5, 1, 5, -1
MoneyRuble10, 1, 10, -1
MoneyRuble25, 1, 25, -1
MoneyRuble50, 1, 50, -1
MoneyRuble100, 1, 100, -1"

The following lines:
"<Category> Compensators
MP5_Compensator, *, 200, 100"
were changed to:
"<Category> Compensators
MP5_Compensator, *, 200, 100

<Category> Flashlights
Universallight, *, 120, 60"

Update: Dec 28, 2018 @ 9:16pm

HOTFIX:
- Removed "private" Prefix for Functions to improve compatibility with other Mods

NEEDED CHANGES FOR SERVER OWNERS:
- Redo Step 1 - 8 on the Server Installation Instructions
- No Config Files have been changed.

Update: Dec 28, 2018 @ 8:23pm

ADDED FEATURES:
- Prevention of Influenza, Cold and Diseases in Safezones
- Sell Item in Hands first
- Disabled all Meele Attacks in Safezones
- Traders dont accept ruined Items now
- Forbid Feeding in Safezones
- Forbid playerdamaging Medical Actions in Safezones

FIXES:
- Hackers cant use RPC-Calls anymore to spawn Objects on the Server now
- High Ping double sell Bug is fixed now
- Plank Money Duping is fixed now
- Barrels can now be sold
- Some Masks caused Client Crashes and are now removed

NEEDED CHANGES FOR SERVER OWNERS:
- Redo Step 1 - 8 and 15 - 18 on the Server Installation Instructions
- The TraderConfig.txt File was changed! If you already made some changes to this File please change the following lines inside the File:
"Rag, 1, 1, 0" was changed to "//Rag, 1, 1, 0"
"BandageDressing, 1, 3, 1" was changed to "BandageDressing, 2, 3, 1"
"WoodenPlank, 1, 50, 5" was changed to "WoodenPlank, 10, 50, 15"
"Barrel_Blue, *, 1500, 350" was changed to "Barrel_Blue, 0, 1500, 350"
"Barrel_Green, *, 1500, 350" was changed to "Barrel_Green, 0, 1500, 350"
"Barrel_Red, *, 1500, 350" was changed to "Barrel_Red, 0, 1500, 350"
"Barrel_Yellow, *, 1500, 350" was changed to "Barrel_Yellow, 0, 1500, 350"
"HoxtonMask, *, 40, 10" was changed to "//HoxtonMask, *, 40, 10"
"WolfMask, *, 40, 10" was changed to "//WolfMask, *, 40, 10"
"DallasMask, *, 40, 10" was changed to "//DallasMask, *, 40, 10"

Update: Dec 15, 2018 @ 9:16am

HOTFIX:
- Added Timer for Selling and Buying Items.

NEEDED CHANGES FOR SERVER OWNERS:
- Redo Step 1 - 8 on the Server Installation Instructions
- No Config Files have been changed.

Update: Dec 14, 2018 @ 1:59pm

Update: Dec 14, 2018 @ 12:01pm