• 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

  1. samuelav3

    Solved [tfs 1.0] Automatic Zombie event

    and I resolved this thanks
  2. samuelav3

    Solved [tfs 1.0] Automatic Zombie event

    i try saved an reload and restart
  3. samuelav3

    Solved [tfs 1.0] Automatic Zombie event

    it error
  4. samuelav3

    Solved [tfs 1.0] Automatic Zombie event

    <globalevent name="zombie" time="05:35:00" script="zombie_think.lua"/> <globalevent name="Teleport Automatico" time="05:35:00" script="teleportautomatico.lua"/> this?nothing happens
  5. samuelav3

    Solved [tfs 1.0] Automatic Zombie event

    mmm doesnt work it <globalevent name="zombie" time="17:30:00" script="zombie_think.lua"/> <globalevent name="Teleport Automatico" time="17:30:00" event="script" value="teleportautomatico.lua"/> zombie_think.lua dofile('data/zombie_system.lua') function onTime(interval...
  6. samuelav3

    Solved [tfs 1.0] Automatic Zombie event

    anyone? please
  7. samuelav3

    Solved [TFS 1.0] Actions/ gooey.lua

    I need help, this item when you click-on backpack disappears but when I click-on the floor it no disappears gooey.lua local config = { [35] = {15546, 1}, [31] = {15492, 1}, [32] = {9971, 1}, [33] = {7591, 2}, [34] = {7590, 2}, [30] = {2152, 2}, [36] = {15487, 10}, [37]...
  8. samuelav3

    [TFS 1.0] Quest log Dont work

    no
  9. samuelav3

    [TFS 1.0] Quest log Dont work

    <quest name="Killing in the Name of..." startstorageid="100157" startstoragevalue="1"> <!-- killing in the name of rank --> <mission name="Paw and Fur: Member" storageid="2500" startvalue="0" endvalue="10" description="You are member of the Paw and Fur hunting elite. You currently...
  10. samuelav3

    [TFS 1.0] Quest log Dont work

    need help when doing a task with grezzly adams or some other quest I have no registered "Quest Log" help me
  11. samuelav3

    [TFS 1.0]Actions Music.lua

    I have a problem that I could not find solution musical instruments work but not in the backpack someone help me Music.lua function onUse(cid, item, fromPosition, itemEx, toPosition) -- TODO: Different music effect for different instruments. doSendMagicEffect(fromPosition...
  12. samuelav3

    Solved [TFS 1.0]Potion system Help

    hey need help I can not putt to anyone else but me how do I fix this? Potion.php local ultimateHealthPot = 8473 local greatHealthPot = 7591 local greatManaPot = 7590 local greatSpiritPot = 8472 local strongHealthPot = 7588 local strongManaPot = 7589 local healthPot = 7618 local manaPot = 7620...
  13. samuelav3

    [TFS 1.0]TalkActions !rank

    yes error function onSay(cid, words, param) addDialog(modaldialog2, 1002, cid, callback2); return true end
  14. samuelav3

    [TFS 1.0]TalkActions !rank

    i have a problem when i say !rank nothing happens Rank.lua modaldialog2 = { title = "Rank", message = "Select the rank you want to view:", buttons = { { id = 1, value = "Ver" }, { id = 2, value = "Cancelar" }, }, buttonEnter = 1, buttonEscape = 2...
  15. samuelav3

    Windows Zombie Event 999 players

    server/data/zombie_system.lua on zombie_system.lua --players variables ze_join_storage = 1000 --player join storage ze_min_players = 1 --min players needed when time runout ze_max_players = 20 --max players to join ze_trophy = 7369 --trophy id ze_trophy_desc = "has won the Zombie Event."...
  16. samuelav3

    [tfs 1.0] i need quest

    hey friends someone tells me a page where you can get the quests tfs 1.0 missing me? rl map
  17. samuelav3

    Solved [tfs 1.0] Automatic Zombie event

    hey friends as I do for the zombie event starts at a specific time 17:00 hrs and teleport too pls globalevents.xml <globalevent name="zombie" interval="900000"" script="zombie_think.lua"/> <globalevent name="Teleport Automatic" interval="900000" event="script" value="teleportautomatico.lua"/>
Back
Top