• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

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

Works 75% for me, using 0.4

Does this mean its good? What is rolled?

tfsraid.png


When I write /enableraid 1 or /enableraid The Horned Fox it says

Code:
18:45 The Horned Fox raid has been enabled.
Nothing happens, there is also a error in console:

tfsraid2.png


But, it works when it gets automaticly enabled, why not manually?
 
Last edited:
Works 75% for me, using 0.4

Does this mean its good? What is rolled?

tfsraid.png


When I write /enableraid 1 or /enableraid The Horned Fox it says

Code:
18:45 The Horned Fox raid has been enabled.
Nothing happens, there is also a error in console:

tfsraid2.png


But, it works when it gets automaticly enabled, why not manually?

You were able to disable but not enable?
 
0.4 uses milliseconds, not seconds like 0.3~
and..
The interval has to "tick once" before you can enable/disable it.
Works fine for me at 04
 
Maverick, was just checking on this thread, You rule man, thanks for keeping this system updated.

It is very nice. VERY NICE

is it 100% on 0.4 yet?
 
Maverick, was just checking on this thread, You rule man, thanks for keeping this system updated.

It is very nice. VERY NICE

is it 100% on 0.4 yet?

As far as my testing has shown yea its working well on 0.4, but ill keep my eyes open for any bugs xD

Thanks for all the reports guys, I will keep this raid system up to date as well as I can.

Cheers,
Mav
 
Potential memory leak with all functions that use db.getResult: you're not freeing the result.
 
Update! Fixed the potential memory leak problem.

Updated:
1.2.2 -
*eventraids.lua edited

Edit:
If anyone has any ideas on how to avoid the issue stated in the "Known Issues" section of my thread would like to hear them :)

Known Issue(s):
  • When the Threshold checks on blank tiles it brings up the error for each time it checks it and can cause some issues for people with slow servers.
 
Last edited:
how can you configure multiple messages?give me an example please!

EDIT : I get this error

Error - [getRaidIdByBoss] Raid 'thehornedfox' does not exist!

[31/07/2010 20:22:36] [Error - TalkAction Interface]
[31/07/2010 20:22:36] data/talkactions/scripts/raids/bossraid_control.lua:eek:nSay
[31/07/2010 20:22:36] Description:
[31/07/2010 20:22:36] data/lib/004-database.lua:100: [Result:free] Result not set!
[31/07/2010 20:22:36] stack traceback:
[31/07/2010 20:22:36] [C]: in function 'error'
[31/07/2010 20:22:37] data/lib/004-database.lua:100: in function 'free'
[31/07/2010 20:22:37] data/globalevents/scripts/raids/lib/eventraids.lua:102: in function 'getRaidIdByBoss'
[31/07/2010 20:22:37] data/talkactions/scripts/raids/bossraid_control.lua:82: in function <data/talkactions/scripts/raids/bossraid_control.lua:12>
 
Last edited:
how can you configure multiple messages?give me an example please!

EDIT : I get this error

Error - [getRaidIdByBoss] Raid 'thehornedfox' does not exist!

[31/07/2010 20:22:36] [Error - TalkAction Interface]
[31/07/2010 20:22:36] data/talkactions/scripts/raids/bossraid_control.lua:eek:nSay
[31/07/2010 20:22:36] Description:
[31/07/2010 20:22:36] data/lib/004-database.lua:100: [Result:free] Result not set!
[31/07/2010 20:22:36] stack traceback:
[31/07/2010 20:22:36] [C]: in function 'error'
[31/07/2010 20:22:37] data/lib/004-database.lua:100: in function 'free'
[31/07/2010 20:22:37] data/globalevents/scripts/raids/lib/eventraids.lua:102: in function 'getRaidIdByBoss'
[31/07/2010 20:22:37] data/talkactions/scripts/raids/bossraid_control.lua:82: in function <data/talkactions/scripts/raids/bossraid_control.lua:12>

Oh right I made a small error, here replace your eventraids.lua with the one I have attached. (for which ever TFS you are using :p)
Updated in the main thread.

Multiple broadcasts haven't been added yet. I will add this on the next update though! :)
 

Attachments

Last edited:
Oh right I made a small error, here replace your eventraids.lua with the one I have attached. (for which ever TFS you are using :p)
Updated in the main thread.

Multiple broadcasts haven't been added yet. I will add this on the next update though! :)
Thanks,but..where is it attached?I don't see any download link! :( Am I blind or you removed it?
 
Thankyou!
But..><
Now I get this error
Only when I do /enableraid thehornedfox and /enableraid 1

Error - [getRaidIdByBoss] Raid 'thehornedfox' does not exist!

[10/08/2010 21:09:54] [Error - TalkAction Interface]
[10/08/2010 21:09:54] data/talkactions/scripts/raids/bossraid_control.lua:eek:nSay
[10/08/2010 21:09:54] Description:
[10/08/2010 21:09:54] data/lib/004-database.lua:100: [Result:free] Result not set!
[10/08/2010 21:09:54] stack traceback:
[10/08/2010 21:09:54] [C]: in function 'error'
[10/08/2010 21:09:54] data/lib/004-database.lua:100: in function 'free'
[10/08/2010 21:09:54] data/globalevents/scripts/raids/lib/eventraids.lua:102: in function 'getRaidIdByBoss'
[10/08/2010 21:09:54] data/talkactions/scripts/raids/bossraid_control.lua:82: in function <data/talkactions/scripts/raids/bossraid_control.lua:12>

EDIT : Lol,its the same error as before..and I replaced the attached files :S

but the raid executes anyways every 5 hours...
 
Last edited:
Back
Top