Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition - new vehicle ownership submod out!
Mostrando 71-80 de 140 aportaciones
< 1 ... 6  7  8  9  10 ... 14 >
Actualización: 17 JUL 2022 a las 9:37 a. m.

PARPChat:
- added checks to /prunevehicles command. in addition to the vehicle being in a safehouse it now checks for passengers, the current player in the vehicle and valhalla vehicle ownership
- moved the "pack things into vending machines after tagging a price" action to the end of the process. i can't tell the game to transmit the item moddata i store the price in, so it has to be in inventory for a bit.

Actualización: 14 JUL 2022 a las 10:43 a. m.

PARPChat:
- new admin command /prunevehicles which accepts a condition in percent and a radius around the player (ex.: /prunevehicles 25% r50)
- if an ATM is inside the bank main office, the paycheck and exchange options become available in its context menu
- remove double spaces when setting /rpname

Actualización: 9 JUL 2022 a las 12:39 p. m.

PARPChat:
- added sandbox var to enable global item shop at vending machines
- if enabled, you can use those commands at the vending machines: `/buy item` and `/pricelist`
- added context menu for the global item shop to the vending machine (sandbox vars, off by default)
- added sandbox var for maximum distance to vending machine to access global item shop

Actualización: 8 JUL 2022 a las 1:24 p. m.

PARPChat:
- added some fallbacks for possible load order issues in lua/server/Commands/CommandHelpers

Actualización: 7 JUL 2022 a las 8:23 a. m.

PARPChat:
- added sandbox option for bank account number prefix, defaults to PA
- added sandbox option for bank account digit count (default: 6)
- the /wire command now also accepts a bank account number instead of a username, which enables offline transactions: /wire PA123456 100
- you can now view your bank account number with /balance
- when getting a user account balance for the first time, an account number is attached to the account
- added ATM context menu option to wire to an account number
- added ATM context menus for printing valuables exchange list and a list of valuables on your person
- restructured ATM context menu
- added method of reverse lookup for account number to username
- when moving money the last rpname of users is automatically found out, if not present at the time of transaction
- fixed rare error when getting rp names
- fixed wrong command hint in item shop printout

Actualización: 3 JUL 2022 a las 12:52 p. m.

PARPChat:
- added sandbox option to hide currencies from /balance. use the internal names (primary, cash, paycheck, earnings, revenue...)
- added sandbox option to change the currency rewarded for zombie bounties (internal name, default is still cash)
- added option for admins to override vending machine currency settings on a per machine basis
- the context menu for items in vending machines now shows the currency used
- zombie bounty now uses the name of the primary currency for all default currencies and custom names for custom currencies
- balance only shows default currencies with the name of the primary currency appended
- added method for currency redemption. can be used for example through a recipe's onCreate handler: PARP.Event:redeemCurrency(internalCurrencyName, amount)
- changed some internal things around username removal
- reformatted the vending machine log entries to include currency

Actualización: 2 JUL 2022 a las 8:06 a. m.

PARPChat:
- added sandbox option to enable document creation for /balance commands (disabled by default)
- branched the ATM context menu into "show" (in chat) and "print document"
- fixed vehicles not showing up in starterkit lists
- added new admin command to move money between accounts: /mergeaccounts "username 1" "username 2"
- staff tab will always be created when you log in as staff member
- re-added the "how do i use the radio" info to the welcome message
- show a message on login if starter kit is available and how to get one
- restructured the economy sandbox options as they were becoming cluttered
- changed variable type for tax and fee rates to double (check values after update)
- added sandbox option to log vending machine sales
- vending machine prices are now only shown when the item is inside a vending machine
- fixed error with server messages not being shown

Actualización: 1 JUL 2022 a las 3:42 p. m.

PARPChat:
- fixed issue with withdraw/deposit client commands throwing error because of missing command module
- fixed issue with permissions modify client command throwing error because of missing command module

Actualización: 1 JUL 2022 a las 1:28 p. m.

PARPChat:
- added new sandbox option to allow turning in paychecks at ATMs
- added context menu entries for paycheck and account balance to the ATMs
- items with a price tag will now have the price appended behind the item name
- added context menu entry to remove price tags from items
- moved vending item pricing / buy context menu options to the top
- /pricelist, /starterkit list, /valuables list create catalogues in the user's inventory
- /valuables creates an offer document with the carried items and the prices the bank would offer on /exchange
- /exchange gives you a document with all items that have been exchanged
- /balance creates a sheet of paper in your inventory with your current account balance
- added methods to batch send notifications to the client
- /valuables and /exchange commands now ignore favorited and equipped items
- /balance messages will now be received accurately ordered
- /roll command now works with "RH" namespaced dice too
- /tuneradio now sets the maximum input length based on the allowed channels in sandbox
- messages added as info text (balance, zombie bounties etc) do not cause general tab to blink anymore
- sets max chat lines to 150 instead of vanilla 50
- improved handling of username removal if that option is turned on
- corrected a typo in the starterkit example translation
- lots of changes and improvements under the hood

Actualización: 27 JUN 2022 a las 7:46 a. m.

PARPChat:
- changed how the item removal from vending machines containers works
- fixed setting vending machine prices when multi selecting from one stack, not multiple stacks at once
- lowered time required to tag a price on articles