• 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. L

    Lua [TFS 0.X]NPC who exchanges items for fee in premium points

    Is possible but you need to create a physical item such as coin or token.
  2. L

    TFS 0.X HELP ME PLEASE ON THIS SCRIPT!

    Works perfectly, Thanks so much to all. Post Solved.
  3. L

    TFS 0.X HELP ME PLEASE ON THIS SCRIPT!

    function onSay(cid, words, param, channel) local _ip = nil if(param ~= '') then _ip = tonumber(param) if(not _ip or _ip == 0) then local revertIp = doRevertIp(param) if(not revertIp) then local tid = getPlayerByNameWildcard(param)...
  4. L

    TFS 0.X HELP ME PLEASE ON THIS SCRIPT!

    Yes but, the script shows one player per each dialog, not all in only one
  5. L

    TFS 0.X HELP ME PLEASE ON THIS SCRIPT!

    I need help with this: The command /mc shows the players with same IP, but y it shows on : doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,... I need this shows on: doShowTextDialog Like this:
  6. L

    TFS 0.X I NEED HELP WITH THIS GLOBALEVENT

    Can someone help on this? I need this script have to show on CHANNEL_PLAYERSON the total players online and the names, like the !online command. function onThink(cid, interval, lastExecution) for _, creature in ipairs(getChannelUsers(CHANNEL_PLAYERSON)) do...
  7. L

    Looking for designer to add [website Interface]

    Talk with my, add me on whatsapp +526692229211
  8. L

    TFS 0.X HELP! THE PRICES OF MY HOUSES APPEAR IN 0 GP

    HHHHHHHHHHHHHHEEEEEEEEEELLLLLLLLLLLPPPPPPPPPPPPPPP
  9. L

    TFS 0.X HELP! THE PRICES OF MY HOUSES APPEAR IN 0 GP

    It dont works bro :(, any other solution?
  10. L

    TFS 0.X HELP! THE PRICES OF MY HOUSES APPEAR IN 0 GP

    HELP! THE PRICES OF MY HOUSES APPEAR IN 0 GP WHAT SHOULD IT BE? I NEED HELP! IN CONFIG.LUA I HAVE 50000GP PER SQM
  11. L

    Need command !adddonations

    I already did it , thx
  12. L

    Need command !adddonations

    Hello bros, I need help , to be exactly a command named !adddonations. When I say the command with the God: "!adddonations PLAYEREXAMPLE, DONATIONNUMBER" this must to add the DONATIONNUMBER to my column "donations" on the "players" table in phpmyadmin. Example: !adddonations Robert Otland, 100...
  13. L

    Programmer ObjectBuilder bigger width and height

    You must to edit the source of the OTC and SPR assets, the cost for the Source of Kondra is $4000
  14. L

    OTClient 1.0 (Release)

    Does its working on android ?
  15. L

    OTClient Can someone tell me what's going on here and how can I fix it?

    Can someone tell me what's going on here and how can I fix it?
  16. L

    Thorn's gallery

    @Thorn Where is the download link?
  17. L

    Can you help me fixing my Script? please <3

    I have this script , and I want if the player dies or logout, the events of "doPlayerSendCancel(cid,....blablabla" stop. thx so much guys <3 i love u all <3 function onStepIn(cid, item, position, fromPosition) if isPlayer(cid) then local luz1 = addEvent(function()...
  18. L

    TFS 0.X [MoveEvent] In a timer event called from:

    Please help me , is urgent !
Back
Top