PL-arview - /games Utility for making AntiRaffle hosting easier

PlasticLobster

New member
PL-arview is a relay override script for your mall store sales screen. It adds an option to turn on "AR View" which will separate your sales by KoL day per-item, assume they are all AntiRaffle (AR) tickets, and number them in the order people bought them. Also, if you click on the ticket number, it will copy the original mall sales message to your clipboard for easy pasting into the /games channel.
If you click on a person's name, it will detect whether or not that person is in ronin/hardcore and will take you to either send them a message OR to send them a gift accordingly for their prize.

It also adds a refresh feature to the mall store sales screen (in both AR mode and regular mode), which should make monitoring your AR's that much easier.

This script is not compatible with Bale's script that allows you to sort by player, item, etc. Installing this WILL overwrite that one if you have it installed.

By request, this script also adds a separation between purchases on dates in the non-AR view.

You can configure whether that separation is by real-life date or KoL day by setting:
Code:
set PL_ARView_Use_KoL_Dates = true
for KoL dates
and
Code:
set PL_ARView_Use_KoL_Dates = false
for real-life dates

Screen Shot 2019-03-23 at 7.38.11 AM.png Screen Shot 2019-03-23 at 7.42.44 AM.png Screen Shot 2019-03-23 at 5.30.45 PM.png

As per the norm, the script is managed on Github: https://github.com/plasticlobster/kol-arview/

Issue reports are totally appreciated.

To install:
Code:
svn checkout https://github.com/plasticlobster/kol-arview/branches/Release

To update:
Code:
svn update plasticlobster-kol-arview-branches-Release

To remove:
Code:
svn delete plasticlobster-kol-arview-branches-Release
 
Last edited:
Top