• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
Notice Board for Xikini's Raid System in LUA

Notice Board for Xikini's Raid System in LUA 1.0

No permission to download
Noticeboard
an addition to @Xikini Raid System in LUA.
(Raid Script found here:
OTLAND Thread
fbf8560ebe15a77607c97cedfa56b68e.png
699f994e9c882b9a5cd7ee717cdd12ad.png

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;
if you want to force a raid with a GM, and need to copy/paste/memorize a whole sentence..
43e707aeb26522b1e4fa83a0748f4a11.png

- 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:
01b669835bda3febed5e1787cc849c95.png

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.

268ef5632921c07f66cc8674ba1660b6.png


LUA:
_G.raidInfo = raidInfo
(and delete local, from local raidInfo)

4# Add ActionID 9700 to a board ingame.

Let me know if it works and if you have any additional features in mind!
Author
Tenzhiro
Downloads
6
Views
715
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Tenzhiro

Back
Top