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

Recent content by Radagast

  1. Radagast

    Programmer Rada's Programming Jobs

    -- thread updated with some gifs of my work on Shinobi Online.
  2. Radagast

    Check top item

    local function removeTopItem(position) local tile = Tile(position) if not tile then return false end local items = tile:getItems() if not items or #items < 1 then return false end if not items[#items]:remove() then return false end...
  3. Radagast

    Lua help with os.time()

    I guess that you want to make a translator that gets as input raw seconds and transform to time text. Right? You will need to make a function that get the seconds and tranform into minutes and hours, returning the string. function transformTime(seconds) -- declare string -- make...
  4. Radagast

    Leshrot Graphics Gallery

    Wtf, amazing job Lesh, sure that F will win, no doubts.
  5. Radagast

    Programmer Rada's Programming Jobs

    Hello everyone, my name is Radagast and I'm working with OTS since 2010. - Experience: 4 years on LUA programming. 3 years on C++ programming. 1 year on Web/PHP programming. Co-founder of >> Original << Avatar Legends (not the same that is running today). Worked 1 year as...
Back
Top