Can anyone help to configure teleport_to_raid.xml? does not appear on the screen

Rafito

Heir
Customer
altsettings.properties
AltRaidBossTeleportAndAnnounce = True





teleport_to_raid.xml
<boss id="25282" name_en="New Boss Name" name_ru="New Boss Name" enable="true">
<window show="true" lvl_min="70" lvl_max="86" time="15000" text_ru="Отправиться к Боссу %name_ru%?" text_en="Teleport to the Boss %name_en%?"/>
<announce delay="120" show="false" lvl_min="70" lvl_max="86">
<before text_ru="%name_ru% Появиться через 2 минуты" text_en="%name_en% Appear in 2 minutes"/>
<after text_ru="%name_ru% появился в мире" text_en="%name_en% appeared in the world"/>
</announce>
<teleport loc="91112 -86024 -2740;91176 -86112 -2740;91016 -85879 -2740"/>
</boss




spawn.xml
<spawn name="[event]" event_name="[event]">
<npc id="25282" count="1" respawn="999999999" pos="185076 -9615 -5488 0"/>
<npc id="40136" count="1" respawn="15" pos="82964 147840 -3472 24575"/>
</spawn>


zone/epic.xml
<zone name="[epic_00]" type="epic" >
<set name="enabled" val="false"/>
<set name="cronZoneEnablePattern" val="00 00 * * *" />
<set name="cronZoneDisablePattern" val="59 00 * * *" />
<set name="cronZoneEnableBroadcastSpawnEvent" val="[event]" />
<set name="cronZoneDisableBroadcastDespawnEvent" val="[event]" />
<set name="cronZoneEnableAnnounceCustomMessage" val="event" />
<set name="cronZoneDisableAnnounceCustomMessage" val="event" />
<set name="restrictInsidePerClanPlayerCount" val="1" />
<set name="restrictInsidePerAlliancePlayerCount" val="1" />
<set name="restrictClanCapacityBackLoc" val="83423 148054 -3408" />
<set name="restrictInsideNonClanCount" val="999" />
<set name="uniqHwidLimit" val="1" />
<set name="noParty" val="true" />
<polygon>
<coords loc="185914 -10511 -5600 -5300" />
<coords loc="185946 -8681 -5600 -5300" />
<coords loc="184148 -8709 -5600 -5300" />
<coords loc="184184 -10508 -5600 -5300" />
</polygon>
</zone>
 
Enable it at config
# Raid Boss teleportation and announcement service
# If activated, there is no point to use AltRaidBossSpawnAnnounceIds and AltRaidBossSpawnAnnounceDelay
# Configured in data/teleport_to_raid.xml
AltRaidBossTeleportAndAnnounce = True
 
Also level of your characters is same ? lvl_min="70" lvl_max="86"
it will appear from 70 lvl of character and to 86 also check your
.cfg maybe you are trun on parameter

b840ca5cc88cb5a52c598ae3c65a8a89.png


By default is not blocked - Off, if you set On then the message will be disabled


Because I already check on test and all work perfect
 
Да, я не видел, чтобы игрок мог выбрать эту опцию, я настрою ее так, чтобы при первом входе игрока в систему она активировалась автоматически, чтобы увидеть телепорты к боссу.
Also level of your characters is same ? lvl_min="70" lvl_max="86"
it will appear from 70 lvl of character and to 86 also check your
.cfg maybe you are trun on parameter

b840ca5cc88cb5a52c598ae3c65a8a89.png


By default is not blocked - Off, if you set On then the message will be disabled


Because I already check on test and all work perfect
 
Да, я не видел, чтобы игрок мог выбрать эту опцию, я настрою ее так, чтобы при первом входе игрока в систему она активировалась автоматически, чтобы увидеть телепорты к боссу.
By default is OFF - so its OKAY ITS OKAAAY. ON is NOT OKKAAY. Are you understand me ?.
KEEP IT OFF! OFF is ok!!!
 
Back
Top