Gmod Items Banks - Individual storage system - Script
Item bank with access restrictions by profession, rank, level and storage capacity, with the possibility of increasing the level of the storage account linked to steamid64, which allows to increase the storage capacity. Upgrades with a resource such as money, per account. Call this system as you want because it adapts to the situation you are looking for, item chest, item bank, character chest. Choose if the entity is an NPC or a Model Chest by inserting the model you want, configure the text and background image and that's it. Possibility to place several with different characteristics and access restrictions.
❮
❯
Description of Gmod Items Banks - Individual storage system
Contents:- π Gmod Items Banks addon description - Individual storage system
- π° Items bank account upgrade system
- π¬ Text-based interaction with editable npcs
- π§ Access restriction by job, category, ranks, level
- π Customization via admin and management interface
- π§° Customization via the configuration file
- β What kind of need can Gmod Items Banks have - Individual response
- β Regular Questions
- βοΈ Additional functionality with other compatible scripts
π 1. Gmod Items Banks addon description - Individual storage system
Gmod Items Banks - Individual storage system will allow your players to store their weapons and ammunition in a secure storage that will be linked to their account by the detection of their SteamID64, this means that another user can't see the content of another player's storage at the same NPC.
You will be able to place them on the map with various access restrictions by profession, rank, player level if you have a leveling system installed on your Garry's Mod server.
The script includes a storage account leveling system, which will influence the possibility to store more. Your players will start at level 0 and will have the possibility to upgrade their account by paying the upgrade to an NPC, the more they upgrade their storage account the more the price will increase, you will have the possibility to set the price and the price evolution yourself in the configuration file. In this case you can use DarkRP money system, if you are not on a DarkRP then you can use Gmod money system, you have the possibility to disable the upgrade system to do without a money system.
You don't need to have DarkRP to run this script. If you are using DarkRP, you will also have the option to transfer the contents of your Pocket from DarkRP.
If you have my inventory system or/and my pocket system you will also be able to interact with their content from the same interface, this script also works if you don't have its content on your servers.
π° 2. Item bank account upgrade system
You will also have the ability to upgrade the storage capacity, so you can store more items in the item bank. This could also serve as a goal for players who like to put in the work.
π¬ 3. Text interaction with editable npcs
The script allows you to place item bank points wherever you want, you will be able to interact with an NPC or Chest according to your choice which will display a text you set up in real time from the in-game management interface.
π§ 4. Access restriction by job, category, ranks, level
The different levels of restriction you can impose on an NPC are as follows:
You can make the restriction by level active, which will make access only from a certain level.
Access by DarkRP jobs and their categories (If you don't have DarkRP you won't need it, it doesn't matter, it still works without it)
You can also restrict access to players who don't have a certain rank, like vip for example with the rank restriction system.
π 5. Customization via admin and management interface
As an authorized staff member, manage from the pnj interface.
You will have the ability to change the NPC's RP name, avatar, 3D model, posture, dialogue and predefined responses and background image. By default as you can see in the video or in the screenshots I put a brick wall for lack of inspiration. In the end I think it gives a solid look. From this same NPC management interface you can also set access restrictions.
π§° 6. Customization via the configuration file
From the configuration file, you will have the possibility to adapt the script to the specific needs of your server.
Configure the basic variables regarding the basic storage capacity, the number of unlocked slots per level, the price of upgrades and the currency logo specific to your server universe.
You will have the option to disable the weapon storage buttons, which will disable the ability to? store weapons! The same goes for ammunition, the content in the DarkRP pocket, my pocket system or my inventory system. You have the freedom to choose to only be able to store items from the various compatible inventories.
β 7. What kind of need can Gmod Items Banks - Individual Answer
-1 For optimization or difficulty reasons, you have decided that player inventory sizes will be limited on your server. This system will allow players to better think about what they are going to carry and avoid the frustration of losing items, as this type of system secures their storage.
-If players have different characters and want to transfer items from one character to another, securing is possible. This will prevent them from dropping an item on the floor and disconnecting and reconnecting with another character. In addition to avoiding unnecessary drops on the server, it secures the player's equipment, and via an intuitive interface, the leveling system can also give a goal to level it to the maximum.
-3 Despite a large inventory your players need to store their items safely, this system mainly addresses this. It also forces to go to places frequented by other players on the server, moreover the exchanges between players give life to the server.
-If you don't have a backup system, then the bank will allow players to deposit their loot and come back to pick it up at their next session.
β 8. Regular questions
Will my players be able to transfer items between their characters? Yes. Since a player's item bank is tied to their account, not their character. However, it is possible to make sure that each character created has its own storage.
If I delete the NPC, will the players lose all their storage? No, the items are stored in a database independent of the NPC. This means that item banks in different locations actually give you access to this storage.
βοΈ 9. Bonus feature with my other compatible scripts
No script is the DLC of another. I don't do DLC. But sometimes scripts work independently of each other and complement each other in certain situations. This is the case here.
1. Gmod Leveling System: If you want to activate the leveling restriction and you do not have a leveling system on your server.
2 .Gmod Money System: If you want to activate the upgrade system, you will need a currency system if you do not want to use the DarkRP system or if you want to run without DarkRP.
3. Gmod Advanced Inventory System: You will also be able to store items from or in this inventory system.
4. Gmod Pocket System without DarkRP: You will also be able to store the objects of this exportable pocket system.
5. Gmod Items Packs + Spawnmenu included: If you need to bring more objects to your gmod server quickly, this system is for you. It is compatible with the single slot stacking method.
6. Gmod Character Creator System: Your different characters can share the same bank. Or have their own item bank to avoid this if you wish.
I have the ability to ensure compatibility between my scripts, and to provide quick support on all my scripts and work on compatibility between them quickly if there are problems.
Path: garrysmod/addons/norda_items_bank_individual
- The AddWorkshop function is automatically added to the script server file and can be deactivated from the configuration file. : resource.AddWorkshop( 2937416830 )
- To add gmod workshop resources to your collection : Gmod Items Banks - Individual storage system [Content Only] | Gmod Workshop
cfg.options_weapons = 0
cfg.options_ammos = 0
cfg.options_inventory_items = 0
cfg.options_pocket_items = 0
cfg.options_DarkRP_pocket_items = 0
cfg.Items_Banks_Capacity_base = 5
cfg.Items_Banks_capacity_per_lvl = 2
cfg.Items_Banks_Account_MaxLvl = 100
cfg.Items_Banks_price_perLvl = 1000
For example with this setting the user will pay 5000 to upgrade his storage capacity to level 5.
cfg.Items_Banks_currency="Gold"
----- Money System -----
-- 0 = Use my Gmod Money System + HUD Maker: /gmod-scripts/3927/gmod-money-system-hud-maker
-- 1 = DarkRP money
cfg.Money_System = 1
cfg.Items_Banks_Account_MaxLvl = 0.
This will have the effect of disabling everything related to the upgrade.
cfg.Sound_Take = "npc/zombie/foot_slide2.wav" -- Sound effect
cfg.Sound_Store = "npc/zombie/foot_slide2.wav" -- Sound effect
cfg.Sound_Upgrade = "sound/lockpicking/pickbreak.mp3" -- Sound effect
For example to replace the HL2 crowbar icon:
cfg.Items_Custom_Icon={
// HL2 EXAMPLE Weapons
weapon_crowbar ="custom_icon/w_crowbar_128.png",
}
Tip to avoid the leak of Gmod Items Banks - Individual storage system installed on your Garry's Mod server: How avoid the Leak of your Gmod scripts
How Install an addon on Gmod? : How install an addon on Gmod
How Publish an addon on the Gmod workshop? : Documentation how create a content pack to publish on the workshop?
Creator: Norda Scripts
Sales | 42 |
Published | 1 year |
Last update | |
Version | version 2.4 |
DRM | Yes |
Categories | Gmod addons |
Requierements | Garry's Mod Server |
Languages | π¬π§ π«π· |
DarkRP Entities Gameplay Allgamemode |