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

    Action Exp Scroll Gives 1 Lvl And Magic Skill Scroll

    local config = { level = 1 } function onUse(cid, item, fromPosition, itemEx, toPosition) doPlayerAddLevel(cid, config.level) doPlayerSendTextMessage(cid, 28, "You Have Advanced 1 Level") doSendTextAnimated(getCreaturePosition(cid), 28, TEXTCOLOR_RED doSendMagicEffect(getCreaturePosition(cid), 28...
  2. Lucian

    Error during getDataInt<creat_date>

    Ops i Forgot, as @Limos Always Saying, Iam using 0.3.6 Error during getDataInt<creat_date>
  3. Lucian

    Error during getDataInt<creat_date>

    Hello, I have developed a small script "total player (time online) onlook", It works no errors but there is a small issue. "Player since 30 december 1964" :O :O :D Sure now u know what i need :P Want a table to get player created date, Thanks.
  4. Lucian

    Deaths/kills

    When i back home, i will check it out. Don't worry. Try to edit lines from another scripts.
  5. Lucian

    Deaths/kills

    What i have posted above :- In data/creaturescripts/scripts .. Create lua file rename it to fragsonlook.lua In data/creaturescripts/creaturescripts.xml Add <event type="look" name="fragsonlook" event="script" value="fragsonlook.lua"/> In data/creaturescripts/scripts/login.lua Add this line...
  6. Lucian

    Deaths/kills

    function getDeaths(cid) local query, d = db.getResult("SELECT `player_id` FROM `player_killers` WHERE `player_id` = " ..getPlayerGUID(cid)), 0 if (query:getID() ~= -1) then repeat d = d+1 until not query:next() query:free() end return d end function...
  7. Lucian

    Old Famous People On Otland

    What's your old name ?
  8. Lucian

    Old Famous People On Otland

    Kids ? o.O Lol, Liked It xD
  9. Lucian

    Nominate top 3 otlanders

    Sure, i know that for your information there was a personal question between Limos and me "what do members always say LIMOS <3" that question was about you :P
  10. Lucian

    Nominate top 3 otlanders

    My List of favorite coders : @Limos @Limos @Limos and for tfs 1.x @Printer @Ninja if Limos coding it tfs 1.x sure you gonna know how is my favorite list gonna be looks :P
  11. Lucian

    Old Famous People On Otland

    What about Messages:8,415 .. is it a database error ? :P
  12. Lucian

    Old Famous People On Otland

    yo @dominique120 , would you tell me who is Siramix ?
  13. Lucian

    Old Famous People On Otland

    I think you are an important one. :)
  14. Lucian

    Why do you hate that ?

    Thank you, for your answer.
  15. Lucian

    Why do you hate that ?

    Hello, I have saw many comments that people didn't prefer EVO OpenTibiaServer for many reasons and it's a trouble for me because my next project is an EVO OpenTibiaServer, So i gonna ask you two questions wish you answer them. At first :- Why do you hate EVO OpenTibiaServer ? Secondly :-...
  16. Lucian

    Kill Reward!

    As Iam Doing Under Limos's Instructions :P
  17. Lucian

    Item give storage

    Thanks :)
  18. Lucian

    Item give storage

    Can you explain what are these lines for ? if getPlayerStorageValue(cid, storage) == -1 then setPlayerStorageValue(cid, storage, 1)
  19. Lucian

    Movments

    in movements.xml for example :- <movevent type="Equip" itemid="11349" slot="legs" level="100" event="function" value="onEquipItem"> <vocation id="1"/> <vocation id="2"/> <vocation id="5"/> <vocation id="6"/> </movevent> <movevent type="DeEquip"...
Back
Top