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

Gaming OTLand @ Aurora

Abes, use this script to take screenshot xD

Lua:
--      //////////////////////////////////
--      //    ___                   _   //
--      //   / _ \                 (_)  //
--      //  / /_\ \_   ____ _ _ __  _   //
--      //  |  _  \ \ / / _` | '_ \| |  //
--      //  | | | |\ V / (_| | | | | |  //
--      //  \_| |_/ \_/ \__,_|_| |_|_|  //
--      //                              //
--      //////////////////////////////////

---------------------------------------------------------------
------------------------  SETTINGS  ---------------------------
---------------------------------------------------------------

    LevelUp     = true -- Will take screenshot when leveling up
    Death       = true -- Will take screenshot upon death
    Stamina     = true -- Will take screenshot if below 14:00 stamina

---------------------------------------------------------------
-------------  DO NOT CHANGE ANYTHING BELOW  ------------------
---------------------------------------------------------------
level = Self.Level()


while true do
    if (LevelUp) then
        if Self.Level() > level then
            wait(150)
            screenshot(Self.Name() ..  "_level_" .. Self.Level())
            wait(1000)
            level = Self.Level()
        end
    end

    if (Death) then
        if Self.Health() == 0 then
            screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
            wait(1000)
            Death = false
        end
    end


    if (Stamina) then
        if Self.Stamina() < 840 then
            screenshot(Self.Name() .. "_LowStamina_" .. os.date("%H.%M"))
            wait(1000)
            Stamina = false
        end
    end

    wait(5000)
end
 
eu1GLe.png


fag2o.png
 
do you need premium to be able to make a character on Aurorea i would like to start but i cant seem to make an character there :S
 
Level 114
M1qABP.png


Decent profit, wasted 400 MP's.
Bfl-DJ.png
 
2lavptt.png


Gonna get 100+ dist and 90+ shielding, then I will purchase gold and exp this sucker.
 
just logged in for the first time heading for main asap, premium arrives tomorrow il post a screen when im lvl 8.


//Rauyko
 
I need someone to help my knight with a few quests later, include high class lizards if anyone isn't busy
 
Back
Top