Skip to content

Commit

Permalink
Add event command (#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doloment authored Dec 24, 2024
1 parent 5df83e0 commit 0e28550
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions minetest.conf.prod
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ lp_api.system_name = lord
common_spawn_pos = 735, 33, -818
#hall_of_life_pos = 735, 33, -818
hall_of_center_pos = 735, 33, -818
hall_of_event_pos = 9519, 40, 11815
hall_of_death_pos = 11773, 54, -10282
#hall_of_bree_pos = -7201, 3, 7629
# спауны для рас ( GH: #330 )
Expand Down
1 change: 1 addition & 0 deletions mods/lord/World/lord_spawn/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ end

spawn.register_hall("center", "Dol Guldur")
spawn.register_hall("death", "Death")
spawn.register_hall("event", "Event") -- revert after Jan 13, 2025
--spawn.register_hall("life", "Life")
minetest.register_chatcommand("life", {
description = S("Teleport to the Hall of Life"),
Expand Down
1 change: 1 addition & 0 deletions mods/lord/World/lord_spawn/locale/lord_spawn.en.tr
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ Teleporting to elf Spawn...=Teleporting to Elf Spawn...
Teleporting to the Hall of Life...=Teleporting to the Hall of Life...
Teleporting to the Hall of Death...=Teleporting to the Hall of Death...
Teleporting to the Hall of Dol Guldur...=Teleporting to the Dol Guldur...
Teleporting to the Hall of Event...=Teleporting to the event area (Maakh-Shaluur)...
Teleport failed=Teleport failed
Command reserved. For teleporting to Old Central Spawn use command `/center`=Command reserved. For teleporting to Old Central Spawn use command `/center`
1 change: 1 addition & 0 deletions mods/lord/World/lord_spawn/locale/lord_spawn.ru.tr
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ Teleporting to elf Spawn...=Производится перемещение на
Teleporting to the Hall of Life...=Производится перемещение в Зал Жизни...
Teleporting to the Hall of Death...=Производится перемещение в Зал Смерти...
Teleporting to the Hall of Dol Guldur...=Производится перемещение в Дол Гулдур...
Teleporting to the Hall of Event...=Производится перемещение на территорию события (Маакх-Шаалур)...
Teleport failed=Не удалось переместиться
Command reserved. For teleporting to Old Central Spawn use command `/center`=Команда зарезервирована. Для телепортации в Старый центральный Спаун используйте команду `/center`

0 comments on commit 0e28550

Please sign in to comment.