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

    doSendAnimatedText doesn't work anymore

    uh, this is only good for numeric values my attempt at backwards compatibility function doSendAnimatedText(pos, text, color, cid) if tonumber(text) then text = tonumber(text) if cid and isPlayer(cid) then doPlayerSendTextMessage(cid, MESSAGE_EXPERIENCE_OTHERS, '', text, color, pos)...
  2. Cykotitan

    GESIOR 2012 - ideas, bug reports

    don't close php tags at the end of script :p
  3. Cykotitan

    TFS Package System

    Exist = function(FILE) f = io.open(FILE, "r") dawaj na local:p
  4. Cykotitan

    TFS Package System

    Exist = function(FILE) return (io.open(FILE, "r")) and true or false end, you're not closing the file handle, therefore it's a leak Write = { Tag = function(FILE, tag, comment, tagClose) local f = io.open(file, "r") wrong case?:p Copy = function(IFILE...
  5. Cykotitan

    What song are you listening NOW!

    http://www.youtube.com/watch?v=sHQ_aTjXObs source indenpedens
  6. Cykotitan

    Make House Rent Work Again

    rent is only paid on server shutdown or global save?xd meaning you should setup global save
  7. Cykotitan

    Need help with SET GLOBAL.

    just set the first one to 16M & restart mysql
  8. Cykotitan

    Lua Npc action errors.

    get legit npc lib for your server Subversion
  9. Cykotitan

    Lua Mana rune not giving right mana

    function onGetFormulaValues(cid) return 25, 125 end not conjurable unless you add it as conjure in spells.xml:p:p
  10. Cykotitan

    Need help with SET GLOBAL.

    edit my.ini/my.cnf file instead (my.ini in mysql[/bin] folder on windows or /etc/mysql/my.cnf on linux)
  11. Cykotitan

    Solved Helmet of the Ancient

    you haven't filled out the uid placeholders :p
  12. Cykotitan

    Change items.otb from version 8.60 to 8.70 Help!

    you can try using otitemeditor to open your old otb and create missing client items :p
  13. Cykotitan

    Block players thrown items on ground

    you can doRemoveItem in onAddItem or return false using onMoveItem (custom)
  14. Cykotitan

    Block players thrown items on ground

    nice bad
  15. Cykotitan

    Time error

    it only happens when the cache expires[?]
  16. Cykotitan

    Suggestion Just a small bugg I found on OtLand

    it's because of daylight saving it IS correct, DST is on?:p
  17. Cykotitan

    Call of Duty : MW3 - FREE WEEKEND!

    tried MP last time it was F2P, not sure if i'll dl again
  18. Cykotitan

    Post your pingtest and chat about it!

    nice bias
  19. Cykotitan

    Windows Crash [Picture]

    a lot of your friends are trying to run servers with 0.3.6 malin? :p:p
  20. Cykotitan

    Block players thrown items on ground

    no, tiles that normally behave like that. no? :p
Back
Top