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

Search results

  1. jailsonmendes

    free bless

    tfs 0.3.6 if getPlayerLevel(cid) < 50 then for i = 1, 5 do if not getPlayerBlessings(i) then addPlayerBlessings(i) end end end erro : [25/04/2019 12:12:38] [Error - CreatureScript Interface] [25/04/2019 12:12:38]...
  2. jailsonmendes

    receive 3 days of premium when creating the account the first time.

    function onLogin(cid) local storage,days = (getPlayerAccountId(cid)+550),1 if getGlobalStorageValue(storage) <= 0 then setGlobalStorageValue(storage, 1) addVipDays(cid, days) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você recebeu um "..days.." dias de vip, bom jogo!") end return...
  3. jailsonmendes

    receive 3 days of premium when creating the account the first time.

    tfs 0.3.6
  4. jailsonmendes

    The client is with fixed ip configured but does not connect to the server.

    I do not know what it is ? I do not know how to use the customer very well, just a few things I know.
  5. jailsonmendes

    The client is with fixed ip configured but does not connect to the server.

    entergame.lua EnterGame = { } -- private variables local loadBox local enterGame local motdWindow local motdButton local enterGameButton local clientBox local protocolLogin local motdEnabled = false local serverIP = '158.69.231.247' function getServerIP() return serverIP end -- private...
Back
Top