mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
its magic
This commit is contained in:
parent
a9087289fe
commit
8bd3e871d6
1 changed files with 4 additions and 1 deletions
|
@ -382,7 +382,10 @@ void Core::InstanceContent::onEnterTerritory( Entity::Player& player, uint32_t e
|
||||||
if( !hasPlayerPreviouslySpawned( player ) )
|
if( !hasPlayerPreviouslySpawned( player ) )
|
||||||
{
|
{
|
||||||
m_spawnedPlayers.insert( player.getId() );
|
m_spawnedPlayers.insert( player.getId() );
|
||||||
player.directorPlayScene( getDirectorId(), 1, 139699201, 0, 0x9 );
|
player.directorPlayScene( getDirectorId(), 1, NO_DEFAULT_CAMERA | CONDITION_CUTSCENE | SILENT_ENTER_TERRI_ENV |
|
||||||
|
HIDE_HOTBAR | SILENT_ENTER_TERRI_BGM | SILENT_ENTER_TERRI_SE |
|
||||||
|
DISABLE_STEALTH | 0x00100000 | LOCK_HUD | LOCK_HOTBAR | // todo: wtf is 0x00100000
|
||||||
|
DISABLE_CANCEL_EMOTE, 0, 0x9 );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
player.directorPlayScene( getDirectorId(), 2, NO_DEFAULT_CAMERA | HIDE_HOTBAR, 0, 0x9 );
|
player.directorPlayScene( getDirectorId(), 2, NO_DEFAULT_CAMERA | HIDE_HOTBAR, 0, 0x9 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue