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

stopevent

  1. Sparkles

    How to cancel a started event?

    I think I might be blind, but eh. Im trying to kick players from the Demon Oak area after x amount of seconds, so they dont block it for others. Somehow, using the normal axe on the tree after entering doesn't stop the event, can someone please tell me what im doing wrong here? lua: function...
  2. elnelson

    Lua stopEvent on logout.

    Hello otlanders, i still dont get how to stop an event. Can someone please give me a detailed explanation how to stop this event when a player logoff? My console get tons of messages trying to find the player logged TFS 0.4 local exhaust = createConditionObject(CONDITION_EXHAUST)...
  3. elnelson

    Solved stopEvent TFS 0.4 is not working.

    Hey bois, im trying to stop this event with stopEvent(countDown), i want to remove a time counter from certain position when no players are around but, the event stop even if there are players on the area and the counter continues x.x local function countDown(number, pos, effect, msgonend...
  4. lekods

    Lua I can not make StopEvent work

    I am having a problem in working with StopEvent on my 0.3.6 Server, I add the following command in a file in lib/myfile.lua Ex: function myFunc(cid, monster) EVENT_ID_28 = addEvent(myFuncWithAddEvent, 30 * 1000, monster) ... end function myFuncWithAddEvent(monster)...
Back
Top