Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition - new vehicle ownership submod out!
138件中 71-80 を表示
< 1 ... 6  7  8  9  10 ... 14 >
更新: 2022年7月9日 @ 12時39分

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

更新: 2022年7月8日 @ 13時24分

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

更新: 2022年7月7日 @ 8時23分

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

更新: 2022年7月3日 @ 12時52分

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

更新: 2022年7月2日 @ 8時06分

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

更新: 2022年7月1日 @ 15時42分

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

更新: 2022年7月1日 @ 13時28分

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

更新: 2022年6月27日 @ 7時46分

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

更新: 2022年6月26日 @ 8時48分

PARPChat:
- added vending machine ownership (set by admins on the vending machine)
- added vending machine transfer block for non owners / admins (= no stealing)
- vending machine prices can be set by the owner / admins in the item context menu
- people can buy stocked stuff from vending machines. VAT is applied.
- fix for tab not always appearing after tunein (desync issue)
- tuning out of a channel should not show your own tune out message as "faint activity" anymore
- added callback registering and handling functions for asynchronous operations
- performance improvements for chat window
- more preparation for chat and economy separation
- code refactoring

更新: 2022年6月20日 @ 10時05分

PARPChat:
- vending machines are container tiles now (need to push to live server to begin working on the mechanics)
- added a check for invalid rp names to the "get last rpname of username" function