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

    Lua functions list

    doItemSetAttribute(uid, key, value) for action id:
  2. P

    [Linux]{Dedic}Your first own dedic for 7 euro/month!

    I had 56 players online and no lags. [TFS 0.3.6, 19MB map] EDIT: RAM bug still works :thumbup: TESTS: Connection speed: 15-25mb/s (download speed for 23MB file from dallas [US], france and sweden) HDD:
  3. P

    Scripter PHP/LUA scripter needed!

    Do you know that your page ( ForgottenL - Latest News ) background image has 1.8MB?!
  4. P

    Team [NOOBWAR] 8.60 server Looking for a team

    New domain: noobwar.ots.me Maybe on new host it will not lag :)
  5. P

    Help with MIT assignment(languages: PHP, AJAX, JS, HTML, CSS)

    Did you check if it is PHP or AJAX bug? If it's problem with PHP you can try to replace: else { $files = file_get_contents("file.txt"); $fp = fopen("file.txt", w); $lines = explode("\n", $files); unset($lines[0]); $b = array_values($lines)...
  6. P

    Multiple items in table

    items = {[8977] = {"DESU DESU", "PUDDI PUDDI"}, [9002] = items[8977], [8981] = {"MUD", "KIP"}, [9004] = items[8981]} for i=1,#items do print(items[i][math.random(1,#items[i])]) end Not tested ;)
  7. P

    question

    You CAN NOT fix it. No one know why it crash server. It crash only on windows... host on linux :) ------- This bug was reported over year ago to TFS and OTServ developers and they did not find reason. EDIT: Remove all house commands except buy/sell if you cant use linux.
  8. P

    Lua Wierd and rare Unique ID error.

    Can't? Why? :>
  9. P

    TalkAction Debug LUA scripts with talkaction!

    Credits to Cykotitan When you make script and it doesn't work you need to check what is wrong (storages,names,uids). I asked Cykotitan about help and he sent me this talkaction. VERY USEFUL! talkactions.xml <talkaction log="yes" words="!lua" access="5" event="script"...
  10. P

    Enforced Scripts. [ LUA ] OR [ C++]

    It's not possible on 0.4 without biig source editing :S
  11. P

    Making an item UNLOOTEABLE

    @up add itemEx with drop map = 0, it return lua_error when item can't be added, you can add message when error and remove storage when msg is number and > 0 (return UID of item) @topic Can you tell us WHAT this script will do and what item you want use? I could be much easier to post script.
  12. P

    Enforced Scripts. [ LUA ] OR [ C++]

    local bu, bf, ru, rf, wu, wf = 10, 11, 20, 21, 30, 31 -- global storage values used to store skulls local frags_storage = 15000 -- storage id where frags are stored function onThink(interval, lastExecution, thinkInterval) local players = getPlayersOnline() local black_uid, black_frags =...
  13. P

    People freeze on death issue o.0

    No? Client is frozen or their bodies stay 'alive' in game?
  14. P

    staged manarune help

    Yes ... It should check 'is player exhausted' before he use manarune <_<
  15. P

    Time quest for player, is it possible?

    But room with monsters will be for one player only? When someone is IN no one else can enter?
  16. P

    Enforced Scripts. [ LUA ] OR [ C++]

    Nice code CyberM, but I talk with him at MSN and he want stats for ots with 1/1 login and no characters save (reset frags after relog/death). FIXED my code again, disabled broadcast top fraggers. I'll fix it tommorow.
  17. P

    Enforced Scripts. [ LUA ] OR [ C++]

    Fixed in post
  18. P

    Every 5 Hr, Automatically Backup my database

    10 Ways to Automatically & Manually Backup MySQL Database - Noupe Design Blog I used something like: How to Backup MySQL Database automatically (for Linux users) | Backup HowTo Here is special script for Ubuntu: Ubuntu Linux Backup MySQL server Shell Script Manual backup: You must install...
  19. P

    Spell Happy birthday!

    +2 rep for IMPORTANT posts @Cykotitan @_Arthur :)
  20. P

    Marrige

    I can't find functions like: getOwnMarryStatus(x) in TFS 0.3.6pl1 and 0.4 (source and libs) :(
Back
Top