File Details
RWPull_v.0.3
- R
- Jun 28, 2023
- 1.88 KB
- 843
- 5.4.8
- Retail
File Name
RWPull.zip
Supported Versions
- 5.4.8
Version 0.2:
- Updated the
pullStatetable to include an additional field,isReseted, which tracks whether the pull countdown has been reset. - Added the
pullMessagevariable to store the custom pull message. - Modified the
pullCountdownfunction to incorporate the changes from the previous version. - Added a check to display the pull countdown message if the countdown is greater than 1 and not reset.
- Added a check to display a specific message when the countdown reaches 1.
- Added a check to send a specific message when the countdown reaches 0.
- Added a check to display an "Aborted" message when the countdown is greater than 1 and has been reset.
- Updated the
pizzaCountdownfunction to match the changes from the previous version. - Added the
/rwccommand andRWCfunction to reset the pull countdown by settingisResetedto true. - Modified the
/rwpullcommand andRWP_PULLfunction to incorporate the changes made in the previous version. - Added a check to handle the case when
isResetedis true and the countdown is greater than 1. - Added the
/rwpmsgcommand andRWP_MSGfunction to set a custom pull message. - Added the
/rwp_helpcommand andRWP_HELPfunction to display help information about available commands.
Version 0.3:
- Added the
SetTimerfunction to create timers with specified intervals, callbacks, and options for recurrence. - Added the
KillTimerfunction to stop and remove timers. - Implemented a recurring timer system to handle multiple timers simultaneously.
- Created a frame event handler
OnUpdateto check timers at a specified granularity. - Introduced the
totalElapsedvariable to track the elapsed time for timer checks. - Modified the
pullCountdownfunction to handle the pull countdown logic. - Updated the pull countdown messages to use the
pullMessagevariable for customization. - Added support for aborting the countdown if the countdown is reset.
- Improved messaging for aborting the countdown.
- Introduced the
pizzaCountdownfunction to handle break countdown logic. - Modified the
RWCslash command to reset the pull countdown. - Added checks to handle different scenarios, such as an active timer or no active timer.
- Modified the
RWP_PULLslash command to initiate the pull countdown. - Added checks for valid input and negative values.
- Improved the messaging for initiating the countdown.
- Modified the
RWP_PIZZAslash command to initiate the break countdown. - Added checks for valid input and negative values.
- Modified the
RWP_MSGslash command to set a custom pull message. - Modified the
RWP_HELPslash command to provide usage information for all commands. - Introduced the
printfunction as a wrapper for the standard print function, with addon-specific formatting. - Added the initialization message to indicate successful loading of the addon.
Now the addon works properly, i forgot to add the timer function in the Alpha version hehe

