• 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!

GlobalEvent TM - Boss Raid System v1.3.0 (Release/Updated)

ohhh i was testing this script on my test server and i was using sqlite in it, so i've changed the database to mysql and worked(damn sqlite tables), thx for help.
very nice this raid system good job, the tfs one is too limited compared with this...
 
He doesn't accept the script inside the globalevent folder I put this code

Code:
local config =
{
raidName = "Demodras",
boss = {name = "Demodras", amount = 1, pos = {x=1430,y=1025,z=12}},
spawnBossChance = 100, --(%)
enabled = true,
topLeft = { x=1425, y=1018, z=12, stackpos=253 },
bottomRight={ x=1434, y=1028, z=12, stackpos=253 },
autoCleanSpawns = { enabled = true, time = 80000 },
broadcast = true,
trashspawn = {
{name = "Dragon Lord", amount = 3, chance = 100},
{name = "Dragon", amount = 3, chance = 100}
},
checkThreshold = 10
}

local broadcasting =
{
{text = string, interval = integer[milliseconds], activate = boolean[true/false]}
--The raid creatures will not spawn until it reaches the broadcast text with activate parameter 'true'.
{text = "You hear a loud 'Groaaaar' inside the Darashian Volcano", interval = 500, activate = false},
{text = "Demodras has shown up at Darashian Volcano get his claw it is much worth!!", interval = 10000, activate = false}
}
 
When I said "/disableraid 1 or /enableraid 1 i got this
Code:
Error - [getRaidIdByBoss] Raid '1' does not exist!
Error - [getRaidIdByBoss] Raid '1' does not exist!
why?
I have another question.. But how to set it? because I would like that all the raids were random
Please PMM :(

http://otland.net/threads/how-to-set-my-raids.216050/
 
Last edited:
In TFS 0.4 works 80%, but after the raid execute, this display in console:

[Error - GlobalEvent Interface]
In a timer event called from:
data/globalevents/scripts/raids/griffin.lua:eek:nThink
Description:
data/globalevents/scripts/raids/lib/eventraids.lua:513: attempt to index field 'itemid' (a number value)
stack traceback:
data/globalevents/scripts/raids/lib/eventraids.lua:513: in function 'addRaidSpawns'
data/globalevents/scripts/raids/lib/eventraids.lua:340: in function 'executeBossRaid'
data/globalevents/scripts/raids/lib/eventraids.lua:223: in function <data/globalevents/scripts/raids/lib/eventraids.lua:218>
 
Back
Top