-
Posts
1,818 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Fruster
-
I'll try to figure out other loot tables, maybe something will work out. And about the doors with code locks, not all of them open, some are part of the decorations, they cannot be opened
-
it's quite possible, the code is only with one NPC in the garage near the car
-
Hey! Ok, I'll check it out
-
Version 1.0.8
343 downloads
The plugin adds a dungeon event to your server. Dungeons are bases with puzzles, NPC defenders, turrets and more. You can create your own dungeons of varying difficulty You can build your own bases or modify existing ones: There are moving NPC guardians in the dungeons: There are puzzles with protective doors in the dungeons: In the dungeons there are secret notes with codes in boxes or on NPCs: Commands: dungbase_start - force start event dungbase_stop - force stop event Hooks: void DungeonBasesEventStarted() - // called when event starts void DungeonBasesEventEnded() - // called when event ends Configuration: { "Allow only the event owner (the one who entered the dungeon first) into the dungeon": true, "Allow owner's teammates to enter the dungeon": true, "Message that you cannot enter the dungeon without being the owner of the event or its teammate": "You cannot enter the dungeon without being the owner of the event or its teammate", "Event marker on the map": true, "Event marker name": "Dungeon Base", "Event marker transparency(0-1)": 0.55, "Event marker radius": 0.5, "Event marker color.R(0-1)": 1.0, "Event marker color.G(0-1)": 0.0, "Event marker color.B(0-1)": 0.0, "Display event owner name on marker": true, "Display the time remaining until the end of the event on the marker": true, "Autostart event(disable if you want to trigger the event only manually)": false, "Minimum time to event start(in seconds)": 3600, "Maximum time to event start(in seconds)": 7200, "Minimum event duration(in seconds)": 2000, "Maximum event duration(in seconds)": 3000, "Minimum number of online players to trigger an event": 1, "Event message": "The dungeon bases event has started, find the entrance to the base and get the loot", "End event message": "The dungeon bases event has ended", "Dungeons list": [ "#dung#base1", "#dung#base2", "#dung#base3", "#dung#base4" ], "Entrances list": [ "#dung#entrance1", "#dung#entrance2", "#dung#entrance3", "#dung#entrance4" ], "Random order of choosing a dungeon from the list (if false, will be selected in turn)": false, "Random order of choosing the entrance to the dungeon from the list (if false, will be selected in turn)": false, "Change the time of day when entering the dungeon(from 0 to 23, if -1 - do not change the time)": 0.0, "How long before the end of the event does radiation start to affect players inside the dungeon": 180, "How long after the event ends should the entrance be destroyed": 60, "Close the entrance and exit to the dungeon when the event time is over": true, "Message about closing the entrance and exit": "Time is up, the entrance and exit to the dungeon are closed forever!" } Note: The plugin is guaranteed to work correctly with bases enabled. NPCs will not behave as standard, as they use different algorithms. Only one dungeon can spawn on the map at a time.$19.99 -
Вы не можете предоставить мне плагин для тестирования, по правилам это может сделать только разработчик. На самом деле, этот запрос в поддержку должен был быть сделан для плагина ServerHud, но если вы сделали это для AirfieldEvent, то давайте попробуем разобраться с этим здесь. Я проверил хуки AirfieldEventStarted и AirfieldEventEnded, они корректно вызываются в начале и в конце события соответственно. Скорее всего дело в настройках ServerHud. Запускается ли на вашем сервере фактически событие AirfieldEvent, появляется ли грузовой самолет, и происходит ли сброс груза на аэродроме? Так же я прошу вас предоставить мне файл конфигурации от ServerHud, я попробую проверить ваши настройки
-
Делали ли вы до этого удачную настройку этого плагина с другими событиями?
-
Без void и без скобок () в конце?
-
Приветствую! Попробуйте вводить название хука без "void"
-
Changed Status from Pending to Closed
-
Ok, I will change the default settings for the better. Thanks for your suggestion for improvement
-
Hey there! You can change the event start message in the config. You can also change any event message, as well as change the event marker name. Are you satisfied with this solution?
-
Changed Status from Pending to Closed
-
try changing this in the config: "North icon": "https://www.dropbox.com/scl/fi/dmlczi87fw4ux0o20ms0q/n.png?rlkey=maq5ekwcntoeqd0t937m5wu83&dl=1", "South icon": "https://www.dropbox.com/scl/fi/vyoox8pfq5b1lmz0bndlo/s.png?rlkey=2tt0w8316ocdw0i1coa1mf5a5&dl=1", "West icon": "https://www.dropbox.com/scl/fi/xutae5br16r7exu4zh6hw/w.png?rlkey=gl5flroo8qyjr51jzy8uvjsnz&dl=1", "East icon": "https://www.dropbox.com/scl/fi/fcr2098qkogvsszqvx3sz/e.png?rlkey=ggpa9s5b365whylal3fvhbj2e&dl=1", "NorthWest icon": "https://www.dropbox.com/scl/fi/wzjw4j9ibqu12hrk8512w/nw.png?rlkey=brghws41sce0hzrr6uegmfesb&dl=1", "NorthEast icon": "https://www.dropbox.com/scl/fi/fn81s0hu7m04jnqahy4h6/ne.png?rlkey=knj8jm0irj2twpxy5oe37zadu&dl=1", "SouthWest icon": "https://www.dropbox.com/scl/fi/lfwonxiy1t8rycv2hn6wg/sw.png?rlkey=wz54crb9mxg4wqtpe8mkqo6xm&dl=1", "SouthEast icon": "https://www.dropbox.com/scl/fi/ih3hmg54zne0nx5ekrsed/se.png?rlkey=vrkb07b50i1tanz5y4wuryt0j&dl=1",
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Hey! For some reason you don't have access to the host or the ImageLibrary plugin is not installed. You have solved your problem?
-
Hey! Currently supported plugin is SimpleLootTable. Support for other plugins and loot tables is not planned yet, maybe someday when I find time for it