Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File
Line
Function
/inc/functions.php
3388
errorHandler->error
/showthread.php
116
build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File
Line
Function
/inc/functions.php
3331
errorHandler->error
/inc/functions.php
3324
build_forum_breadcrumb
/showthread.php
195
build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
I'm going to share some scripts that although have been made for a very peculiar kind of server, some of you may find them interesting and useful and could adapt them to your own servers.
Also related to events, this script has a few items that may be useful to you.
1)
You want players to sit on their base until an event round starts, but sometimes that's not easy to achieve due to players behavior.
That said, you have "i_pvp_log_sn" and "i_pvp_log_we" which are 2 types of wall logs (One turned to each direction) that will be removed 10 seconds after you double-click the "i_pvp_starter".
All you have to do is block the desired players bases with the "i_pvp_log_sn" or/and "i_pvp_log_we" (Remember that you can use .tile 1 <Item ID> to add many items in a line or a square.) and then double-click the "i_pvp_starter" when everyone is ready to play. The "i_pvp_starter" will start to countdown from 10 seconds and then automatically remove all logs, unblocking player bases, and announcing the start of the event.
2)
You also have in the script an "i_shrink_stone_pvp", which after double-clicked, asks you to target your pet. The pet will then be shrunk and moved into your backpack.
This is useful to replace stablers while players are preparing themselves for the event, providing a free shrink potion to everyone without any risk of the players losing their mounts.
(This post was last modified: 08-16-2015 02:40 AM by pointhz.)
08-16-2015 01:39 AM
The following 1 user Likes pointhz's post:1 user Likes pointhz's post Lincoln (10-27-2016)