Addon Player Warehouse

Player Warehouse

This addon adds a character-based `Warehouse` to the game. This provides players with the ability to store items and gold outside of their regular inventory. In other words, the warehouse becomes an additional storage space where players can store their goods in an organized and convenient way. This feature can be extremely useful for those who accumulate a lot of items as they progress through the game, as it frees up space in the main inventory while still maintaining access to items stored in the warehouse. This can simplify resource management and improve the overall player experience by providing a more comprehensive storage solution.

Tutoriel for installation

1) add in Canvas :

  • UI_PlayerWarehouse

2) open player prefab

  • 2.1) add assign warehouseConfiguration in component PlayerAddonsConfigurator

3) open prefab npc (OPTIONAL)

  • 3.1) open npc prefab, add NpcWarehouse component
  • 3.2) in same npc prefab go to component Npc and asign component NpcWarehouse in field NpcWarehouse
  • 3.3) in same npc prefab assign scriptables game event UIEventPlayerWarehouse and check if yes or not this npc offert warehouse

Advice :

    1. I advise you to create your own scriptables and not to use those present in the addons
    1. I also advise you to create your own prefabs, this will avoid any subsequent overwriting

Tips:

  • copying a file on Unity is very simple, just press Ctrl+d

Requirement

  1. Tools

Add Define

  1. _iMMOWAREHOUSE

Video Tutoriel

  1. No video tutoriel

Addon Date

  1. Created : 2024-06-02
  2. Updated : 2024-06-02

Tutoriel Date

  1. Update : 2024-06-07 00:27:09

File Date

  1. Update : 2024-06-12

Explore Our Addons:

Attache addon for uMMORPG
Attache

Allows attaching game objects to entities, spawning and despawning according to specific rules like parent health.

Npc Extended addon for uMMORPG
Npc Extended

Npc Extended adds to the npc a waypoint or random movement system. it also adds the possibility to the Npc to fight monsters and / or players if they are not from the same kingdom as him

Guild Upgrades addon for uMMORPG
Guild Upgrades

Allows the guild master or vice to upgrade the guild. Upgrading a guild increases member capacity and can reward the upgrading player with an item.