Bag Usage & Integration

This guide explains how players can use outfit bags and how server admins can integrate them into shops or create default bags at specific locations.


For Players

Getting Started

1

Obtain an outfit bag

You can get it from in-game shops, trades, or directly from admins.

2

Equip your desired outfit

Visit a clothing store and customize your character.

3

Use the outfit bag

Open your inventory and use the item.

4

Save your current outfit

Assign a custom name and store the outfit inside the bag.


Managing Outfits

  • Save Multiple Outfits – Keep several styles in a single bag.

  • Load Outfits Instantly – Change your appearance in seconds.

  • Rename Outfits – Keep your collection organized with proper labels.

  • Delete Outfits – Clean up old or unused styles easily.


Using Default Bags

1

Locate default bags placed at fixed map locations.

2

Walk up to the bag and interact with it.

3

View available outfits – Filtered by your job or public access.

4

Equip the outfit – Instantly apply the pre-configured look.


For Server Administrators

Adding Outfit Bags to Shops

To make outfit bags available for purchase in shops, you can add them as items. Example for qb-shops:

{
    name = 'outfitbag',
    price = 750,
    amount = 50,
    info = {},
    type = 'item',
    slot = 15,
}

Last updated