• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results for query: lottery globalevent

  1. C

    Lua Error - GlobalEvent Interface !! important

    first error\/ init.lua \/ second error \/ example temple.lua \/ globalevents \/ if want some lib.lua just tell. If some1 can help me or give me a tip, I will be grateful. Thx a lot.
  2. Majeski20

    Debug when kill monster

    But listen, In Mystic Spirit TFS 8.62 the Globalevents map missing. That means that i cant make etc: Talking TPS, Events, Lottery system or?
  3. beybus

    Setting premium points as reward in lottery!

    [Error - GlobalEvent Interface] buffer:onThink Description: [string "loadBuffer"]:10: attempt to concatenate a boolean value stack traceback: [string "loadBuffer"]:10: in function <[string "loadBuffer"]:2> [Error - GlobalEvents::think] Couldn't execute event: lottery Not working..
  4. MaR0

    TFS 1.X+ Missing name for a globalevent

    same error here Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/lottery.lua:onThink data/globalevents/scripts/lottery.lua:11: attempt to call method 'hasAccess' (a nil value) stack traceback: [C]: in function 'hasAccess'...
  5. Darkhaos

    GlobalEvent The Best Lottery System V0.1 [TFS 0.3.5]

    Here i'm releasing my own lottery system. Update Log: None. Features: - Posibility to create your lottery talking with the Lottery Man. - Player can choose all the tickets they will be available. - Player can choose the price of each ticket. - The reward will be the item that you have...
  6. A

    Lua Support on script globalevent

    Support on script i have errors -- {"Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"} exemplo local config = { lottery_hour = "10 Minutes", -- Time to next lottery (real time you set on globalevents.xml, its only for broadcast message.) rewards_id = {8303}, -- Rewards...
  7. Djivar

    Lua Lottery v.2 problem

    nope i dont think so, and here do you change the interval :<globalevent name="lottery" interval="2700" event="buffer"><![CDATA[
  8. Thorn

    Lua Lottery globalevent for tfs 1.2 error

    Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/lottery.lua:onThink data/globalevents/scripts/lottery.lua:9: attempt to call method 'getAccess' (a nil value) stack traceback: [C]: in function 'getAccess' data/globalevents/scripts/lottery.lua:9: in function...
  9. V

    Lua Text on tp.

    <?xml version="1.0" encoding="UTF-8"?> <globalevents> <globalevent name="lottery" interval="3600" event="script" value="loteria.lua"/> <globalevent name="napis" interval="2500" script="napis.lua"/> <globalevent name="save" interval="900" event="script" value="save.lua"/>...
  10. Cykotitan

    Setting premium points as reward in lottery!

    <mod name="Lottery System" version="1.5" author="vDk" contact="[email protected]" enabled="yes"> <config name="lottery_config"><![CDATA[ config = { points = {5, 10, 15}, website = true } ]]></config> <globalevent name="lottery" interval="10800" event="script"><![CDATA[...
  11. sn3ejk

    Lottery System time

    Odstęp czasowy ustawiasz tutaj (parametr interval, określany w sekundach). <globalevent name="lottery" interval="10800" event="script"><![CDATA[
  12. Cykotitan

    Lua Error in my script... TFS 0.4

    Multiply interval with 1000, because it's in milliseconds in 0.4 <globalevent name="lottery" interval="2700000" event="buffer"><![CDATA[
  13. MaR0

    TFS 1.X+ Missing name for a globalevent

    [Error - GlobalEvent::configureEvent] No valid type "think" for globalevent with name thinking event [Warning - BaseEvents::loadFromXml] Failed to configure event <globalevent type="think" name="thinking event" interval="3500" name="lottery" script="lottery.lua"/>
  14. RobsonDias

    AJUDA!!! GOD E GM - Participando do Lottery System.

    testa assim .. <?xml version="1.0" encoding="UTF-8"?> <mod name="Lottery" enabled="yes"> <config name="lottery_config"><![CDATA[ t = { lottery_hour = "1 hours", -- Time to next lottery (you set the real time on interval, it's only for the broadcast message.) rewards_id = {2160, 2195...
  15. Helga

    Crash reasons!

    If your server always crash exactly 3 hours after the start then it's this script that makes the crash for sure
  16. Imfreezing

    Lua Mystery gift every 30 minutes. tfs 0.3.6

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Lottery" enabled="yes"> <config name="lottery_config"><![CDATA[ t = { lottery_hour = "45 Min", -- Time to next lottery (you set the real time on interval, it's only for the broadcast message.) rewards_id = {2494, 2472, 2514, 2195, 2470, 2656...
  17. Cykotitan

    HELP! GOD and GM - Participating in the Lottery System.

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Lottery" enabled="yes"> <config name="lottery_config"><![CDATA[ t = { lottery_hour = "1 hours", -- Time to next lottery (you set the real time on interval, it's only for the broadcast message.) rewards_id = {2160, 2195, 2534, 2173}, --...
  18. president vankk

    AJUDA!!! GOD E GM - Participando do Lottery System.

    fiz oque o nostra falou :) <?xml version="1.0" encoding="UTF-8"?> <mod name="Lottery" enabled="yes"> <config name="lottery_config"><![CDATA[ t = { lottery_hour = "1 hours", -- Time to next lottery (you set the real time on interval, it's only for the broadcast message.) rewards_id = {2160...
  19. X

    Lua Do not give certain access lottery reward error [0.4]

    if getPlayerAccess(cid) <= 2 then -- cid doesn't exist if getPlayerAccess(tid) <= 2 then -- use tid and yes, if there is nobody in the list to reward, you should postpone the event.
  20. ZeeBeast

    Intervals

    Can anybody tell me exactly how the intervals work? For example. <globalevent name="lottery" interval="3600" event="script"> Would anybody know how to make this every six hours?
Back
Top