Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition - new vehicle ownership submod out!
Hiển thị 71-80 trong 141 mục
< 1 ... 6  7  8  9  10 ... 15 >
Cập nhật: 21 Thg07, 2022 @ 8:21am

PARPChat:
- added /loadout command. every time a player dies the full inventory loadout is dumped to a file on the server. available loadouts can be checked via /loadout list username and can be restored to the player with /loadout restore 3 (= the index gotten from list) username
- added /flipvehicle command
- added admin ATM context menu to allow paycheck and exchange for the specific machine despite the function being turned off in sandbox options
- only one "do you want to buy this item" window can now be open at a time
- internal code optimization and fixes for niche cases

Cập nhật: 17 Thg07, 2022 @ 9:37am

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.

Cập nhật: 14 Thg07, 2022 @ 10:43am

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

Cập nhật: 9 Thg07, 2022 @ 12:39pm

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

Cập nhật: 8 Thg07, 2022 @ 1:24pm

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

Cập nhật: 7 Thg07, 2022 @ 8:23am

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

Cập nhật: 3 Thg07, 2022 @ 12:52pm

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

Cập nhật: 2 Thg07, 2022 @ 8:06am

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

Cập nhật: 1 Thg07, 2022 @ 3:42pm

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

Cập nhật: 1 Thg07, 2022 @ 1:28pm

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