Configuration
1. Main Scripts
Here you must to change this config to work with your server, like your Core Name and your target name script ...
Shared.Exports = {
core = 'qb-core',
input = 'qb-input',
password = 'l2s-password',
target = 'qb-target',
}2. Events
You have more than one event in this config, you have a client and server events.
Shared.Events = {
itembox = 'inventory:client:ItemBox', -- your inventory event (client event)
phone = 'qb-phone:server:sendNewMailToOffline', -- your phone event (server event) file open source if you want make it export server/mail.lua
outfits = "qb-clothing:server:openOutfitMenu", -- your outfits event (server event)
doorlock = "qb-doorlock:server:ToggleHotel" -- if you uses your v4 files dont touch
}3. Bossmenu
l2s-hotel has a advanced system of bossmenu, if you wanna enable or desible the bossmenu you just need to do it false or true, and you can change the export and the name.
4. Card Price
Here, you can change the price of the new card and the price if the player want to Change card serial number.
5. Stash Weight
In this short tutorial you will learn how to change Stash Weigh, you have two types Normal stash and Suite, you can change the space and slots.
6. Webhook
We must add our discord webhook, If you don't know how to get a webhook, it's easy and we explain it in a few steps in the following video. Watch it carefully so you don't miss any step:
7. v4 Package
If you use the l2s v4 files you must to change it to true.
8. Language
In l2s-hotel you can change the Language to any Language do you want.
Last updated

