Noticeboard
an addition to @Xikini Raid System in LUA.
(Raid Script found here: OTLAND Thread
Raid Channel? Nu-uh! A notice board that shows Active Raids and Past Executed Raids, according to the raids executed in Xikini's Raid System.
-----------------------------------
- Displays the Raid Name, you can play around with it, downside for this;an addition to @Xikini Raid System in LUA.
(Raid Script found here: OTLAND Thread


Raid Channel? Nu-uh! A notice board that shows Active Raids and Past Executed Raids, according to the raids executed in Xikini's Raid System.
-----------------------------------
if you want to force a raid with a GM, and need to copy/paste/memorize a whole sentence..

- You need to add a few tiny things to Xikini's original system, but nothing to shabby.
--------------------------------
How to install:
1# Download the noticeboard.lua and place it in data/scripts
2# Open raidSystemInLua.lua (Xikini's Raid System) and add the following:

LUA:
},
-- lastOccurrence = 0 -- New field to store when the raid last occurred
LUA:
raidInfo[raidIndex].lastOccurrence = 0 -- Initialize lastOccurrence
LUA:
v.lastOccurrence = os.time()
3# And all the way at the end at the following which is key for making this work.

LUA:
_G.raidInfo = raidInfo
4# Add ActionID 9700 to a board ingame.
Let me know if it works and if you have any additional features in mind!